nc:PersonNameCategoryCodeSimpleType
simpleType PersonNameCategoryCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a kind of person name.
Diagram
Enumerations
Value | Definition |
Alternate | Alternate |
Asserted | Asserted |
at birth | Name at birth |
Legal | Legal |
XML Schema
<xs:simpleType name="PersonNameCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of person name.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Alternate">
<xs:annotation>
<xs:documentation>
Alternate</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Asserted">
<xs:annotation>
<xs:documentation>
Asserted</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="at birth">
<xs:annotation>
<xs:documentation>
Name at birth</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Legal">
<xs:annotation>
<xs:documentation>
Legal</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>