<xsd:simpleType name="OccupantSeatCodeSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for the occupants seat in the motor vehicle prior to the first event in the sequence of events.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="101">
<xsd:annotation>
<xsd:documentation>Left (usually the motor vehicle or motorcycle driver except for postal vehicles and some foreign vehicles)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="102">
<xsd:annotation>
<xsd:documentation>Middle</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="103">
<xsd:annotation>
<xsd:documentation>Right</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="104">
<xsd:annotation>
<xsd:documentation>Other</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="99">
<xsd:annotation>
<xsd:documentation>Unknown</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|