mmucc:FirstConditionCrashCodeSimpleType

simpleType FirstConditionCrashCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.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
00None/Apparently Normal
99Unknown if Impaired

XML Schema

<xs:simpleType name="FirstConditionCrashCodeSimpleType">
<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="00">
<xs:annotation>
<xs:documentation>
None/Apparently Normal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown if Impaired
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>