Definition Type: ComplexType
Name: SalesProgramType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Additional products and/or agreements added and/or sold by the dealer. Non-Residualized itemsthat are included in either total cash price, gross capitalized cost, or paid up front..
Collapse XSD Schema Diagram:
Drilldown into PriceBreak in schema components_xsd Drilldown into MinimumBuyQuantity in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into ProgramID in schema components_xsdXSD Diagram of SalesProgramType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SalesProgramType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> Additional products
                and/or agreements added and/or sold by the dealer. Non-Residualized itemsthat are
                included in either total cash price, gross capitalized cost, or paid up front..
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="ProgramID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Program Id Eg.
            Marketing</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="MinimumBuyQuantity" type="sqdt:QuantityType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Allows the retailer to
                know the minimum quantity of merchandise that can be ordered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="PriceBreak" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProgramID star:ProgramID 1 1
Description star:Description 0 unbounded
MinimumBuyQuantity star:MinimumBuyQuantity 0 1
PriceBreak star:PriceBreak 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:SalesProgram