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

ValueDefinition
16Helmet, Other than DOT-Compliant Motorcycle Helmet
17No Helmet
19Helmet, Unknown if DOT Compliant
29Unknown if Helmet Worn
5DOT-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: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>