complexType reallocateWorkItemData
diagram wp_diagrams/wp_p3309.png
namespace http://api.brm.n2.tibco.com
children workItemID resource workItemPayload
source <xsd:complexType name="reallocateWorkItemData">
 
<xsd:sequence maxOccurs="unbounded">
   
<xsd:element name="workItemID" type="ManagedObjectID">
     
<xsd:annotation>
       
<xsd:documentation>ID of a work item that is to be reallocated.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="resource" type="xs:string">
     
<xsd:annotation>
       
<xsd:documentation>Name of the resource to whom the specified work item should be reallocated.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="workItemPayload" type="WorkItemBody">
     
<xsd:annotation>
       
<xsd:documentation>Complete body of the specified work item.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element reallocateWorkItemData/workItemID
diagram wp_diagrams/wp_p3310.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 a work item that is to be reallocated.
source <xsd:element name="workItemID" type="ManagedObjectID">
 
<xsd:annotation>
   
<xsd:documentation>ID of a work item that is to be reallocated.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element reallocateWorkItemData/resource
diagram wp_diagrams/wp_p3311.png
type xs:string
properties
content simple
annotation
documentation
Name of the resource to whom the specified work item should be reallocated.
source <xsd:element name="resource" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>Name of the resource to whom the specified work item should be reallocated.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element reallocateWorkItemData/workItemPayload
diagram wp_diagrams/wp_p3312.png
type WorkItemBody
properties
content complex
children dataModel
annotation
documentation
Complete body of the specified work item.
source <xsd:element name="workItemPayload" type="WorkItemBody">
 
<xsd:annotation>
   
<xsd:documentation>Complete body of the specified work item.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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