Definition Type: ComplexType
Name: AbstractLoanTask
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract True
Documentation:
An underlying abstract structure that defines the responsible party for tasks that must be completed.
Collapse XSD Schema Diagram:
Drilldown into comment in schema fpml-loan-5-10_xsd Drilldown into status in schema fpml-loan-5-10_xsd Drilldown into dates in schema fpml-loan-5-10_xsd Drilldown into responsibleParty in schema fpml-loan-5-10_xsd Drilldown into correctedTaskIdentifier in schema fpml-loan-5-10_xsd Drilldown into parentTaskIdentifier in schema fpml-loan-5-10_xsd Drilldown into taskIdentifier in schema fpml-loan-5-10_xsdXSD Diagram of AbstractLoanTask in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
taskIdentifier nsA:taskIdentifier (1) (1)
parentTaskIdentifier nsA:parentTaskIdentifier 0 (1)
correctedTaskIdentifier nsA:correctedTaskIdentifier 0 (1)
responsibleParty nsA:responsibleParty (1) (1)
dates nsA:dates (1) (1)
status nsA:status (1) (1)
comment nsA:comment 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:LoanAllocationSettlementTask, nsA:LoanTradeSettlementTask