mmucc:SpeedingRelatedCodeSimpleType

simpleType SpeedingRelatedCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/

Definition

A data type to indicate whether the investigating officer suspects that the driver involved in the crash was speeding based on verbal or physical evidence and not on speculation alone.

Diagram

Enumerations

ValueDefinition
0No
1Exceeded Speed Limit
2Racing
3Too Fast for Conditions
99Unknown

XML Schema

<xs:simpleType name="SpeedingRelatedCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type to indicate whether the investigating officer suspects that the driver involved in the crash was speeding based on verbal or physical evidence and not on speculation alone.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Exceeded Speed Limit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Racing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Too Fast for Conditions
</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>