mmucc:OccupantSeatCodeSimpleType

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

Definition

A data type for the occupants seat in the motor vehicle prior to the first event in the sequence of events.

Diagram

Enumerations

ValueDefinition
1Left (usually the motor vehicle or motorcycle driver except for postal vehicles and some foreign vehicles)
2Middle
3Right
8Other
99Unknown

XML Schema

<xs:simpleType name="OccupantSeatCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the occupants seat in the motor vehicle prior to the first event in the sequence of events.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Left (usually the motor vehicle or motorcycle driver except for postal vehicles and some foreign vehicles)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Middle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Right
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Other
</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>