<xsd:complexType name="MVResponseVehicleIncentiveDetailType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This group defines two related categories of information, vehicle information and program incentive information. Program incentive pointer will be
used in the VehicleRow group will be used to create a relationship to the top of deal incentive in the DealResponse group.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="MVResponseVehicleRow" minOccurs="1" maxOccurs="unbounded" />
<xsd:element ref="MVResponseDealResponse" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|