<xsd:complexType name="IncentiveFinanceType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Finance Information
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="IncentiveFinanceTerm" type="qdt:NonNegativeIntegerNumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The length of a contract in months
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="IncentiveFinanceTier" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The credit tier that the customer qualfies for based on their credit score.
Used to determine the interest rates and incentives that the customer qualifies for
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="Source" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Finance source of the incentive
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|