<xsd:complexType name="FederalTILDisclosuresType">
<xsd:sequence>
<xsd:element minOccurs="0" name="AnnualPercentageRate" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>The customer's buy rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CanadaACRPercentage" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>The actual cost of the financing. Use Province to determine of required.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FinanceChargeAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The total of interest paid on the contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TotalOfPaymentsAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The total of dollar amount of payments to be made on the retail loan or lease.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TotalSalePriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Downpayment plus the total of payments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FirstPaymentDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>Indicates the first date of payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" ref="PaymentSchedule">
<xsd:annotation>
<xsd:documentation>Represents the schedule of payments to be made.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LeaseRateMoneyFactorString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Lease rate charged to customer by the Dealer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="RetailFilingFeeAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A fee that is collected up front that is not itemized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="NonFilingFeeInsuranceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Coverage amount for non filing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|