diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | activityID activityName appInstance appName appID appInstanceDescription | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ItemContext"> <xs:annotation> <xs:documentation>Context of the work item, as supplied by the application that scheduled the work item.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="activityID" type="xs:string"> <xs:annotation> <xs:documentation>ID of the activity from which the work item was generated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="activityName" type="xs:string"> <xs:annotation> <xs:documentation>Name of the activity from which the work item was generated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="appInstance" type="xs:string"> <xs:annotation> <xs:documentation>Identifier of the application instance.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="appName" type="xs:string"> <xs:annotation> <xs:documentation>Name of the application.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="appID" type="xs:string"> <xs:annotation> <xs:documentation>ID of the application.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="appInstanceDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Description of the application instance.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |