element asyncStartGroupResponse
diagram wp_diagrams/wp_p247.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children activityID groupID errorMessage
annotation
documentation
Async - Reply element for startGroup operation.
source <xs:element name="asyncStartGroupResponse">
 
<xs:annotation>
   
<xs:documentation>Async - Reply element for startGroup operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="activityID" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Unique identifier for this message, this identifier will match the request identifier</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="groupID" type="xs:long">
       
<xs:annotation>
         
<xs:documentation>The ID of the group to start</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>

element asyncStartGroupResponse/activityID
diagram wp_diagrams/wp_p248.png
type xs:string
properties
content simple
annotation
documentation
Unique identifier for this message, this identifier will match the request identifier
source <xs:element name="activityID" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Unique identifier for this message, this identifier will match the request identifier</xs:documentation>
 
</xs:annotation>
</xs:element>

element asyncStartGroupResponse/groupID
diagram wp_diagrams/wp_p249.png
type xs:long
properties
content simple
annotation
documentation
The ID of the group to start
source <xs:element name="groupID" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>The ID of the group to start</xs:documentation>
 
</xs:annotation>
</xs:element>

element asyncStartGroupResponse/errorMessage
diagram wp_diagrams/wp_p250.png
type ErrorLine
properties
minOcc 0
maxOcc 1
content complex
children parameter
attributes
Name  Type  Use  Default  Fixed  Annotation
code  xs:string  required      
documentation
Code associated with this error.
message  xs:string  required      
documentation
Default English form of the error message.
annotation
documentation
Any error message that needs to be reported.  If the errorMessage element is not set, then the operation was successful.
source <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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy