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