mmucc:FirstConditionCrashCodeSimpleType
simpleType FirstConditionCrashCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for any relevant condition of the individual (motorist or non-motorist) that is directly related to the crash.
Diagram
Enumerations
Value | Definition |
00 | None/Apparently Normal |
99 | Unknown 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:restriction base="xs:token">
<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>