mmucc:DriverLicenseCategoryCodeSimpleType

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

Definition

A data type for a current kind of an individuals driver license at the time of the crash.

Diagram

Enumerations

ValueDefinition
1Non-CDL Drivers License
2Commercial Driver License (CDL)
8Non-CDL Restricted Drivers License (Learners permit, Temporary/Limited, Graduated Drivers License, etc.)

XML Schema

<xs:simpleType name="DriverLicenseCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a current kind of an individuals driver license at the time of the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Non-CDL Drivers License
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Commercial Driver License (CDL)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Non-CDL Restricted Drivers License (Learners permit, Temporary/Limited, Graduated Drivers License, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>