Definition Type: ComplexType
Name: ContractIncentivesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The incentives being applied to a Contract.
Collapse XSD Schema Diagram:
Drilldown into IncentiveAmount in schema components_xsd Drilldown into IncentiveType in schema components_xsdXSD Diagram of ContractIncentivesType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ContractIncentivesType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">
                The incentives being applied to a Contract.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="IncentiveType" type="scl:IncentiveContentType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Describes the type of Incentive.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="IncentiveAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The dollar amount of the incentive being
                        offered.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncentiveType star:IncentiveType (1) (1)
IncentiveAmount star:IncentiveAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
star:ContractIncentives