Commit cfffa4af authored by Martin Bauer's avatar Martin Bauer
Browse files

Added offsetN as separate parameter

parent 10000036
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1741,8 +1741,9 @@ implementation specific configurations.
Temporal pagination can be done in ascending order using the _`firstN`_ parameter
and in descending order using the _`lastN`_ parameter, whose respective value (N) 
indicates the **limit**, i.e. the maximum number of temporal instances of any
Attribute allowed on a page. _`offset`_ is used to select the respective page
in the chosen order.
Attribute allowed on a page. If the transparent behaviour described in 
Clause+++root.4.2.3 is applied to temporal pagination, _`offsetN`_ is used to select
the respective page in the chosen order.

## 7.5 Counting results