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