2.2.4.16 t:IndexedPageViewType Complex Type

The IndexedPageViewType complex type specifies how paged item information is returned by the FindItem operation, as specified in section 3.1.4.2, or the FindFolder operation, as specified in section 3.1.4.1. The IndexedPageViewType complex type extends the BasePagingType complex type, as specified in section 2.2.4.5.

 <xs:complexType name="IndexedPageViewType">
   <xs:complexContent>
     <xs:extension
       base="t:BasePagingType"
     >
       <xs:attribute name="Offset"
         type="xs:int"
         use="required"
        />
       <xs:attribute name="BasePoint"
         type="t:IndexBasePointType"
         use="required"
        />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the attributes that are defined for the IndexedPageViewType complex type.

Attribute

Type

Description

Offset

xs:int [XMLSCHEMA2]

Specifies the offset from the BasePoint element. This attribute MUST be specified.

BasePoint

t:IndexBasePointType (section 2.2.5.4)

Specifies whether the page of items starts at the beginning or end of the set of items that were found by the search. This attribute MUST be specified.