Definition Type: ComplexType
Name: DealStackabilityType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
This section indicates the stackability of the deals.
Collapse XSD Schema Diagram:
Drilldown into notStackableProgramId in schema components_xsd Drilldown into AlwaysStackableInd in schema components_xsdXSD Diagram of DealStackabilityType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DealStackabilityType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                This section indicates the stackability of the deals.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="AlwaysStackableInd" type="udt:IndicatorType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Indicates if a program ID is stackable for an incentive or not, it also depends on See Contract Indicator.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="notStackableProgramId" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Each of the programIDs for each incentive that is non stackable with this incentive is indicated in this field.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AlwaysStackableInd star:AlwaysStackableInd 1 1
notStackableProgramId star:notStackableProgramId 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:DealStackability