<xsd:complexType name="AbstractLoanTask" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An underlying abstract structure that defines the responsible party for tasks that must be completed.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="taskIdentifier" type="TaskIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">The unique id of the settlement task.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="parentTaskIdentifier" type="TaskIdentifier" minOccurs="0">
<xsd:annotation>
<xsd:documentation>An identifier used to identify a group of related tasks.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="correctedTaskIdentifier" type="TaskIdentifier" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A unique identifier associated with a previous ‘inaccurate task.’ Population of this identifier represents that this task is a ‘corrective measure’ to a previous task, rather than being a stand-alone task.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="responsibleParty" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the party responsible for the completion of the settlement task.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dates" type="LoanTradingSettlementTaskDates">
<xsd:annotation>
<xsd:documentation>Dates relevant to the settlement task.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="status" type="LoanTradingSettlementTaskStatusEnum">
<xsd:annotation>
<xsd:documentation>An enum to define the status of the settlement task.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="comment" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A freetext field which allows the sender to add further details around the task.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
|