<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>
|