element queryProcessTemplatesOutput
diagram pm_xsd_diagrams/pm_xsd_p95.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:processTemplates pm:pagingID
annotation
documentation
Response element for queryProcessTemplates and queryProcessTemplatesAlt operations.
source <xsd:element name="queryProcessTemplatesOutput">
 
<xsd:annotation>
   
<xsd:documentation>Response element for queryProcessTemplates and queryProcessTemplatesAlt operations.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="processTemplates" type="pm:ProcessTemplates">
       
<xsd:annotation>
         
<xsd:documentation>Details of process templates that match the query specified in the request.

This will be either the full list or the first page of the list, depending on the pageSize value specified in the request.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="pagingID" type="xsd:int" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>Paging ID which can be used to get individual pages of the (paged) list.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element queryProcessTemplatesOutput/processTemplates
diagram pm_xsd_diagrams/pm_xsd_p96.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:ProcessTemplates
properties
content complex
children pm:processTemplate
annotation
documentation
Details of process templates that match the query specified in the request.

This will be either the full list or the first page of the list, depending on the pageSize value specified in the request.
source <xsd:element name="processTemplates" type="pm:ProcessTemplates">
 
<xsd:annotation>
   
<xsd:documentation>Details of process templates that match the query specified in the request.

This will be either the full list or the first page of the list, depending on the pageSize value specified in the request.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessTemplatesOutput/pagingID
diagram pm_xsd_diagrams/pm_xsd_p97.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Paging ID which can be used to get individual pages of the (paged) list.
source <xsd:element name="pagingID" type="xsd:int" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Paging ID which can be used to get individual pages of the (paged) list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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