<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>
|