mmucc:NonMotoristLocationCodeSimpleType
simpleType NonMotoristLocationCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for a non-motorists location with respect to the roadway at the time of the crash.
Diagram
Enumerations
Value | Definition |
1 | At Intersection - In Marked Crosswalk |
10 | Midblock – Marked Crosswalk |
11 | Travel Lane – Other Location |
16 | Bicycle Lane |
2 | At Intersection-Unmarked / Unknown if Marked Crosswalk |
20 | Shoulder/Roadside |
21 | Sidewalk |
22 | Median/Crossing Island |
23 | Driveway Access |
24 | Shared-Use Path or Trail |
25 | Non-Trafficway Area |
28 | Other |
9 | At Intersection - Other |
99 | Unknown 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:restriction base="xs:token">
<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>