Definition Type: ComplexType
Name: MVResponseDealResponseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ValidMultipleVehicleIncentiveResponse.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 MVResponseIncentiveInDeal in schema validmultiplevehicleincentiveresponse_xsd Drilldown into MVResponseSharedTerms in schema validmultiplevehicleincentiveresponse_xsd Drilldown into dealReferenceId in schema validmultiplevehicleincentiveresponse_xsdXSD Diagram of MVResponseDealResponseType in schema validmultiplevehicleincentiveresponse_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MVResponseDealResponseType">
    <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 name="dealReferenceId" type="udt:TextType" 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">
                    This group repeats for each deal in the response. This allows the Get Multiple Vehicles method to
                    return a list of deals that meet the eligibility criteria of the request.
                 </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="MVResponseSharedTerms" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="MVResponseIncentiveInDeal" maxOccurs="unbounded" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dealReferenceId star:dealReferenceId 1 1
MVResponseSharedTerms star:MVResponseSharedTerms 1 1
MVResponseIncentiveInDeal star:MVResponseIncentiveInDeal 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:MVResponseDealResponse