86 lines
1.4 KiB
Plaintext
86 lines
1.4 KiB
Plaintext
head 1.3;
|
|
access;
|
|
symbols;
|
|
locks; strict;
|
|
comment @# @;
|
|
|
|
|
|
1.3
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.2;
|
|
|
|
1.2
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.1;
|
|
|
|
1.1
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@Initial revision
|
|
@
|
|
|
|
|
|
1.3
|
|
log
|
|
@Revision 3
|
|
@
|
|
text
|
|
@---+ SearchResponseTopStructure
|
|
|
|
The top level structure for a search response.
|
|
It defines records and optionally includes associated metadata. When a metadata schema is defined by the provider, it cannot be removed from responses by a request. Records are grouped in a recordset according to the associated metadata, therefore the number of recordsets is the number of different metadata associated to the records being retrieved.
|
|
|
|
---+++++ Search Response Top Level Structure
|
|
|
|
<verbatim>
|
|
<response>
|
|
<header>
|
|
...
|
|
</header>
|
|
<search>
|
|
<recordSet> *
|
|
<metadata>
|
|
...
|
|
</metadata>
|
|
<record> *
|
|
...
|
|
</record>
|
|
</recordSet>
|
|
</search>
|
|
<footer start="0" next="100" totalReturned="95" totalMatched="3145" SearchResponseTopStructure>
|
|
</response>
|
|
</verbatim>
|
|
|
|
@
|
|
|
|
|
|
1.2
|
|
log
|
|
@Revision 2
|
|
@
|
|
text
|
|
@d4 1
|
|
a4 1
|
|
It defines records and always includes metadata which is defined by the provider himself and cannot be removed from the response by a request.
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@Initial revision
|
|
@
|
|
text
|
|
@d13 1
|
|
a13 1
|
|
<content>
|
|
d22 2
|
|
a23 1
|
|
</content>
|
|
@
|