mmucc:TravelDirectionBeforeCrashCodeSimpleType

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

Definition

A data type for the direction of a motor vehicles travel on the roadway before the crash.

Diagram

Enumerations

ValueDefinition
0Not on Roadway
1Northbound
2Southbound
3Eastbound
4Westbound
9Unknown

XML Schema

<xs:simpleType name="TravelDirectionBeforeCrashCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the direction of a motor vehicles travel on the roadway before the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not on Roadway
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Northbound
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Southbound
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Eastbound
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Westbound
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>