Definition Type: ComplexType
Name: VDIncentiveInDealType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ValidDealResponse.xsd
Abstract
Documentation:
This section links the incentive program to the individual incentive value.
Collapse XSD Schema Diagram:
Drilldown into DealStackability in schema components_xsd Drilldown into IncentiveValue in schema components_xsd Drilldown into VDProgramIdentification in schema validdealresponse_xsdXSD Diagram of VDIncentiveInDealType in schema validdealresponse_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VDIncentiveInDealType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">This section links the incentive program to the individual incentive value.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="VDProgramIdentification" maxOccurs="1" minOccurs="1" />
        <xsd:element ref="IncentiveValue" maxOccurs="1" minOccurs="1" />
        <xsd:element ref="DealStackability" maxOccurs="1" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VDProgramIdentification star:VDProgramIdentification 1 1
IncentiveValue star:IncentiveValue 1 1
DealStackability star:DealStackability 0 1
Collapse Derivation Tree:
Collapse References:
star:VDIncentiveInDeal