mmucc:CrashClassificationCharacteristicCodeSimpleType

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

Definition

A data type to identify the characteristics of the crash with respect to its location on or off a trafficway.

Diagram

Enumerations

ValueDefinition
10Non-trafficway
11Trafficway, Not on Road
12Trafficway, On Road

XML Schema

<xs:simpleType name="CrashClassificationCharacteristicCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type to identify the characteristics of the crash with respect to its location on or off a trafficway.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Non-trafficway
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Trafficway, Not on Road
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Trafficway, On Road
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>