<xsd:simpleType name="DealerProductsTypeCodeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Describes the various dealer product types. These are not related to Other Charges, or Programs and Rates.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Etching">
<xsd:annotation>
<xsd:documentation>Theft deterrent item where the VIN is etched into the window of a vehicle</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Theft Deterrent">
<xsd:annotation>
<xsd:documentation>A device sold by the dealer used to deter theft of a vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Surface Protection">
<xsd:annotation>
<xsd:documentation>Paint and/or undercoating protection applied to a vehicle</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Used Vehicle Contract Cancellation Option Agreement">
<xsd:annotation>
<xsd:documentation>agreement that allows the customer to cancel the contract under certain conditions</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N/A">
<xsd:annotation>
<xsd:documentation>Not Applicable</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|