<xsd:simpleType name="ProperNameFormCategoryCodeSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for kinds of shapes and structures of a proper name.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Normalized">
<xsd:annotation>
<xsd:documentation>The imposition of a standard.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Original">
<xsd:annotation>
<xsd:documentation>Preceding all others in time or being as first made.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Transliterated">
<xsd:annotation>
<xsd:documentation>To transcribe from one alphabet to another.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Variant">
<xsd:annotation>
<xsd:documentation>Differing from a norm or standard.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|