aamva_d20:InsuranceCoverageCategoryCodeSimpleType

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

Definition

A data type for categories of coverage provided by an insurance policy.

Diagram

Enumerations

ValueDefinition
01All inclusive (all vehicles owned or not)
02Limited to vehicles insurer is aware of
03Broadform
04Driver other vehicle
05Not to exceed 1.5 Tons
06Not for hire

XML Schema

<xs:simpleType name="InsuranceCoverageCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for categories of coverage provided by an insurance policy.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
All inclusive (all vehicles owned or not)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Limited to vehicles insurer is aware of
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
Broadform
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
Driver other vehicle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
Not to exceed 1.5 Tons
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="06">
<xs:annotation>
<xs:documentation>
Not for hire
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>