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