Definition Type: ComplexType
Name: SellerAssistedLoanType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AmountToDeferredDownPayment in schema components_xsd Drilldown into PaymentAmount in schema components_xsd Drilldown into NumberOfPaymentsNumeric in schema components_xsd Drilldown into TotalLoanAmount in schema components_xsd Drilldown into FinanceChargesAmount in schema components_xsd Drilldown into AmountFinanced in schema components_xsd Drilldown into ProceedsAmount in schema components_xsdXSD Diagram of SellerAssistedLoanType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SellerAssistedLoanType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ProceedsAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Proceeds received by a dealer for providing a portion of financing directly to the customer.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AmountFinanced" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The total amount financed for seller-assisted loan.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FinanceChargesAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The finance charges for the seller-assisted loan.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalLoanAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The base amount of the seller-assisted loan plus the finance charges.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NumberOfPaymentsNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>Indicates the number of payments for the seller-assisted loan.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PaymentAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Amount of regular seller-assisted loan payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AmountToDeferredDownPayment" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Amount of loan applied to a deferred down payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProceedsAmount star:ProceedsAmount 0 (1)
AmountFinanced star:AmountFinanced 0 (1)
FinanceChargesAmount star:FinanceChargesAmount 0 (1)
TotalLoanAmount star:TotalLoanAmount 0 (1)
NumberOfPaymentsNumeric star:NumberOfPaymentsNumeric 0 (1)
PaymentAmount star:PaymentAmount 0 (1)
AmountToDeferredDownPayment star:AmountToDeferredDownPayment 0 (1)
Collapse Derivation Tree:
Collapse References:
star:SellerAssistedLoan