mmucc:OccupantProtectionSystemMotorcycleHelmetUseCodeSimpleType
simpleType OccupantProtectionSystemMotorcycleHelmetUseCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for the helmet use by a motorcyclist, at the time of the crash.
Diagram
Enumerations
Value | Definition |
16 | Helmet, Other than DOT-Compliant Motorcycle Helmet |
17 | No Helmet |
19 | Helmet, Unknown if DOT Compliant |
29 | Unknown if Helmet Worn |
5 | DOT-Compliant Motorcycle Helmet |
XML Schema
<xs:simpleType name="OccupantProtectionSystemMotorcycleHelmetUseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the helmet use by a motorcyclist, at the time of the crash.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="16">
<xs:annotation>
<xs:documentation>
Helmet, Other than DOT-Compliant Motorcycle Helmet</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="17">
<xs:annotation>
<xs:documentation>
No Helmet</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="19">
<xs:annotation>
<xs:documentation>
Helmet, Unknown if DOT Compliant</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="29">
<xs:annotation>
<xs:documentation>
Unknown if Helmet Worn</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
DOT-Compliant Motorcycle Helmet</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>