<xsd:complexType name="SalesVehiclePricingType">
<xsd:complexContent>
<xsd:extension base="PricingType">
<xsd:sequence>
<xsd:element minOccurs="0" name="PricingTypeSource" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Source from which pricing tye data originated
(i.e., Blue Book, NADA etc.)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PricingDeltaPercent" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>
Used to express the price delta relative to either
â??msrp᾿
or
â??invoice
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|