mmucc:OccupantEjectionCodeSimpleType
simpleType OccupantEjectionCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for occupant completely or partially thrown from the interior of the motor vehicle, excluding motorcycles, as a result of a crash.
Diagram
Enumerations
Value | Definition |
0 | Not Ejected |
1 | Totally Ejected |
2 | Partially Ejected |
3 | Ejected - Unknown Degree |
7 | Not Reported |
8 | Not Applicable |
9 | Unknown if Ejected |
XML Schema
<xs:simpleType name="OccupantEjectionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for occupant completely or partially thrown from the interior of the motor vehicle, excluding motorcycles, as a result of a crash.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Ejected</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Totally Ejected</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Partially Ejected</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Ejected - Unknown Degree</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Not Reported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Not Applicable</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown if Ejected</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>