mmucc:DriverLicenseJurisdictionOtherCodeSimpleType
simpleType DriverLicenseJurisdictionOtherCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for the geographic or political entity issuing a driver license other than US, Canadian Province, Mexican State.
Diagram
Enumerations
Value | Definition |
0 | Not Licensed |
93 | Indian Nation |
94 | U.S. Government |
97 | International License (other than Mexico, Canada) |
98 | Not Applicable |
99 | Unknown |
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:restriction base="xs:token">
<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>