im:CountryAugmentationType

complexType CountryAugmentationType in namespace http://release.niem.gov/niem/domains/immigration/5.0/

Definition

A data type for additional information about a country.

Diagram

XML Schema

<xs:complexType name="CountryAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a country.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:CountryCapitalCityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryChargeabilityCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryDocumentIssuingAuthorityIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryFormerAllegianceCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryHagueAdoptionConventionCountryIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryIndigenousPeoplesIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryMotherCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryLongFormName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryShortFormName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountrySovereigntyStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryValidFromDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:CountryValidToDate" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>