complexType XmlPageControl
diagram deservices_wsdl_diagrams/deservices_wsdl_p2582.png
namespace http://base.api.de.bpm.tibco.com
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.
annotation
documentation
Conveys the paged request for a list of entities.
source <xs:complexType name="XmlPageControl">
 
<xs:annotation>
   
<xs:documentation>Conveys the paged request for a list of entities.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="page" type="xs:int" use="required">
   
<xs:annotation>
     
<xs: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.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="page-size" type="xs:int" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicates the maximum number of entries per page.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlPageControl/@page
type xs:int
properties
use required
annotation
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.
source <xs:attribute name="page" type="xs:int" use="required">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlPageControl/@page-size
type xs:int
properties
use required
annotation
documentation
Indicates the maximum number of entries per page.
source <xs:attribute name="page-size" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicates the maximum number of entries per page.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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