mmucc:CrashRoadContributingCircumstancesCodeSimpleType

simpleType CrashRoadContributingCircumstancesCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/

Definition

A data type for an apparent condition of the road which may have contributed to the crash.

Diagram

Enumerations

ValueDefinition
0None
1Road Surface Condition (wet, icy, snow, slush, etc.)
2Debris
25Toll Booth/Plaza Related
26Backup Due to Prior Non-Recurring Incident
27Backup Due to Prior Crash
28Backup Due to Regular Congestion
3Rut, Holes, Bumps
4Work Zone (construction/maintenance/utility)
5Worn,Travel Polished Surface
6Obstruction in Roadway
7Traffic Control Device Inoperative, Missing or Obscured
8Shoulders (none, low, soft, high)
9Non-Highway Work
98Other
99Unknown

XML Schema

<xs:simpleType name="CrashRoadContributingCircumstancesCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an apparent condition of the road which may have contributed to the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
None
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Road Surface Condition (wet, icy, snow, slush, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Debris
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="25">
<xs:annotation>
<xs:documentation>
Toll Booth/Plaza Related
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="26">
<xs:annotation>
<xs:documentation>
Backup Due to Prior Non-Recurring Incident
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="27">
<xs:annotation>
<xs:documentation>
Backup Due to Prior Crash
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="28">
<xs:annotation>
<xs:documentation>
Backup Due to Regular Congestion
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Rut, Holes, Bumps
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Work Zone (construction/maintenance/utility)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Worn,Travel Polished Surface
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Obstruction in Roadway
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Traffic Control Device Inoperative, Missing or Obscured
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Shoulders (none, low, soft, high)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Non-Highway Work
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Other
</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>