diagram | |||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |