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
Value | Definition |
1 | Left (usually the motor vehicle or motorcycle driver except for postal vehicles and some foreign vehicles) |
2 | Middle |
3 | Right |
8 | Other |
99 | Unknown |
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:restriction base="xs:token">
<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>