Definition Type: ComplexType
Name: OtherDownPaymentsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The purpose of the OtherDownPayments component is to represent other downpayment information such as Manufacturer Rebate, Deferred Downpayment, Millitary Rebates, College Rebates, Loyalty Cash, etc.
Collapse XSD Schema Diagram:
Drilldown into OtherDownPaymentPointsNumeric in schema components_xsd Drilldown into UpfrontOtherDownPaymentAmount in schema components_xsd Drilldown into CapReductionOtherDownPaymentAmount in schema components_xsd Drilldown into OtherDownPaymentAmount in schema components_xsd Drilldown into OtherDownPaymentDescription in schema components_xsdXSD Diagram of OtherDownPaymentsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OtherDownPaymentsType">
    <xsd:annotation>
        <xsd:documentation>The purpose of the OtherDownPayments component is to represent other downpayment information such as  Manufacturer Rebate, Deferred Downpayment, Millitary Rebates, College Rebates, Loyalty Cash, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="OtherDownPaymentDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Free form text
                description of Other Down Payments.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="OtherDownPaymentAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of other
                downpayment (i.e., Manufacturer Rebate, Deferred Downpayment).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="CapReductionOtherDownPaymentAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of other down payment applied to capitalized cost reduction (for lease.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="UpfrontOtherDownPaymentAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of other down payment applied to upfront costs (for lease).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="OtherDownPaymentPointsNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">For rewards points points programs, the number of points redeemed for use as downpayment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OtherDownPaymentDescription star:OtherDownPaymentDescription 0 1
OtherDownPaymentAmount star:OtherDownPaymentAmount 1 1
CapReductionOtherDownPaymentAmount star:CapReductionOtherDownPaymentAmount 0 1
UpfrontOtherDownPaymentAmount star:UpfrontOtherDownPaymentAmount 0 1
OtherDownPaymentPointsNumeric star:OtherDownPaymentPointsNumeric 0 1
Collapse Derivation Tree:
Collapse References:
star:OtherDownPayments