<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>
|