diagram | |||||||||||||||||||||||||
namespace | http://base.api.bs.n2.tibco.com | ||||||||||||||||||||||||
type | extension of Channel | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | payloadMode BusinessServiceTemplate formalParams | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xsd:complexType name="StartBusinessServiceRequest"> <xsd:complexContent> <xsd:extension base="Channel"> <xsd:sequence> <xsd:element name="payloadMode" type="df:payloadModeType"/> <xsd:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/> <xsd:element name="formalParams" type="df:dataPayload" minOccurs="0"> <xsd:annotation> <xsd: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.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="privilege" type="Privilege"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | Privilege |
source | <xsd:attribute name="privilege" type="Privilege"/> |
diagram | |||||||||||||
namespace | http://base.api.bs.n2.tibco.com | ||||||||||||
type | payloadModeType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:element name="payloadMode" type="df:payloadModeType"/> |
diagram | |||||||||||||||||||||||||
namespace | http://base.api.bs.n2.tibco.com | ||||||||||||||||||||||||
type | BusinessServiceTemplate | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xsd:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/> |
diagram | |||||||||||||||
namespace | http://base.api.bs.n2.tibco.com | ||||||||||||||
type | dataPayload | ||||||||||||||
properties |
|
||||||||||||||
children | serializedPayload XmlPayload | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:element name="formalParams" type="df:dataPayload" minOccurs="0"> <xsd:annotation> <xsd: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.</xsd:documentation> </xsd:annotation> </xsd:element> |