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
Value | Definition |
0 | Not on Roadway |
1 | Northbound |
2 | Southbound |
3 | Eastbound |
4 | Westbound |
9 | Unknown |
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:restriction base="xs:token">
<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>