mmucc:DrivingRestrictionCodeSimpleType

simpleType DrivingRestrictionCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/

Definition

A data type for restrictions assigned to an individuals driver license by the license examiner.

Diagram

Enumerations

ValueDefinition
0None
1Corrective Lenses
10Limited - Other
11CDL Intrastate Only
12Motor Vehicles without Air Brakes
13Military Vehicles Only
14Except Class A Bus
15Except Class A and Class B Bus
16Except Tractor-Trailer
17Farm Waiver
2Mechanical Devices (special brakes, hand controls, or other adaptive devices)
3Prosthetic Aid
4Automatic Transmission
5Outside Mirror
6Limit to Daylight Only
7Limit to Employment
8Learner's Permit Restrictions
9Intermediate License Restrictions
98Other

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: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>