diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | messageDetails errorMessage | ||
annotation |
|
||
source | <xs:element name="asyncScheduleWorkItemResponse"> <xs:annotation> <xs:documentation>Async - Reply element for the scheduleWorkItem operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="messageDetails" type="AsyncWorkItemDetails"> <xs:annotation> <xs:documentation>Information to track which work item this message is associated with.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="errorMessage" type="exception:ErrorLine" minOccurs="0"> <xs:annotation> <xs:documentation>Any error message that needs to be reported. If the errorMessage element is not set, then the operation was successful.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |