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

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

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

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


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