mmucc:DriverLicenseJurisdictionOtherCodeSimpleType

simpleType DriverLicenseJurisdictionOtherCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/

Definition

A data type for the geographic or political entity issuing a driver license other than US, Canadian Province, Mexican State.

Diagram

Enumerations

ValueDefinition
0Not Licensed
93Indian Nation
94U.S. Government
97International License (other than Mexico, Canada)
98Not Applicable
99Unknown

XML Schema

<xs:simpleType name="DriverLicenseJurisdictionOtherCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the geographic or political entity issuing a driver license other than US, Canadian Province, Mexican State.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Licensed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="93">
<xs:annotation>
<xs:documentation>
Indian Nation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="94">
<xs:annotation>
<xs:documentation>
U.S. Government
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="97">
<xs:annotation>
<xs:documentation>
International License (other than Mexico, Canada)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Not Applicable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>