Definition Type: ComplexType
Name: VDDealResponseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ValidDealResponse.xsd
Abstract
Documentation:
This group repeats for each deal for a requested vehicle in the response. This allows the Get Valid Deals service to return a list of deals that meet the eligibility criteria of the request. Each deal would include one Top of Deal incentive and zero to many add-on incentives. The same add-on incentive may appear in multiple deals.
Collapse XSD Schema Diagram:
Drilldown into IncentiveSamplePayment in schema components_xsd Drilldown into VDIncentiveInDeal in schema validdealresponse_xsd Drilldown into VDSharedDealsTerm in schema validdealresponse_xsdXSD Diagram of VDDealResponseType in schema validdealresponse_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VDDealResponseType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">This group repeats for each deal for a requested vehicle in the response. This allows the Get Valid Deals service to return a list of deals that meet the eligibility criteria of the request. Each deal would include one Top of Deal
            incentive and zero to many add-on incentives. The same add-on incentive may appear in multiple deals.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="VDSharedDealsTerm" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="VDIncentiveInDeal" maxOccurs="unbounded" minOccurs="0" />
        <xsd:element ref="IncentiveSamplePayment" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VDSharedDealsTerm star:VDSharedDealsTerm 0 1
VDIncentiveInDeal star:VDIncentiveInDeal 0 unbounded
IncentiveSamplePayment star:IncentiveSamplePayment 0 1
Collapse Derivation Tree:
Collapse References:
star:VDDealResponse