mmucc:VehicleDamageExtentCodeSimpleType

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

Definition

A data type for an estimation of total damage to motor vehicle from crash.

Diagram

Enumerations

ValueDefinition
0No Damage
2Minor Damage
4Functional Damage
6Disabling Damage
8Not Reported
9Unknown

XML Schema

<xs:simpleType name="VehicleDamageExtentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an estimation of total damage to motor vehicle from crash.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No Damage
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Minor Damage
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Functional Damage
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Disabling Damage
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Not Reported
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>