diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | startPosition endPosition workListFacade workItems | ||
annotation |
|
||
source | <xs:element name="getWorkListItemsForGlobalDataResponse"> <xs:annotation> <xs:documentation>Response element for the getWorkLitsItemsForGlobalData operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:annotation> <xs:documentation>Contains a page of work item returned from a user request.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="startPosition" type="xs:long"> <xs:annotation> <xs:documentation>Position in the work item list of the first work item on this page.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="endPosition" type="xs:long"> <xs:annotation> <xs:documentation>Position in the work item list of the last work item on this page.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="workListFacade" type="WorkListFacade" minOccurs="0"> <xs:annotation> <xs:documentation>If defined then this will list any display names that are specified for any Work Item Attributes.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="workItems" type="WorkItem" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Complete details of each work item in this page of the work item list.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="startPosition" type="xs:long"> <xs:annotation> <xs:documentation>Position in the work item list of the first work item on this page.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="endPosition" type="xs:long"> <xs:annotation> <xs:documentation>Position in the work item list of the last work item on this page.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | WorkListFacade | ||||||
properties |
|
||||||
children | facade | ||||||
annotation |
|
||||||
source | <xs:element name="workListFacade" type="WorkListFacade" minOccurs="0"> <xs:annotation> <xs:documentation>If defined then this will list any display names that are specified for any Work Item Attributes.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | WorkItem | ||||||
properties |
|
||||||
children | id header attributes body workType state visible | ||||||
annotation |
|
||||||
source | <xs:element name="workItems" type="WorkItem" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Complete details of each work item in this page of the work item list.</xs:documentation> </xs:annotation> </xs:element> |