im:CountryType

complexType CountryType in namespace http://release.niem.gov/niem/domains/immigration/4.0/

Definition

A data type for a nation with its own government, occupying a particular territory.

Diagram

XML Schema

<xs:complexType name="CountryType">
<xs:annotation>
<xs:documentation>
A data type for a nation with its own government, occupying a particular territory.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:CountryCapitalCityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryLongFormName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryOfChargeabilityAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryOfFormerAllegianceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryShortFormName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryValidFromDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryValidToDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DocumentIssuingAuthorityIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:HagueAdoptionConventionCountryIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:IndigenousPeoplesIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:LocationMotherCountryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:SovereigntyStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>