im:SovereigntyStatusCodeSimpleType
simpleType SovereigntyStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the status of the authority over a geographic area by a nation with its own government.
Diagram
Enumerations
Value | Definition |
Dependent | A country that is dependent, or subject to, another power or state. |
Independent | A country that is independent of another power or state. |
Other | A country that has a sovereignty status that is in dispute. |
XML Schema
<xs:simpleType name="SovereigntyStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the status of the authority over a geographic area by a nation with its own government.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Dependent">
<xs:annotation>
<xs:documentation>
A country that is dependent, or subject to, another power or state.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Independent">
<xs:annotation>
<xs:documentation>
A country that is independent of another power or state.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
A country that has a sovereignty status that is in dispute.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>