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
| Value | Definition |
| 0 | No Damage |
| 2 | Minor Damage |
| 4 | Functional Damage |
| 6 | Disabling Damage |
| 8 | Not Reported |
| 9 | Unknown |
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:restriction base="xs:token">
<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>