complexType XmlPageControlResponse
diagram de_wsdl_diagrams/de_wsdl_p23993.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlPageControl
properties
base XmlPageControl
attributes
Name  Type  Use  Default  Fixed  Annotation
page  xs:int  required      
documentation
Indicates the page requested. The first page is numbered 1. If the requested page, for a given page-size, exceeds the available entries, the resulting list will be empty.
page-size  xs:int  required      
documentation
Indicates the maximum number of entries per page.
total-entries  xs:int  required      
documentation
Indicates the total number of entries available. Allowing the number of pages to be determined.
annotation
documentation
Conveys the paged request for a list of entities.
source <xs:complexType name="XmlPageControlResponse">
 
<xs:annotation>
   
<xs:documentation>Conveys the paged request for a list of entities.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlPageControl">
     
<xs:attribute name="total-entries" type="xs:int" use="required">
       
<xs:annotation>
         
<xs:documentation>Indicates the total number of entries available. Allowing the number of pages to be determined.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlPageControlResponse/@total-entries
type xs:int
properties
use required
annotation
documentation
Indicates the total number of entries available. Allowing the number of pages to be determined.
source <xs:attribute name="total-entries" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicates the total number of entries available. Allowing the number of pages to be determined.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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