2.2.4.5 t:BasePagingType Complex Type
The BasePagingType complex type specifies the base type for derived types that specify paged views.
-
<xs:complexType name="BasePagingType" abstract="true" > <xs:attribute name="MaxEntriesReturned" type="xs:int" use="optional" /> </xs:complexType>
The following table lists the attribute definition for the BasePagingType complex type.
Attribute |
Type |
Description |
---|---|---|
MaxEntriesReturned |
xs:int [XMLSCHEMA2] |
Specifies the maximum number of entries that are returned with each page of the response. This attribute can be specified. |