<xsd:complexType name="VDVehicleIncentiveDetailType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Within an incentive program, incentives values are grouped by vehicle. It is possible
for a single incentive program to have many distinct vehicles within a program, each with its own incentive values.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="vehicleFilterString" 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 is the data element that identifies which types of vehicles are eligible
for the incentive program using the Flexible Vehicle Description (FVD) syntax. There are many different ways that vehicles might be categorized when the program is established. This syntax provides a powerful tool for describing a vehicle’s eligibility with widely varying attributes and combinations of features.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vehicleFilterStringDescription" 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">A description of the vehicle, defined by the Flexible Vehicle String, in a ready-to-use
format that can be presented to users.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DealsPerVehicleCount" type="udt:NumericType" 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">Pthis provides a count of the DealResponse groups within each of VehicleIncentiveDetail group.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="VDDealResponse" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|