<xsd:complexType name="PricingType">
<xsd:sequence>
<xsd:element name="VehiclePriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Customer price of vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PriceDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A textual description of
price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PricingTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Designates type of pricing for vehicle transaction.
Examples could be: QUOTE, MSRP, INVOICE, BLUEBOOK, TOTALFIGURE,
OVERINVOICE, UNDERINVOICE, UNDERMSRP, OVERMSRP, CALL, NA, or
OTHER
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|