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