Definition Type: ComplexType
Name: IncentiveSamplePaymentType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
It provides the specific data that was used to calculate the sample payment amount.
Collapse XSD Schema Diagram:
Drilldown into CostPerThousandAmount in schema components_xsd Drilldown into DueAtSigningAmount in schema components_xsd Drilldown into SamplePaymentAmount in schema components_xsdXSD Diagram of IncentiveSamplePaymentType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="IncentiveSamplePaymentType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                It provides the specific data that was used to calculate the sample payment amount.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SamplePaymentAmount" 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 indiactes the monthly sample payment amount for this deal.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="DueAtSigningAmount" 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">
                        The total monetary amount that a buyer needs to pay at the time of signing the contract and receives the vehicle.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CostPerThousandAmount" type="udt:AmountType" 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 indicates the monthly payment associated with each $1,000 of borrowing on finance program.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SamplePaymentAmount star:SamplePaymentAmount 1 1
DueAtSigningAmount star:DueAtSigningAmount 1 1
CostPerThousandAmount star:CostPerThousandAmount 0 1
Collapse Derivation Tree:
Collapse References:
star:IncentiveSamplePayment