mmucc:HazMatCargoReleaseCodeSimpleType

simpleType HazMatCargoReleaseCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/

Definition

A data type for an indication that a motor vehicle had a hazardous materials placard as required by federal/state regulations.

Diagram

Enumerations

ValueDefinition
1Yes
2No
9Not Applicable

XML Schema

<xs:simpleType name="HazMatCargoReleaseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an indication that a motor vehicle had a hazardous materials placard as required by federal/state regulations.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Yes
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
No
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Not Applicable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>