mmucc:NonMotoristContributingCircumstancesCodeSimpleType

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

Definition

A data type for actions that the non-motorist was undertaking at the time of the crash.

Diagram

Enumerations

ValueDefinition
0No Improper Action
1Dart/Dash
19Not Visible (Dark Clothing, No Lighting, Etc.)
2Failure to Yield Right-of-Way
21Other
3Failure to Obey Traffic Signs, Signals, or Officer
30Disabled Vehicle Related (Working on, Pushing, Leaving/Approaching)
4In Roadway Improperly (Standing, Lying, Working, Playing)
5Entering/Exiting Parked/Standing Vehicle
6Inattentive(talking, eating, etc)
7Improper Turn/Merge
8Improper Passing
9Wrong-Way Riding or Walking
99Unknown

XML Schema

<xs:simpleType name="NonMotoristContributingCircumstancesCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for actions that the non-motorist was undertaking at the time of the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No Improper Action
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Dart/Dash
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="19">
<xs:annotation>
<xs:documentation>
Not Visible (Dark Clothing, No Lighting, Etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Failure to Yield Right-of-Way
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="21">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Failure to Obey Traffic Signs, Signals, or Officer
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="30">
<xs:annotation>
<xs:documentation>
Disabled Vehicle Related (Working on, Pushing, Leaving/Approaching)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
In Roadway Improperly (Standing, Lying, Working, Playing)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Entering/Exiting Parked/Standing Vehicle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Inattentive(talking, eating, etc)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Improper Turn/Merge
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Improper Passing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Wrong-Way Riding or Walking
</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>