mmucc:OccupantAirBagDeployedCodeSimpleType

simpleType OccupantAirBagDeployedCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/

Definition

A data type for deployment status of an air bag relative to the position in the vehicle for this occupant.

Diagram

Enumerations

ValueDefinition
0Not Applicable
1Deployed- Front
2Deployed- Side (door, seatback)
20Not Deployed
28Switched Off
3Deployed- Curtain (roof)
7Deployed- Other (Knee, air belt, etc.)
8Deployed- Combination
9Deployment- Unknown Location
98Not Reported
99Deployment Unknown

XML Schema

<xs:simpleType name="OccupantAirBagDeployedCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for deployment status of an air bag relative to the position in the vehicle for this occupant.
</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>
Deployed- Front
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Deployed- Side (door, seatback)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="20">
<xs:annotation>
<xs:documentation>
Not Deployed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="28">
<xs:annotation>
<xs:documentation>
Switched Off
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Deployed- Curtain (roof)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Deployed- Other (Knee, air belt, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Deployed- Combination
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Deployment- Unknown Location
</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>
Deployment Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>