2.2.5.4 StartAtType

Target namespace: urn:Microsoft.Search.Types

Defines the index of first search result requested in the search query. The lowest result index is ‘1’. For example, if the protocol client shows ten search results per page, then the search query to request the second page would set the value of StartAtType to 11.

 <s:simpleType name="StartAtType">
   <s:restriction base="s:unsignedInt">
     <s:minInclusive value="1"/>
   </s:restriction>
 </s:simpleType>