mmucc:OccupantProtectionSystemUseCodeSimpleType
simpleType OccupantProtectionSystemUseCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
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
Value | Definition |
0 | Not Applicable |
1 | Shoulder Belt Only Used |
10 | Child Restraint System - Forward Facing |
11 | Child Restraint System - Rear Facing |
12 | Booster Seat |
2 | Lap Belt Only Used |
3 | Shoulder and Lap Belt Used |
4 | Child Restraint Type Unknown |
7 | None Used - Motor Vehicle Occupant |
8 | Restraint Used - Type Unknown |
97 | Other |
98 | Not Reported |
99 | Unknown |
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:restriction base="xs:token">
<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>