aamva_d20:DrivingStatusCodeSimpleType
simpleType DrivingStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for statuses of a drivers privilege type.
Diagram
Enumerations
Value | Definition |
ELG | The individual does not have a current valid license and has nothing on record that would prevent issuance. |
LIC | The individual has a current valid license with all their driving privileges intact. |
NEN | The individual has been withdrawn in a specific jurisdiction for an offense which is not federally mandated and not related to traffic safety. |
NOT | The individual does not have a current valid license and has an adverse action on record that prevents issuance in all jurisdictions. |
RPD | The individual has been reported deceased. |
XML Schema
<xs:simpleType name="DrivingStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for statuses of a drivers privilege type.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ELG">
<xs:annotation>
<xs:documentation>
The individual does not have a current valid license and has nothing on record that would prevent issuance.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LIC">
<xs:annotation>
<xs:documentation>
The individual has a current valid license with all their driving privileges intact.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NEN">
<xs:annotation>
<xs:documentation>
The individual has been withdrawn in a specific jurisdiction for an offense which is not federally mandated and not related to traffic safety.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NOT">
<xs:annotation>
<xs:documentation>
The individual does not have a current valid license and has an adverse action on record that prevents issuance in all jurisdictions.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RPD">
<xs:annotation>
<xs:documentation>
The individual has been reported deceased.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>