mmucc:CrashFirstHarmfulEventLocationCodeSimpleType
simpleType CrashFirstHarmfulEventLocationCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for a location of the first harmful event as it relates to its position within or outside the trafficway.
Diagram
Enumerations
Value | Definition |
1 | On Roadway |
10 | Separator |
2 | On Shoulder |
3 | On Median |
4 | On Roadside |
5 | Outside Trafficway |
6 | Off Roadway-Location Unknown |
7 | In Parking Lane/Zone |
8 | Gore |
99 | Unknown |
XML Schema
<xs:simpleType name="CrashFirstHarmfulEventLocationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a location of the first harmful event as it relates to its position within or outside the trafficway.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
On Roadway</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Separator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
On Shoulder</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
On Median</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
On Roadside</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Outside Trafficway</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Off Roadway-Location Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
In Parking Lane/Zone</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Gore</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>