Definition Type: ComplexType
Name: IncentiveValueType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
This field provides the actual values associated with the incentive.
Collapse XSD Schema Diagram:
Drilldown into SpecialCondition in schema components_xsd Drilldown into IncentiveText in schema components_xsd Drilldown into ResidualRate in schema components_xsd Drilldown into StandardResidualInd in schema components_xsd Drilldown into InterestRate in schema components_xsd Drilldown into StandardInterestInd in schema components_xsd Drilldown into CashValue in schema components_xsdXSD Diagram of IncentiveValueType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="IncentiveValueType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                This field provides the actual values associated with the incentive. 
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CashValue" type="udt:AmountType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">This field represents the cash value associated with the incentive.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="StandardInterestInd" type="udt:IndicatorType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">This field represents the cash value associated with the incentive.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="InterestRate" type="udt:NumericType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        This field indicates the annual interest rate for the incentive.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="StandardResidualInd" type="udt:IndicatorType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        This field is true if Standard interest rate is used and false if an incentive residual rate is used.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ResidualRate" type="udt:NumericType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        This field indicates the ending residual percentage rate for the incentive.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="IncentiveText" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        This field  provides the textual description of incentive.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SpecialCondition" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        This field indicates special terms and conditions associated with the incentive.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CashValue star:CashValue 1 1
StandardInterestInd star:StandardInterestInd 1 1
InterestRate star:InterestRate 0 1
StandardResidualInd star:StandardResidualInd 1 1
ResidualRate star:ResidualRate 0 1
IncentiveText star:IncentiveText 0 1
SpecialCondition star:SpecialCondition 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:IncentiveValue