mmucc:OccupantSeatOtherLocationCodeSimpleType

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

Definition

A data type for the location of the vehicle occupant prior to the first event in the sequence of events.

Diagram

Enumerations

ValueDefinition
0Not Applicable
50Sleeper Section of Cab (truck)
51Other Enclosed Cargo Area
52Unenclosed Cargo Area
54Trailing Unit
55Riding on Motor Vehicle Exterior (non-trailing unit)
99Unknown

XML Schema

<xs:simpleType name="OccupantSeatOtherLocationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the location of the vehicle occupant prior to the first event in the sequence of events.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Applicable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="50">
<xs:annotation>
<xs:documentation>
Sleeper Section of Cab (truck)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="51">
<xs:annotation>
<xs:documentation>
Other Enclosed Cargo Area
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="52">
<xs:annotation>
<xs:documentation>
Unenclosed Cargo Area
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="54">
<xs:annotation>
<xs:documentation>
Trailing Unit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="55">
<xs:annotation>
<xs:documentation>
Riding on Motor Vehicle Exterior (non-trailing unit)
</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>