element listSetofProcessInstanceAttributesInput
diagram pm_xsd_diagrams/pm_xsd_p44.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:qualifiedProcessNames pm:attributeType
annotation
documentation
Request element for listSetofProcessInstanceAttributes 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="listSetofProcessInstanceAttributesInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for listSetofProcessInstanceAttributes 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 ref="pm:qualifiedProcessNames">
       
<xsd:annotation>
         
<xsd:documentation>List of qualified process names.</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 listSetofProcessInstanceAttributesInput/attributeType
diagram pm_xsd_diagrams/pm_xsd_p45.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