diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | workItemID workTypeID resourceIDs | ||
annotation |
|
||
source | <xs:element name="pushNotification"> <xs:annotation> <xs:documentation>Request element for the pushNotification operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="workItemID" type="ManagedObjectID"> <xs:annotation> <xs:documentation>ID of the work item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="workTypeID" type="dm:WorkTypeSpec"> <xs:annotation> <xs:documentation>ID of the work type</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resourceIDs" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>list of resource Ids with push destinations</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |