mmucc:OccupantEjectionCodeSimpleType

simpleType OccupantEjectionCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.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

ValueDefinition
0Not Ejected
1Totally Ejected
2Partially Ejected
3Ejected - Unknown Degree
7Not Reported
8Not Applicable
9Unknown 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: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>