diagram | |
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> |
diagram | |||||||||||||||||||||||
type | ManagedObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||
type | WorkItemBody | ||
properties |
|
||
children | dataModel | ||
annotation |
|
||
source | <xsd:element name="workItemPayload" type="WorkItemBody"> <xsd:annotation> <xsd:documentation>Complete body of the specified work item.</xsd:documentation> </xsd:annotation> </xsd:element> |