<xsd:complexType name="OtherDownPaymentsType">
<xsd:annotation>
<xsd:documentation>The purpose of the OtherDownPayments component is to represent other downpayment information such as Manufacturer Rebate, Deferred Downpayment, Millitary Rebates, College Rebates, Loyalty Cash, etc.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="OtherDownPaymentDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Free form text
description of Other Down Payments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="OtherDownPaymentAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of other
downpayment (i.e., Manufacturer Rebate, Deferred Downpayment).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="CapReductionOtherDownPaymentAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of other down payment applied to capitalized cost reduction (for lease.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="UpfrontOtherDownPaymentAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of other down payment applied to upfront costs (for lease).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="OtherDownPaymentPointsNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">For rewards points points programs, the number of points redeemed for use as downpayment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|