<xsd:complexType name="LoanAllocationPayment">
<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 maxOccurs="unbounded">
<xsd:element name="allocationReference" type="LoanAllocationReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the loan trade allocation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|