Definition Type: ComplexType
Name: PaymentScheduleType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OriginalCalculatedPaymentAmount in schema components_xsd Drilldown into TaxableBaseMonthlyPaymentAmount in schema components_xsd Drilldown into AmortizationPeriodMeasure in schema components_xsd Drilldown into BasePaymentAmount in schema components_xsd Drilldown into DeferredDownPaymentIndicator in schema components_xsd Drilldown into FinalAmount in schema components_xsd Drilldown into ScheduleStartDate in schema components_xsd Drilldown into TimeBetweenPaymentsNumeric in schema components_xsd Drilldown into PayTermsString in schema components_xsd Drilldown into PaymentAmount in schema components_xsd Drilldown into NumberOfPaymentsNumeric in schema components_xsdXSD Diagram of PaymentScheduleType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentScheduleType">
    <xsd:sequence>
        <xsd:element name="NumberOfPaymentsNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates the number of payments.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PaymentAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Scheduled payment amount as dictated by the payment
                            schedule.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PayTermsString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        The day the payment is due (e.g., the 15th of every
                        month).
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="TimeBetweenPaymentsNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        The TimeBetweenPayments component is used to communicate
                            the time between scheduled payments.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ScheduleStartDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Date when the first payment of the payment schedule is
                        due.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FinalAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Anticipated amount of the final payment of the payment
                            schedule.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DeferredDownPaymentIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates that this payment schedule is a deferred down
                            payment collected by the finance source (i.e.
                        in-settlement).
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="BasePaymentAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Monthly payment that includes depreciation and rent charge
                            but excludes other taxes or fees.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AmortizationPeriodMeasure" type="sqdt:PeriodMeasureType">
            <xsd:annotation>
                <xsd:documentation>
                        The amount of time based on a current contract payment and
                            loan amount it would take the loan to amortize over.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TaxableBaseMonthlyPaymentAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Amount of lease base monthly payment subject to
                        tax.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="OriginalCalculatedPaymentAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Payment amount that may
                print on the contract but not match the true payment schedule </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NumberOfPaymentsNumeric star:NumberOfPaymentsNumeric (1) (1)
PaymentAmount star:PaymentAmount (1) (1)
PayTermsString star:PayTermsString 0 (1)
TimeBetweenPaymentsNumeric star:TimeBetweenPaymentsNumeric 0 unbounded
ScheduleStartDate star:ScheduleStartDate 0 (1)
FinalAmount star:FinalAmount 0 (1)
DeferredDownPaymentIndicator star:DeferredDownPaymentIndicator 0 (1)
BasePaymentAmount star:BasePaymentAmount 0 (1)
AmortizationPeriodMeasure star:AmortizationPeriodMeasure 0 (1)
TaxableBaseMonthlyPaymentAmount star:TaxableBaseMonthlyPaymentAmount 0 1
OriginalCalculatedPaymentAmount star:OriginalCalculatedPaymentAmount 0 1
Collapse Derivation Tree:
Collapse References:
star:PaymentSchedule