complexType "AbstractTask"
Namespace:
Content:
complex, 8 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 8 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
comment (defined in AbstractTask complexType),
status (defined in AbstractTask complexType),
taskIdentifier (defined in AbstractTask complexType)
Known Direct Subtypes (4):
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
An underlying abstract structure that defines the responsible party for tasks that must be completed.
XML Source (w/o annotations (8); see within schema source)
<xsd:complexType abstract="true" name="AbstractTask">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" 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:sequence>
<xsd:element name="responsibleParty" type="PartyReference"/>
<xsd:element name="dates" type="TaskDates"/>
<xsd:element name="status" type="TaskStatusEnum"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="comment" type="NonEmptyString"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 8/8)
comment
Type:
NonEmptyString, simple content
A freetext field which allows the sender to add further details around the task.
Simple Content
xsd:string
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="comment" type="NonEmptyString"/>

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:
TaskDates, complex content
Dates relevant to the task.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dates" type="TaskDates"/>

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:
TaskStatusEnum, simple content
An enum to define the status of the task.
Simple Content
enumeration of xsd:token
Enumeration:
"Active"
 - 
Indicates a task status of active.
"Cleared"
 - 
Indicates a task status of cleared (i.e. the task is completed).
"Cancelled"
 - 
Indicates a task status of cancelled (i.e. the task was cancelled and no longer needs to be completed).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="status" type="TaskStatusEnum"/>

taskIdentifier
Type:
TaskIdentifier, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" name="taskIdentifier" type="TaskIdentifier"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.