diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | workItemID workItemPayload | ||
annotation |
|
||
source | <xs:element name="saveOpenWorkItem"> <xs:annotation> <xs:documentation>Request element for saveOpenWorkItem operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="workItemID" type="ManagedObjectID"> <xs:annotation> <xs:documentation>ID of the open work item that is to be saved.</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> </xs:element> |
diagram | |||||||||||||||||||||||
type | ManagedObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="workItemID" type="ManagedObjectID"> <xs:annotation> <xs:documentation>ID of the open work item that is to be saved.</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> |