diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of BaseItemInfo | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | name description flags itemContext | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="WorkItemHeader"> <xsd:annotation> <xsd:documentation>Main information about a work item used in a work list.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="BaseItemInfo"> <xsd:sequence> <xsd:element name="flags" type="WorkItemFlags"> <xsd:annotation> <xsd:documentation>Various flags that can be set against a work item in a work list.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="itemContext" type="ItemContext"> <xsd:annotation> <xsd:documentation>Context of the work item, as supplied by the application that scheduled the work item.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="startDate" type="xs:dateTime" use="optional"> <xsd:annotation> <xsd:documentation>Date / time from which work on this work item may start.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="endDate" type="xs:dateTime" use="optional"> <xsd:annotation> <xsd:documentation>Date / time by which work on this work item must be completed.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="startDate" type="xs:dateTime" use="optional"> <xsd:annotation> <xsd:documentation>Date / time from which work on this work item may start.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="endDate" type="xs:dateTime" use="optional"> <xsd:annotation> <xsd:documentation>Date / time by which work on this work item must be completed.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | |||
type | WorkItemFlags | ||
properties |
|
||
children | scheduleStatus | ||
annotation |
|
||
source | <xsd:element name="flags" type="WorkItemFlags"> <xsd:annotation> <xsd:documentation>Various flags that can be set against a work item in a work list.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||
type | ItemContext | ||
properties |
|
||
children | activityID activityName appInstance appName appID appInstanceDescription | ||
annotation |
|
||
source | <xsd:element name="itemContext" type="ItemContext"> <xsd:annotation> <xsd:documentation>Context of the work item, as supplied by the application that scheduled the work item.</xsd:documentation> </xsd:annotation> </xsd:element> |