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

ValueDefinition
AlternateAlternate
AssertedAsserted
at birthName at birth
LegalLegal

XML Schema

<xs:simpleType name="PersonNameCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of person name.
</xs:documentation>
</xs:annotation>
<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>