<xsd:complexType name="LoanAllocationSettlementTask" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that details tasks and their statuses, the completion of which are prerequisites to the settlement of a trade or allocation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTask">
<xsd:sequence>
<xsd:element name="allocationReference" type="LoanAllocationReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a unique allocation id used to identify the allocation record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="type" type="LoanAllocationSettlementTaskType">
<xsd:annotation>
<xsd:documentation>The type of the settlement task.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|