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