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
Value | Definition |
0 | No security threat - Issue/renew/transfer HME |
1 | Determination of security threat - Do not issue/renew/transfer HME |
2 | Determination 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:restriction base="xs:token">
<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>