element getAvailableProcessInstanceVariablesInput
diagram pm_xsd_diagrams/pm_xsd_p22.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:processID pm:variableName
annotation
documentation
Request element for getAvailableProcessInstanceVariables operation.
source <xsd:element name="getAvailableProcessInstanceVariablesInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for getAvailableProcessInstanceVariables operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="processID" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Unique ID of the process instance.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="variableName" type="xsd:string" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>(Optional) Name of the variable for which a value should be returned.

If this parameter is omitted, data is returned for all variables available to the specified process.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element getAvailableProcessInstanceVariablesInput/processID
diagram pm_xsd_diagrams/pm_xsd_p23.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Unique ID of the process instance.
source <xsd:element name="processID" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Unique ID of the process instance.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element getAvailableProcessInstanceVariablesInput/variableName
diagram pm_xsd_diagrams/pm_xsd_p24.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
(Optional) Name of the variable for which a value should be returned.

If this parameter is omitted, data is returned for all variables available to the specified process.
source <xsd:element name="variableName" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>(Optional) Name of the variable for which a value should be returned.

If this parameter is omitted, data is returned for all variables available to the specified process.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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