mmucc:DriverDistractionCodeSimpleType

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

Definition

A data type for distractions which may have influenced the driver performance.

Diagram

Enumerations

ValueDefinition
0Not Distracted
10Talking on Hand-Held Electronic Device
12Outside the Vehicle (includes unspecified external distractions)
13Other Inside the Vehicle (eating, personal hygiene, etc.)
3Passenger
5Talking on Hands-Free Electronic Device
6Manually Operating an Electronic Communication Device (texting, typing, dialing)
7Other Activity, Electronic Device
99Unknown if Distracted

XML Schema

<xs:simpleType name="DriverDistractionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for distractions which may have influenced the driver performance.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Distracted
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Talking on Hand-Held Electronic Device
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Outside the Vehicle (includes unspecified external distractions)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
Other Inside the Vehicle (eating, personal hygiene, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Passenger
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Talking on Hands-Free Electronic Device
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Manually Operating an Electronic Communication Device (texting, typing, dialing)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Other Activity, Electronic Device
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown if Distracted
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>