diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | activityID groupID errorMessage | ||
annotation |
|
||
source | <xsd:element name="asyncStartGroupResponse"> <xsd:annotation> <xsd:documentation>Async - Reply element for startGroup operation.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="activityID" type="xs:string"> <xsd:annotation> <xsd:documentation>Unique identifier for this message, this identifier will match the request identifier</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="groupID" type="xs:long"> <xsd:annotation> <xsd:documentation>The ID of the group to start</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="errorMessage" type="exception:ErrorLine" minOccurs="0"> <xsd:annotation> <xsd:documentation>Any error message that needs to be reported. If the errorMessage element is not set, then the operation was successful.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="activityID" type="xs:string"> <xsd:annotation> <xsd:documentation>Unique identifier for this message, this identifier will match the request identifier</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="groupID" type="xs:long"> <xsd:annotation> <xsd:documentation>The ID of the group to start</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||||||||||||||||||
type | ErrorLine | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | parameter | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:element name="errorMessage" type="exception:ErrorLine" minOccurs="0"> <xsd:annotation> <xsd:documentation>Any error message that needs to be reported. If the errorMessage element is not set, then the operation was successful.</xsd:documentation> </xsd:annotation> </xsd:element> |