element chainedWorkItemNotification
diagram brm_wsdl_diagrams/brm_wsdl_p1775.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children groupID workItemID
annotation
documentation
Request element for the chainedWorkItemNotification operation.
source <xs:element name="chainedWorkItemNotification">
 
<xs:annotation>
   
<xs:documentation>Request element for the chainedWorkItemNotification operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="groupID" type="xs:long"/>
     
<xs:element name="workItemID" type="ManagedObjectID" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>ID of the next work item in the chain, if there is no workItemID present then it means that the chaining group has been completed as there are no more work items in this chain.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element chainedWorkItemNotification/groupID
diagram brm_wsdl_diagrams/brm_wsdl_p1776.png
type xs:long
properties
content simple
source <xs:element name="groupID" type="xs:long"/>

element chainedWorkItemNotification/workItemID
diagram brm_wsdl_diagrams/brm_wsdl_p1777.png
type ManagedObjectID
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
version  xs:long        
documentation
Version of the work item.

If not set, the latest version will be used.
annotation
documentation
ID of the next work item in the chain, if there is no workItemID present then it means that the chaining group has been completed as there are no more work items in this chain.
source <xs:element name="workItemID" type="ManagedObjectID" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>ID of the next work item in the chain, if there is no workItemID present then it means that the chaining group has been completed as there are no more work items in this chain.</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy