complexType Page
diagram pm_xsd_diagrams/pm_xsd_p216.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>

element Page/processTemplates
diagram pm_xsd_diagrams/pm_xsd_p217.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:ProcessTemplates
properties
content complex
nillable true
children pm:processTemplate
annotation
documentation

List of process templates.
source <xsd:element name="processTemplates" type="pm:ProcessTemplates" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>
List of process templates.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element Page/processInstances
diagram pm_xsd_diagrams/pm_xsd_p218.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:ProcessInstances
properties
content complex
nillable true
children pm:processInstance
annotation
documentation

List of process instances.
source <xsd:element name="processInstances" type="pm:ProcessInstances" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>
List of process instances.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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