mmucc:DriverLicenseCategoryCodeSimpleType
simpleType DriverLicenseCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for a current kind of an individuals driver license at the time of the crash.
Diagram
Enumerations
Value | Definition |
1 | Non-CDL Drivers License |
2 | Commercial Driver License (CDL) |
8 | Non-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:restriction base="xs:token">
<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>