<xsd:simpleType name="InsuranceTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Identifies the type of insurance being applied</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Vehicle">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Credit Life">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Credit Disability">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GAP">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Mechanical Breakdown">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Involuntary Unemployment">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Liability Coverage">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Single Interest">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Double Interest">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Public Liability">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Full Coverage">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N/A">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Debt Cancellation">
<xsd:annotation>
<xsd:documentation>Debt Cancellation is a form of insurance. In Maryland, Debt Cancellation can be selected as well as GAP Insurance.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Excess Protection Wear and Tear">
<xsd:annotation>
<xsd:documentation>Insurance purchased by customer to protect against mileage overage and incidental damage to the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Etch">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A theft deterent device that is applied to a window or other portion of the vehicle.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Service Plan">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Service Plan. Certain states or regions require this to be displayed as insurance.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Tire and Wheel">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Tire and Wheel. Certain states or regions require this to be displayed as insurance.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Warranty">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Warranty. Certain states or regions require this to be displayed as insurance.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|