element listProcessTemplateAttributesInput
diagram pm_xsd_diagrams/pm_xsd_p42.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:attributeType
annotation
documentation
Request element for listProcessTemplateAttributes operation.

Process template attributes, which are pre-defined variables and are the same for all process templates, can be used in process template queries - see the queryProcessTemplates operation.
source <xsd:element name="listProcessTemplateAttributesInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for listProcessTemplateAttributes operation.

Process template attributes, which are pre-defined variables and are the same for all process templates, can be used in process template queries - see the queryProcessTemplates operation.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<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 or DISPLAYABLE).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element listProcessTemplateAttributesInput/attributeType
diagram pm_xsd_diagrams/pm_xsd_p43.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 or DISPLAYABLE).
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 or DISPLAYABLE).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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