mmucc:NonMotoristLocationCodeSimpleType

simpleType NonMotoristLocationCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/

Definition

A data type for a non-motorists location with respect to the roadway at the time of the crash.

Diagram

Enumerations

ValueDefinition
1At Intersection - In Marked Crosswalk
10Midblock - Marked Crosswalk
11Travel Lane - Other Location
16Bicycle Lane
2At Intersection-Unmarked / Unknown if Marked Crosswalk
20Shoulder/Roadside
21Sidewalk
22Median/Crossing Island
23Driveway Access
24Shared-Use Path or Trail
25Non-Trafficway Area
28Other
9At Intersection - Other
99Unknown Location

XML Schema

<xs:simpleType name="NonMotoristLocationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a non-motorists location with respect to the roadway at the time of the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
At Intersection - In Marked Crosswalk
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Midblock - Marked Crosswalk
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Travel Lane - Other Location
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="16">
<xs:annotation>
<xs:documentation>
Bicycle Lane
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
At Intersection-Unmarked / Unknown if Marked Crosswalk
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="20">
<xs:annotation>
<xs:documentation>
Shoulder/Roadside
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="21">
<xs:annotation>
<xs:documentation>
Sidewalk
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="22">
<xs:annotation>
<xs:documentation>
Median/Crossing Island
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="23">
<xs:annotation>
<xs:documentation>
Driveway Access
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="24">
<xs:annotation>
<xs:documentation>
Shared-Use Path or Trail
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="25">
<xs:annotation>
<xs:documentation>
Non-Trafficway Area
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="28">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
At Intersection - Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown Location
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>