<xsd:complexType name="MVResponseDealManagementType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">This section allows the calling application to select the amount
of data that is returned in the response. It is possible to limit the response to only the highest level incentives or
to request the full detail of every available incentive within the deal.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="topOfDealOnlyInd" type="xsd:boolean" 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">Allows the calling application to restrict the results to Top of Deal programs.
Top of Deal programs are the primary incentives that a buyer receives when purchasing or financing a vehicle
(consumer cash, finance, lease). Setting the flag to true will exclude all stackable add-on programs from the results.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="alwaysStackableOnlyInd" type="xsd:boolean" 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">Allows the calling application to restrict the results to: Top of Deal programs, and
Always Stackable incentives.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bestDealOnlyInd" type="xsd:boolean" 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">Allows the calling application to restrict the results to one deal for each Purchase Type.
Identifies the best deal based on the purchase type only</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|