complexType "AbstractLoanTask"
Namespace:
Content:
complex, 8 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 8 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
comment (defined in AbstractLoanTask complexType),
dates (defined in AbstractLoanTask complexType),
status (defined in AbstractLoanTask complexType),
taskIdentifier (defined in AbstractLoanTask complexType)
Known Direct Subtypes (2):
LoanAllocationSettlementTask, LoanTradeSettlementTask
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
An underlying abstract structure that defines the responsible party for tasks that must be completed.
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType abstract="true" name="AbstractLoanTask">
<xsd:sequence>
<xsd:element name="taskIdentifier" type="TaskIdentifier"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="parentTaskIdentifier" type="ParentTaskIdentifier"/>
<xsd:element minOccurs="0" name="previousTaskIdentifier" type="TaskIdentifier"/>
<xsd:element minOccurs="0" name="correctedTaskIdentifier" type="TaskIdentifier"/>
<xsd:sequence>
<xsd:element name="responsibleParty" type="PartyReference"/>
<xsd:element name="dates" type="LoanTaskDates"/>
<xsd:element name="status" type="LoanTaskStatusEnum"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="comment" type="String"/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 8/8)
comment
Type:
String, simple content
A freetext field which allows the sender to add further details around the task.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="comment" type="String"/>

correctedTaskIdentifier
Type:
TaskIdentifier, complex content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="correctedTaskIdentifier" type="TaskIdentifier"/>

dates
Type:
LoanTaskDates, complex content
Dates relevant to the task.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dates" type="LoanTaskDates"/>

parentTaskIdentifier
Type:
ParentTaskIdentifier, complex content
An identifier used to identify a group of related tasks.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="parentTaskIdentifier" type="ParentTaskIdentifier"/>

previousTaskIdentifier
Type:
TaskIdentifier, complex content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="previousTaskIdentifier" type="TaskIdentifier"/>

responsibleParty
Type:
PartyReference, empty content
A reference to the party responsible for the completion of the task.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="responsibleParty" type="PartyReference"/>

status
Type:
LoanTaskStatusEnum, simple content
An enum to define the status of the task.
Simple Content
enumeration of xsd:token
Enumeration:
"Active"
 - 
Loan Market Association (UK).
"Cleared"
 - 
The Loan Syndications and Trading Association (US).
"Cancelled"
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="status" type="LoanTaskStatusEnum"/>

taskIdentifier
Type:
TaskIdentifier, complex content
The unique id of the settlement task.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="taskIdentifier" type="TaskIdentifier"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.