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
Value | Definition |
1 | Front |
2 | Second |
3 | Third |
4 | Fourth |
5 | Other Row(bus, 15 passenger van etc.) |
99 | Unknown |
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:restriction base="xs:token">
<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>