Definition Type: ComplexType
Name: EligibleTierTermInfoType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
Capturs the Tier and Term details for the Contract that are needed for this Rebate to be eligible and applied to the deal.
Collapse XSD Schema Diagram:
Drilldown into Terms in schema incentiveinquiry_xsd Drilldown into Tiers in schema incentiveinquiry_xsdXSD Diagram of EligibleTierTermInfoType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="EligibleTierTermInfoType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				Capturs the Tier and Term details for the Contract that are needed for this Rebate to be eligible and applied to the deal.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Tiers" minOccurs="0" maxOccurs="1">
        </xsd:element>
        <xsd:element ref="Terms" minOccurs="0" maxOccurs="1">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Tiers star:Tiers 0 1
Terms star:Terms 0 1
Collapse Derivation Tree:
Collapse References:
star:EligibleTierTermInfo