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