2.2.4.14 t:FractionalPageViewType Complex Type
The FractionalPageViewType complex type specifies where a paged view starts and the maximum number of items that are returned. The FractionalPageViewType complex type extends the BasePagingType complex type, as specified in section 2.2.4.5.
-
<xs:complexType name="FractionalPageViewType"> <xs:complexContent> <xs:extension base="t:BasePagingType" > <xs:attribute name="Numerator" type="xs:int" use="required" /> <xs:attribute name="Denominator" type="xs:int" use="required" /> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the attributes that are defined for the FractionalPageViewType complex type.
Attribute |
Type |
Description |
---|---|---|
Denominator |
xs:int [XMLSCHEMA2] |
Specifies the denominator of the fractional offset from the start of the total number of items in the result set. |
Numerator |
xs:int |
Specifies the numerator of the fractional offset from the start of the total number of items in the result set. |