<xsd:complexType name="DealerRecourseType">
<xsd:sequence>
<xsd:element minOccurs="0" name="DealerRecourseTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Indicates the type of guarantee that the dealer is providing. EX: Full Repurchase, Partial Repurchase, Residual Guarantee, Advance.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DealerRecourseAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The amount of the guarantee that the dealer is providing. This amount is related to the Dealer Recourse Type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DealerRecourseTermString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>The term of the guarantee that the dealer is providing. This amount is related to the Dealer Recourse Type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|