aamva_d20:BrandDamagePercentageCategoryCodeSimpleType

simpleType BrandDamagePercentageCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/5.0/

Definition

A data type for the percentage of damage in a brand on a vehicle.

Diagram

Enumerations

ValueDefinition
RReported
TThreshold

XML Schema

<xs:simpleType name="BrandDamagePercentageCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the percentage of damage in a brand on a vehicle.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Reported
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
Threshold
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>