<xsd:complexType name="IncentiveInquiryLineType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This component contains the request information for the Incentive inquiry.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="VehicleConfig" minOccurs="0" maxOccurs="1" />
<xsd:element minOccurs="0" maxOccurs="1" name="IncentiveType" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Incentive type. Values APR, LEASE, CASH or BALLOON
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="IncentiveFinance" minOccurs="0" maxOccurs="1" />
<xsd:element minOccurs="0" maxOccurs="1" name="IncentiveEligibilityDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Date on which a sold order vehicle is ordered – used to process incentives for sold orders.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Sale" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|