aamva_d20:DrivingStatusCodeSimpleType

simpleType DrivingStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/5.0/

Definition

A data type for statuses of a drivers privilege type.

Diagram

Enumerations

ValueDefinition
ELGThe individual does not have a current valid license and has nothing on record that would prevent issuance.
LICThe individual has a current valid license with all their driving privileges intact.
NENThe individual has been withdrawn in a specific jurisdiction for an offense which is not federally mandated and not related to traffic safety.
NOTThe individual does not have a current valid license and has an adverse action on record that prevents issuance in all jurisdictions.
RPDThe 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: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>