Definition Type: ComplexType
Name: PricingABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PriceEffectiveDate in schema components_xsd Drilldown into Price in schema components_xsd Drilldown into PriceHideIndicator in schema components_xsd Drilldown into PricingDeltaPercent in schema components_xsd Drilldown into PriceSourceCode in schema components_xsdXSD Diagram of PricingABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PriceSourceCode star:PriceSourceCode 0 unbounded
PricingDeltaPercent star:PricingDeltaPercent 0 (1)
PriceHideIndicator star:PriceHideIndicator 0 (1)
Price star:Price 1 unbounded
PriceEffectiveDate star:PriceEffectiveDate 0 (1)
Collapse Derivation Tree:
Collapse References:
star:OptionPricing, star:Pricing, star:PricingABIE, star:SalesVehiclePricing, star:VehicleMajorPartsProductItemPricing, star:VehiclePricing