aamva_d20:HazMatCodeSimpleType
simpleType HazMatCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for whether a driver was operating a vehicle carrying hazardous materials.
Diagram
Enumerations
Value | Definition |
1 | Hazardous Materials |
2 | No Hazardous Materials |
9 | Unknown |
XML Schema
<xs:simpleType name="HazMatCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for whether a driver was operating a vehicle carrying hazardous materials.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Hazardous Materials</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
No Hazardous Materials</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>