Definition Type: ComplexType
Name: VDVehicleIncentiveDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ValidDealResponse.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into VDDealResponse in schema validdealresponse_xsd Drilldown into DealsPerVehicleCount in schema validdealresponse_xsd Drilldown into vehicleFilterStringDescription in schema validdealresponse_xsd Drilldown into vehicleFilterString in schema validdealresponse_xsdXSD Diagram of VDVehicleIncentiveDetailType in schema validdealresponse_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
vehicleFilterString star:vehicleFilterString 1 1
vehicleFilterStringDescription star:vehicleFilterStringDescription 1 1
DealsPerVehicleCount star:DealsPerVehicleCount 1 1
VDDealResponse star:VDDealResponse 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:VDVehicleIncentiveDetail