mmucc:OccupantSeatRowCodeSimpleType

simpleType OccupantSeatRowCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/

Definition

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

Diagram

Enumerations

ValueDefinition
1Front
2Second
3Third
4Fourth
5Other Row(bus, 15 passenger van etc.)
99Unknown

XML Schema

<xs:simpleType name="OccupantSeatRowCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the occupants seat row 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>
Front
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Second
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Third
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Fourth
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Other Row(bus, 15 passenger van etc.)
</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>