mmucc:DriverLicensePermitStatusCodeSimpleType
simpleType DriverLicensePermitStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for a current status of an individuals driver license at the time of the crash.
Diagram
Enumerations
Value | Definition |
0 | Not Licensed |
1 | Suspended |
2 | Revoked |
3 | Expired |
4 | Canceled or Denied |
5 | Disqualified (CDL) |
6 | Valid License |
99 | Unknown |
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:restriction base="xs:token">
<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>