aamva_d20:CountryCodeSimpleType
simpleType CountryCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for country codes specified by DHS as part of the DHS Western Hemisphere Travel Initiative.
Diagram
Enumerations
Value | Definition |
CAN | Canada |
USA | U.S.A. |
XML Schema
<xs:simpleType name="CountryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for country codes specified by DHS as part of the DHS Western Hemisphere Travel Initiative.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CAN">
<xs:annotation>
<xs:documentation>
Canada</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USA">
<xs:annotation>
<xs:documentation>
U.S.A.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>