diagram | |||||||||||||||||||||||||
namespace | http://base.api.bs.n2.tibco.com | ||||||||||||||||||||||||
type | extension of Channel | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | payloadMode BusinessServiceTemplate formalParams | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="StartBusinessServiceRequest"> <xs:complexContent> <xs:extension base="Channel"> <xs:sequence> <xs:element name="payloadMode" type="df:payloadModeType"/> <xs:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/> <xs:element name="formalParams" type="df:dataPayload" minOccurs="0"> <xs:annotation> <xs:documentation>Data for the formal parameters associated with the business service start event. Note: You cannot determine the names of these formal parameters programmatically. Instead, you must obtain them by examining the business service in TIBCO Business Studio.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="privilege" type="Privilege"/> </xs:extension> </xs:complexContent> </xs:complexType> |