nc:PersonNameTextType
complexType PersonNameTextType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a name by which a person is known, referred, or addressed.
Diagram
XML Schema
<xs:complexType name="PersonNameTextType">
<xs:annotation>
<xs:documentation>
A data type for a name by which a person is known, referred, or addressed.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="nc:ProperNameTextType">
<xs:attribute ref="nc:personNameInitialIndicator" use="optional"/>
<xs:attribute ref="nc:sequenceID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>