nc:SeparationCategoryCodeSimpleType
simpleType SeparationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a code that identifies the type of separation between the parties in a Person Union.
Diagram
Enumerations
Value | Definition |
Legal | Legal |
Physical | Physical |
Unknown | Unknown |
XML Schema
<xs:simpleType name="SeparationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of separation between the parties in a Person Union.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Legal">
<xs:annotation>
<xs:documentation>
Legal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Physical">
<xs:annotation>
<xs:documentation>
Physical</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>