complexType OperationInfo
diagram pm_xsd_diagrams/pm_xsd_p213.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:operationName pm:parameters
used by
element operationInfo
annotation
documentation
Type to describe a starter operation.
source <xsd:complexType name="OperationInfo">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a starter operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="operationName" type="xsd:string">
     
<xsd:annotation>
       
<xsd:documentation>Name of the starter operation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="parameters" type="pm:TemplateAttributes" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>List of parameters for this starter operation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element OperationInfo/operationName
diagram pm_xsd_diagrams/pm_xsd_p214.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Name of the starter operation.
source <xsd:element name="operationName" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Name of the starter operation.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element OperationInfo/parameters
diagram pm_xsd_diagrams/pm_xsd_p215.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:TemplateAttributes
properties
content complex
nillable true
children pm:templateAttribute
annotation
documentation
List of parameters for this starter operation.
source <xsd:element name="parameters" type="pm:TemplateAttributes" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>List of parameters for this starter operation.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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