Definition Type: ComplexType
Name: ContractInformationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
Information about the Contract
Collapse XSD Schema Diagram:
Drilldown into EligibleTierTermInfo in schema incentiveinquiry_xsd Drilldown into TermRange in schema incentiveinquiry_xsd Drilldown into IncentiveType in schema incentiveinquiry_xsd Drilldown into ContractType in schema incentiveinquiry_xsdXSD Diagram of ContractInformationType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ContractInformationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				Information about the Contract
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ContractType" minOccurs="0" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Indicator to specify APR Contract/ Lease Contract or both
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="IncentiveType" minOccurs="0" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						This is the RATE or RENT CHARGE FACTOR defintion; "Subvented" or "Standard"
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TermRange" minOccurs="0" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Describes the term range type. Standard denotes 0-24, 25-36 etc. Allowed values are "STANDARD" or "CUSTOM".
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="EligibleTierTermInfo" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContractType star:ContractType 0 (1)
IncentiveType star:IncentiveType 0 (1)
TermRange star:TermRange 0 (1)
EligibleTierTermInfo star:EligibleTierTermInfo 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:ContractInformation