mmucc:SecondConditionCrashCodeSimpleType

simpleType SecondConditionCrashCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/

Definition

A data type for any relevant condition of the individual (motorist or non-motorist) that is directly related to the crash.

Diagram

Enumerations

ValueDefinition
01Ill(sick), Blackout(Fainted)
02Asleep or Fatigued
08Emotional(depressed, angry, disturbed, etc.)
09Under the Influence of Alcohol, Drugs or Medications/
10Physically Impairment - No Detail
96Other Physical Impairment

XML Schema

<xs:simpleType name="SecondConditionCrashCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for any relevant condition of the individual (motorist or non-motorist) that is directly related to the crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Ill(sick), Blackout(Fainted)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Asleep or Fatigued
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="08">
<xs:annotation>
<xs:documentation>
Emotional(depressed, angry, disturbed, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="09">
<xs:annotation>
<xs:documentation>
Under the Influence of Alcohol, Drugs or Medications/
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Physically Impairment - No Detail
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="96">
<xs:annotation>
<xs:documentation>
Other Physical Impairment
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>