mmucc:DrivingRestrictionCodeSimpleType
simpleType DrivingRestrictionCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for restrictions assigned to an individuals driver license by the license examiner.
Diagram
Enumerations
Value | Definition |
0 | None |
1 | Corrective Lenses |
10 | Limited - Other |
11 | CDL Intrastate Only |
12 | Motor Vehicles without Air Brakes |
13 | Military Vehicles Only |
14 | Except Class A Bus |
15 | Except Class A and Class B Bus |
16 | Except Tractor-Trailer |
17 | Farm Waiver |
2 | Mechanical Devices (special brakes, hand controls, or other adaptive devices) |
3 | Prosthetic Aid |
4 | Automatic Transmission |
5 | Outside Mirror |
6 | Limit to Daylight Only |
7 | Limit to Employment |
8 | Learner’s Permit Restrictions |
9 | Intermediate License Restrictions |
98 | Other |
XML Schema
<xs:simpleType name="DrivingRestrictionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for restrictions assigned to an individuals driver license by the license examiner.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
None</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Corrective Lenses</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Limited - Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
CDL Intrastate Only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Motor Vehicles without Air Brakes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
Military Vehicles Only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14">
<xs:annotation>
<xs:documentation>
Except Class A Bus</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="15">
<xs:annotation>
<xs:documentation>
Except Class A and Class B Bus</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="16">
<xs:annotation>
<xs:documentation>
Except Tractor-Trailer</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="17">
<xs:annotation>
<xs:documentation>
Farm Waiver</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Mechanical Devices (special brakes, hand controls, or other adaptive devices)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Prosthetic Aid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Automatic Transmission</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Outside Mirror</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Limit to Daylight Only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Limit to Employment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Learner’s Permit Restrictions</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Intermediate License Restrictions</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>