mmucc:DriverContributingCircumstancesCodeSimpleType

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

Definition

A data type for actions by the driver that may have contributed to the crash.

Diagram

Enumerations

ValueDefinition
0No Contributing Action
1Ran Off Roadwayr
10Wrong Side or Wrong Way
11Followed Too Closely
12Failed to Keep in Proper Lane
13Operated Motor Vehicle in Reckless or Aggressive Manner
14Operated Motor Vehicle in Inattentive, Careless, Negligent, or Erratic Manner
15Swerved or Avoided Due to Wind, Slippery Surface, Motor Vehicle, Object, Non-Motorist in Roadway, etc.
16Over-Correcting/Over-Steering
2Failed to Yield Right-of-Way
3Ran Red Light
4Ran Stop Sign
5Disregarded Other Traffic Sign
6Disregarded Other Road Markings
7Improper Turn
8Improper Backing
9Improper Passing
98Other Contributing Action
99Unknown

XML Schema

<xs:simpleType name="DriverContributingCircumstancesCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for actions by the driver that may have contributed to the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No Contributing Action
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Ran Off Roadwayr
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Wrong Side or Wrong Way
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Followed Too Closely
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Failed to Keep in Proper Lane
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
Operated Motor Vehicle in Reckless or Aggressive Manner
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14">
<xs:annotation>
<xs:documentation>
Operated Motor Vehicle in Inattentive, Careless, Negligent, or Erratic Manner
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="15">
<xs:annotation>
<xs:documentation>
Swerved or Avoided Due to Wind, Slippery Surface, Motor Vehicle, Object, Non-Motorist in Roadway, etc.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="16">
<xs:annotation>
<xs:documentation>
Over-Correcting/Over-Steering
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Failed to Yield Right-of-Way
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Ran Red Light
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Ran Stop Sign
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Disregarded Other Traffic Sign
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Disregarded Other Road Markings
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Improper Turn
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Improper Backing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Improper Passing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Other Contributing Action
</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>