Definition Type: ComplexType
Name: IncentiveFinanceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
Finance Information
Collapse XSD Schema Diagram:
Drilldown into Source in schema incentiveinquiry_xsd Drilldown into IncentiveFinanceTier in schema incentiveinquiry_xsd Drilldown into IncentiveFinanceTerm in schema incentiveinquiry_xsdXSD Diagram of IncentiveFinanceType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncentiveFinanceTerm star:IncentiveFinanceTerm 0 1
IncentiveFinanceTier star:IncentiveFinanceTier 0 1
Source star:Source 0 1
Collapse Derivation Tree:
Collapse References:
star:IncentiveFinance