aamva_d20:HazMatCodeSimpleType

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

Definition

A data type for whether a driver was operating a vehicle carrying hazardous materials.

Diagram

Enumerations

ValueDefinition
1Hazardous Materials
2No Hazardous Materials
9Unknown

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: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>