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