EndOfPage Element

System.Object

CollectionTerminatorType

EndOfPage

 

Client Declaration

Indicates a given object set collection contains the maximum number of object elements (page size) requested by the client.

 

Element Structure

Attributes

 

XML Schema

<xsd:complexType name="EndOfPage">
   <xsd:complexContent>
      <xsd:extension base="CollectionTerminatorType">
         <xsd:attribute name="continueFrom" type="xsd:string"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType