<xsd:simpleType name="OptionPricingTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Designates type of pricing for option.</xsd:documentation>
<xsd:documentation source="http://www.starstandard.org/">Deprecated. Use: PriceEnumeratedType</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Retail">
<xsd:annotation>
<xsd:documentation>Amount typically sold for to a retail customer (dealer to consumer, or consumer to consumer transactions).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Loan">
<xsd:annotation>
<xsd:documentation>Amount lenders typically loan on the listed vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Trade-In">
<xsd:annotation>
<xsd:documentation>Amount allowed by dealers on a trade.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|