im:SovereigntyStatusCodeSimpleType

simpleType SovereigntyStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/4.2/

Definition

A data type for the status of the authority over a geographic area by a nation with its own government.

Diagram

Enumerations

ValueDefinition
DependentA country that is dependent, or subject to, another power or state.
IndependentA country that is independent of another power or state.
OtherA 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: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>