complexType Page
diagram pm_wsdl_diagrams/pm_wsdl_p29.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:processTemplates pm:processInstances
used by
complexType ExtendedPage
annotation
documentation
Type to describe a page of data.
source <xsd:complexType name="Page">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a page of data.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:choice>
   
<xsd:element name="processTemplates" type="pm:ProcessTemplates" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>
List of process templates.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="processInstances" type="pm:ProcessInstances" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>
List of process instances.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:choice>
</xsd:complexType>

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