36 lines
641 B
Plaintext
36 lines
641 B
Plaintext
|
head 1.1;
|
||
|
access;
|
||
|
symbols;
|
||
|
locks; strict;
|
||
|
comment @# @;
|
||
|
|
||
|
|
||
|
1.1
|
||
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
||
|
branches;
|
||
|
next ;
|
||
|
|
||
|
|
||
|
desc
|
||
|
@Initial revision
|
||
|
@
|
||
|
|
||
|
|
||
|
1.1
|
||
|
log
|
||
|
@Initial revision
|
||
|
@
|
||
|
text
|
||
|
@After the content section of responses a summary section follows for inventories and searches to give information about the paging status:
|
||
|
|
||
|
<verbatim>
|
||
|
...
|
||
|
</inventory>
|
||
|
<summary start="5" totalReturned="5" next="10" ResponseSummary>
|
||
|
</response>
|
||
|
</verbatim>
|
||
|
|
||
|
The next attribute specifies the index of the next record which was not returned because of the paging.
|
||
|
If there is no more record, the next attribute is not existing.
|
||
|
@
|