element completeWorkItemResponse
diagram wp_diagrams/wp_p271.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children groupID nextWorkItem
annotation
documentation
Response element for the completeWorkItem operation.
source <xs:element name="completeWorkItemResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for the completeWorkItem operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice minOccurs="0">
     
<xs:element name="groupID" type="xs:long">
       
<xs:annotation>
         
<xs:documentation>ID of the work group that this work item belongs to.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="nextWorkItem" type="ManagedObjectID">
       
<xs:annotation>
         
<xs:documentation>ID of the next work item in the specified work group.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element completeWorkItemResponse/groupID
diagram wp_diagrams/wp_p272.png
type xs:long
properties
content simple
annotation
documentation
ID of the work group that this work item belongs to.
source <xs:element name="groupID" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>ID of the work group that this work item belongs to.</xs:documentation>
 
</xs:annotation>
</xs:element>

element completeWorkItemResponse/nextWorkItem
diagram wp_diagrams/wp_p273.png
type ManagedObjectID
properties
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 specified work group.
source <xs:element name="nextWorkItem" type="ManagedObjectID">
 
<xs:annotation>
   
<xs:documentation>ID of the next work item in the specified work group.</xs:documentation>
 
</xs:annotation>
</xs:element>


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