<xsd:complexType name="LoanAllocationSettlementTaskNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate allocation-level tasks and their statuses, the completion of which are deemed by the sender of the notification to be prerequisites to the settlement of a trade or allocation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="task" type="LoanAllocationSettlementTask" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The task, which is a prerequisite to allocation settlement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:group ref="LoanTradeAllocationDetails.model" maxOccurs="unbounded" />
<xsd:group ref="FacilityDetails.model" maxOccurs="unbounded" />
<xsd:element name="party" type="Party" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A legal entity or a subdivision of a legal entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|