<xsd:complexType name="LoanTradePayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents a payment related to a loan trade.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Payment">
<xsd:sequence>
<xsd:element name="loanTradeReference" type="LoanTradeReference" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Reference to the original loan trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|