<xsd:complexType name="PersonNameTextType">
<xsd:annotation>
<xsd:documentation>A data type for a name by which a person is known, referred, or addressed.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="ProperNameTextType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="nc:ProperNameTextType">
<xsd:attribute ref="nc:personNameInitialIndicator" use="optional" />
<xsd:attribute ref="s:sequenceID" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|