mmucc:DriverLicensePermitStatusCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
0Not Licensed
1Suspended
2Revoked
3Expired
4Canceled or Denied
5Disqualified (CDL)
6Valid License
99Unknown

XML Schema

<xs:simpleType name="DriverLicensePermitStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a current status of an individuals driver license at the time of the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Licensed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Suspended
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Revoked
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Expired
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Canceled or Denied
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Disqualified (CDL)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Valid License
</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>