j:DHSDriverLicenseIssuingCountryCodeSimpleType
simpleType DHSDriverLicenseIssuingCountryCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for a code set that identifies a country from the DHS Western Hemisphere Travel Initiative.
Diagram
Enumerations
Value | Definition |
CAN | Canada |
USA | U.S.A. |
XML Schema
<xs:simpleType name="DHSDriverLicenseIssuingCountryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set that identifies a country from 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>