aamva_d20:BranderCategoryCodeSimpleType

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

Definition

A data type for kinds of branders.

Diagram

Enumerations

ValueDefinition
IInsurance Carrier
JJunk Yard
SState
VSalvage Yard

XML Schema

<xs:simpleType name="BranderCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of branders.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Insurance Carrier
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J">
<xs:annotation>
<xs:documentation>
Junk Yard
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
State
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V">
<xs:annotation>
<xs:documentation>
Salvage Yard
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>