Definition Type: ComplexType
Name: PricingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PricingTypeString in schema components_xsd Drilldown into PriceDescription in schema components_xsd Drilldown into VehiclePriceAmount in schema components_xsdXSD Diagram of PricingType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehiclePriceAmount star:VehiclePriceAmount (1) (1)
PriceDescription star:PriceDescription 0 (1)
PricingTypeString star:PricingTypeString 0 (1)
Collapse Derivation Tree:
Collapse References:
star:SalesVehiclePricingType