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

ValueDefinition
1On Roadway
10Separator
2On Shoulder
3On Median
4On Roadside
5Outside Trafficway
6Off Roadway-Location Unknown
7In Parking Lane/Zone
8Gore
99Unknown

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: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>