<xsd:simpleType name="PriceEnumeratedType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Loan">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Amount lenders typically loan on the listed vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Retail">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">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="Trade-In">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Amount allowed by dealers on a trade.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="List">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">This is the advertised price of the item.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Sold">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">This is the price at which the item actually sold.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Actual Wholesale Price">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The vehicle invoice amount minus the dealer's holdback amount which is the amount that is paid to the dealer on a vehicle basis refunding the dealer for inflated vehicle invoice amounts.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Dealer Discount Amount">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Discount off the original retail price by the Dealer (comes out of the Dealer's revenue).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OEM Discount Amount">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Discount off the original retail price by the OEM (comes out of the OEM's revenue).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Core Price Amount">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The value of a used part if returned to the OEM for refurbishing.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="National Fleet Price">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Fleet price for a national account.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Major Fleet Price">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Fleet price for a major fleet acount.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fleet Price">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Fleet price.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Extended Amount">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The quantity of an item times the sold price less all discounts plus all additions for an item. Formula: item quantity x sold price - (all discounts + all additions)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Extended Core Amount">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Total core value</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Suggested Retail Price">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Selling price suggested by the sender.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Gross Discount Amount">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The gross amount of all discounts applied to an item.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Parts Invoice Item Net Amount">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The difference between the Extended Amount and the Gross Discount Amount to be paid for an item.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Total Option MSRP">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Total of all itemized products of the Manufactured Suggested Retail Price.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Unit Price">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Price of single unit
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Submitted Price">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The submitted price is the dealer's while the Retail price is the OEM's. The OEM will classify the dealer's submitted retail price as the submitted price.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Select Fleet">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A specially contracted fleet.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|