aamva_d20:DriverLicenseWithdrawalExtentCodeSimpleType

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

Definition

A data type for extents of withdrawals.

Diagram

Enumerations

ValueDefinition
1Commercial
2Permit
3All
4Non-CDL

XML Schema

<xs:simpleType name="DriverLicenseWithdrawalExtentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for extents of withdrawals.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Commercial
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Permit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
All
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Non-CDL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>