aamva_d20:DriverLicenseHMEThreatCodeSimpleType

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

Definition

A data type for a code set indicating if a driver should be issued a Hazardous Material Endorsement, as determined by the TSA background check and adjudication process.

Diagram

Enumerations

ValueDefinition
0No security threat - Issue/renew/transfer HME
1Determination of security threat - Do not issue/renew/transfer HME
2Determination of security threat - Immediately revoke HME

XML Schema

<xs:simpleType name="DriverLicenseHMEThreatCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set indicating if a driver should be issued a Hazardous Material Endorsement, as determined by the TSA background check and adjudication process.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No security threat - Issue/renew/transfer HME
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Determination of security threat - Do not issue/renew/transfer HME
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Determination of security threat - Immediately revoke HME
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>