element createProcessInstanceInput
diagram pm_xsd_diagrams/pm_xsd_p13.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:processQName pm:operationName pm:options pm:parameterMap
annotation
documentation
Request element for createProcessInstance operation.
source <xsd:element name="createProcessInstanceInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for createProcessInstance operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="processQName" type="pm:QualifiedProcessName">
       
<xsd:annotation>
         
<xsd:documentation>Qualified name of the process template from which a process instance is to be created.

A starter operation is derived from a process template's none starter event. This element names the module to which the process template belongs.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="operationName" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Name of the starter operation used to create the process instance.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="options" type="pm:CreateProcessInstanceOptions">
       
<xsd:annotation>
         
<xsd:documentation>create options</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="parameterMap">
       
<xsd:annotation>
         
<xsd:documentation>Details of the parameters associated with this starter operation.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="parameter" type="pm:NameValuePair" minOccurs="0" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation>Details of parameters (as name/value pairs).</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element createProcessInstanceInput/processQName
diagram pm_xsd_diagrams/pm_xsd_p14.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:QualifiedProcessName
properties
content complex
children pm:moduleName pm:processName pm:version
annotation
documentation
Qualified name of the process template from which a process instance is to be created.

A starter operation is derived from a process template's none starter event. This element names the module to which the process template belongs.
source <xsd:element name="processQName" type="pm:QualifiedProcessName">
 
<xsd:annotation>
   
<xsd:documentation>Qualified name of the process template from which a process instance is to be created.

A starter operation is derived from a process template's none starter event. This element names the module to which the process template belongs.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

element createProcessInstanceInput/options
diagram pm_xsd_diagrams/pm_xsd_p16.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:CreateProcessInstanceOptions
properties
content complex
children pm:priority
annotation
documentation
create options
source <xsd:element name="options" type="pm:CreateProcessInstanceOptions">
 
<xsd:annotation>
   
<xsd:documentation>create options</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element createProcessInstanceInput/parameterMap
diagram pm_xsd_diagrams/pm_xsd_p17.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:parameter
annotation
documentation
Details of the parameters associated with this starter operation.
source <xsd:element name="parameterMap">
 
<xsd:annotation>
   
<xsd:documentation>Details of the parameters associated with this starter operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="parameter" type="pm:NameValuePair" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>Details of parameters (as name/value pairs).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element createProcessInstanceInput/parameterMap/parameter
diagram pm_xsd_diagrams/pm_xsd_p18.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:NameValuePair
properties
minOcc 0
maxOcc unbounded
content complex
children pm:name pm:value
annotation
documentation
Details of parameters (as name/value pairs).
source <xsd:element name="parameter" type="pm:NameValuePair" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Details of parameters (as name/value pairs).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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