mmucc:DriverDistractionCodeSimpleType
simpleType DriverDistractionCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for distractions which may have influenced the driver performance.
Diagram
Enumerations
Value | Definition |
0 | Not Distracted |
10 | Talking on Hand-Held Electronic Device |
12 | Outside the Vehicle (includes unspecified external distractions) |
13 | Other Inside the Vehicle (eating, personal hygiene, etc.) |
3 | Passenger |
5 | Talking on Hands-Free Electronic Device |
6 | Manually Operating an Electronic Communication Device (texting, typing, dialing) |
7 | Other Activity, Electronic Device |
99 | Unknown 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:restriction base="xs:token">
<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>