Definition Type: ComplexType
Name: CreditVehiclePricingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VehiclePricingTypeSourceCode in schema components_xsd Drilldown into VehiclePricingTypeCode in schema components_xsd Drilldown into PriceDescription in schema components_xsd Drilldown into VehiclePriceAmount in schema components_xsdXSD Diagram of CreditVehiclePricingType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditVehiclePricingType">
    <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="VehiclePricingTypeCode" type="scl:VehiclePricingTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                        Designates type of pricing for vehicle
                        transaction
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="VehiclePricingTypeSourceCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Source from which pricing type data originated (i.e. Blue
                            Book, NADA, etc.)
                    </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)
VehiclePricingTypeCode star:VehiclePricingTypeCode 0 (1)
VehiclePricingTypeSourceCode star:VehiclePricingTypeSourceCode 0 (1)
Collapse Derivation Tree:
Collapse References:
star:CreditVehiclePricing