complexType listPageFlowsResponseType
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p32.png
namespace http://pageflow.api.pfe.n2.tibco.com
children startPosition endPosition totalItems pageFlowTemplate
source <xs:complexType name="listPageFlowsResponseType">
 
<xs:sequence>
   
<xs:element name="startPosition" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Position in the list of the first item on this page.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="endPosition" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Position in the list of the last item on this page.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="totalItems" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Total number of items in the list. (If this value is -1 the Page Flow Engine did not build the count of total number of items.)
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="pageFlowTemplate" type="pfecom:PageFlowTemplate" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array describing deployed pageflows that match the criteria specified in the request.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element listPageFlowsResponseType/startPosition
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p33.png
type xs:long
properties
content simple
annotation
documentation
Position in the list of the first item on this page.
source <xs:element name="startPosition" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Position in the list of the first item on this page.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element listPageFlowsResponseType/endPosition
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p34.png
type xs:long
properties
content simple
annotation
documentation
Position in the list of the last item on this page.
source <xs:element name="endPosition" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Position in the list of the last item on this page.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element listPageFlowsResponseType/totalItems
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p35.png
type xs:long
properties
content simple
annotation
documentation
Total number of items in the list. (If this value is -1 the Page Flow Engine did not build the count of total number of items.)
source <xs:element name="totalItems" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Total number of items in the list. (If this value is -1 the Page Flow Engine did not build the count of total number of items.)
</xs:documentation>
 
</xs:annotation>
</xs:element>

element listPageFlowsResponseType/pageFlowTemplate
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p36.png
type PageFlowTemplate
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
documentation
Module name that contains the pageflow process or business service.
processName  xs:string  required      
documentation
Name of the pageflow process or business service.
version  xs:string  required      
documentation
Version of the process.
hasFormalParameters  xs:boolean  required      
documentation
Boolean value defining whether the pageflow contains formal parameters.
annotation
documentation
Array describing deployed pageflows that match the criteria specified in the request.
source <xs:element name="pageFlowTemplate" type="pfecom:PageFlowTemplate" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array describing deployed pageflows that match the criteria specified in the request.</xs:documentation>
 
</xs:annotation>
</xs:element>


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