<xsd:complexType name="AbstractLoanAllocationPaymentNotification" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An underlying abstract structure for all syndicated loan servicing notifications; the wrapper for loan events which occur through the life-cycle of a deal.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="payment" type="LoanAllocationPayment" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The payments/wiring instructions associated with all embedded loan events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|