<xsd:complexType name="PricingABIEType">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="PriceSourceCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the source (e.g., Quote, MSRP, Invoice, BlueBook) of the price type of this price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PricingDeltaPercent" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>Used to express delta between to multiple price types .</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PriceHideIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>This field indicates whether or not this price should be displayed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="Price">
<xsd:annotation>
<xsd:documentation>A sum of money for which something is or may be bought or sold.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PriceEffectiveDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>It represents the date a price became effective. The Date a vehicle was priced, Date a bid was
accepted, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|