PageResponseControl returns the requested search results along with a cookie to enable the requestor to get the next page.
<xsd:complexType name="PageResponseControl"> <xsd:complexContent> <xsd:extension base="Control"> <xsd:attribute name="totalSize" type="xsd:int"/> <xsd:attribute name="cookie" type="xsd:hexBinary"/> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:controls xsi:type="wim:PageResponseControl" cookie="57494D53656172636843616368654E616D6574696D653A31313239353538343136383636" totalSize="15"/>