mmucc:OccupantProtectionSystemUseCodeSimpleType

simpleType OccupantProtectionSystemUseCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/

Definition

A data type for the restraint equipment in use by the occupant, or the helmet use by a motorcyclist, at the time of the crash.

Diagram

Enumerations

ValueDefinition
0Not Applicable
1Shoulder Belt Only Used
10Child Restraint System - Forward Facing
11Child Restraint System - Rear Facing
12Booster Seat
2Lap Belt Only Used
3Shoulder and Lap Belt Used
4Child Restraint Type Unknown
7None Used – Motor Vehicle Occupant
8Restraint Used - Type Unknown
97Other
98Not Reported
99Unknown

XML Schema

<xs:simpleType name="OccupantProtectionSystemUseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the restraint equipment in use by the occupant, or the helmet use by a motorcyclist, at the time of the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Applicable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Shoulder Belt Only Used
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Child Restraint System - Forward Facing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Child Restraint System - Rear Facing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Booster Seat
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Lap Belt Only Used
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Shoulder and Lap Belt Used
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Child Restraint Type Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
None Used – Motor Vehicle Occupant
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Restraint Used - Type Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="97">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Not Reported
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>