Definition Type: ComplexType
Name: MVResponseVehicleRowType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ValidMultipleVehicleIncentiveResponse.xsd
Abstract
Documentation:
This set of data identifies a group of vehicles that have incentives available to them.
Collapse XSD Schema Diagram:
Drilldown into dealReferenceId in schema validmultiplevehicleincentiveresponse_xsd Drilldown into vehicleFilterString in schema validmultiplevehicleincentiveresponse_xsd Drilldown into vehicleDescription in schema validmultiplevehicleincentiveresponse_xsd Drilldown into vehicleModel in schema validmultiplevehicleincentiveresponse_xsd Drilldown into vehicleDivision in schema validmultiplevehicleincentiveresponse_xsd Drilldown into vehicleModelYear in schema validmultiplevehicleincentiveresponse_xsdXSD Diagram of MVResponseVehicleRowType in schema validmultiplevehicleincentiveresponse_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MVResponseVehicleRowType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
            This set of data identifies a group of vehicles that have incentives available to them.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="vehicleModelYear" 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 specifies the model year of the vehicle specified in the vehicleFilterString field, below.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="vehicleDivision" type="udt:TextType" minOccurs="0" 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 specifies the division of the vehicle specified in the vehicleFilterString field, below.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="vehicleModel" type="udt:TextType" minOccurs="0" 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 specifies the model of the vehicle specified in the vehicleFilterString field, below.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="vehicleDescription" 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">
                  Specifies a descriptive name for the vehicle specified in the vehicleFilterString field below. 
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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">
                  Describes attributes about the vehicle being purchased using the Flexible Vehicle Description (FVD) syntax.
                  This provides a powerful tool for describing vehicles with widely varying attributes and combinations of features.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dealReferenceId" type="udt:TextType" minOccurs="1" maxOccurs="unbounded">
            <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 group repeats for each deal in the response. This allows the Get Multiple Vehicles method to
                  return a list of deals that meet the eligibility criteria of the request.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
vehicleModelYear star:vehicleModelYear 1 1
vehicleDivision star:vehicleDivision 0 1
vehicleModel star:vehicleModel 0 1
vehicleDescription star:vehicleDescription 1 1
vehicleFilterString star:vehicleFilterString 1 1
dealReferenceId star:dealReferenceId 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:MVResponseVehicleRow