diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | nextItem | ||
annotation |
|
||
source | <xs:complexType name="NextWorkItem"> <xs:annotation> <xs:documentation>Definition of the next work item that is of the same piled type as the work item just processed. (BRM uses this definition with the Piling pattern to identify the next work item to Work Presentation.)</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="nextItem" type="ManagedObjectID" minOccurs="0"> <xs:annotation> <xs:documentation>Unique ID of the next work item.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||||||||||||
type | ManagedObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="nextItem" type="ManagedObjectID" minOccurs="0"> <xs:annotation> <xs:documentation>Unique ID of the next work item.</xs:documentation> </xs:annotation> </xs:element> |