diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | workItemID resource workItemPayload | ||
used by |
|
||
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> |
diagram | |||||||||||||||||||||||
type | ManagedObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||
type | WorkItemBody | ||
properties |
|
||
children | dataModel | ||
annotation |
|
||
source | <xs:element name="workItemPayload" type="WorkItemBody"> <xs:annotation> <xs:documentation>Complete body of the specified work item.</xs:documentation> </xs:annotation> </xs:element> |