element listProcessInstanceAttributesInput
diagram pm_xsd_diagrams/pm_xsd_p39.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:processQName pm:attributeType
annotation
documentation
Request element for listProcessInstanceAttributes operation.

Attributes include process parameters, process data fields and pre-defined/system variables.

These attributes can also be used in process instance queries - see queryProcessInstances.
source <xsd:element name="listProcessInstanceAttributesInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for listProcessInstanceAttributes operation.

Attributes include process parameters, process data fields and pre-defined/system variables.

These attributes can also be used in process instance queries - see queryProcessInstances.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="processQName" type="pm:QualifiedProcessName">
       
<xsd:annotation>
         
<xsd:documentation>Criteria identifying the process template(s) for which process instance attributes are to be listed.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="attributeType" type="pm:AttributeType">
       
<xsd:annotation>
         
<xsd:documentation>(Optional) Enumerated value which, if specified, filters the result set to include only those attributes which belong to the specified type (FILTERABLE, SORTABLE, DISPLAYABLE or HALT_ONLY).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element listProcessInstanceAttributesInput/processQName
diagram pm_xsd_diagrams/pm_xsd_p40.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
Criteria identifying the process template(s) for which process instance attributes are to be listed.
source <xsd:element name="processQName" type="pm:QualifiedProcessName">
 
<xsd:annotation>
   
<xsd:documentation>Criteria identifying the process template(s) for which process instance attributes are to be listed.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element listProcessInstanceAttributesInput/attributeType
diagram pm_xsd_diagrams/pm_xsd_p41.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:AttributeType
properties
content simple
facets
Kind Value Annotation
enumeration FILTERABLE
enumeration SORTABLE
enumeration DISPLAYABLE
enumeration HALT_ONLY
annotation
documentation
(Optional) Enumerated value which, if specified, filters the result set to include only those attributes which belong to the specified type (FILTERABLE, SORTABLE, DISPLAYABLE or HALT_ONLY).
source <xsd:element name="attributeType" type="pm:AttributeType">
 
<xsd:annotation>
   
<xsd:documentation>(Optional) Enumerated value which, if specified, filters the result set to include only those attributes which belong to the specified type (FILTERABLE, SORTABLE, DISPLAYABLE or HALT_ONLY).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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