aamva_d20:DriverLicenseWithdrawalEligibilityCodeSimpleType

simpleType DriverLicenseWithdrawalEligibilityCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/

Definition

A data type for when a driver may be eligible to apply for reinstatement of driving privileges that have been withdrawn.

Diagram

Enumerations

ValueDefinition
DateA person will become eligible to apply for reinstatement of those driving privileges withdrawn on a given date.
IndefiniteIt has not yet been determined when or if a person will be eligible to apply for reinstatement of those driving privileges withdrawn.
PermanentA person will never be eligible to apply for reinstatement of those driving privileges withdrawn.

XML Schema

<xs:simpleType name="DriverLicenseWithdrawalEligibilityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for when a driver may be eligible to apply for reinstatement of driving privileges that have been withdrawn.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Date">
<xs:annotation>
<xs:documentation>
A person will become eligible to apply for reinstatement of those driving privileges withdrawn on a given date.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Indefinite">
<xs:annotation>
<xs:documentation>
It has not yet been determined when or if a person will be eligible to apply for reinstatement of those driving privileges withdrawn.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Permanent">
<xs:annotation>
<xs:documentation>
A person will never be eligible to apply for reinstatement of those driving privileges withdrawn.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>