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
Value | Definition |
0 | Not Applicable |
1 | Deployed- Front |
2 | Deployed- Side (door, seatback) |
20 | Not Deployed |
28 | Switched Off |
3 | Deployed- Curtain (roof) |
7 | Deployed- Other (Knee, air belt, etc.) |
8 | Deployed- Combination |
9 | Deployment- Unknown Location |
98 | Not Reported |
99 | Deployment 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: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>
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>