Definition Type: ComplexType
Name: TiersType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
List of eligible tiers for this rebate
Collapse XSD Schema Diagram:
Drilldown into Tier in schema incentiveinquiry_xsdXSD Diagram of TiersType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TiersType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				List of eligible tiers for this rebate
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="Tier" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						The credit tier that the customer qualifies 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:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Tier star:Tier 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:Tiers