101 lines
1.7 KiB
Plaintext
101 lines
1.7 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
|
||
|
@---+ Inventory Proposal Two
|
||
|
|
||
|
A proposal for an InventoryRequest that accepts multiple concepts.
|
||
|
|
||
|
---+++++ Request
|
||
|
<verbatim>
|
||
|
<request>
|
||
|
<header>
|
||
|
...
|
||
|
</header>
|
||
|
<inventory count="true" xmlns:ns1="http://www.somenamespace.org" xmlns:ns2="http://www.anothernamespace.org">
|
||
|
<filter>
|
||
|
...
|
||
|
</filter>
|
||
|
<concepts>
|
||
|
<concept path="ns1:/record/taxon/fullname"/> *
|
||
|
<concept path="ns2:/Gazeteer/Location/ISOcountry"/>
|
||
|
</concepts>
|
||
|
</inventory>
|
||
|
</request>
|
||
|
|
||
|
with* being repeatable elements
|
||
|
</verbatim>
|
||
|
|
||
|
---+++++ Response
|
||
|
|
||
|
<verbatim>
|
||
|
<inventory xmlns:ns1="http://www.somenamespace.org" xmlns:ns2="http://www.anothernamespace.org">
|
||
|
<concepts>
|
||
|
<concept id="ID01">ns1:/record/taxon/fullname</concept>
|
||
|
<concept id="ID02">ns2:/Gazeteer/Location/ISOcountry</concept>
|
||
|
</concepts>
|
||
|
<record count="13"> *
|
||
|
<value concept="ID01">Abies alba Mill.</value> *
|
||
|
<value concept="ID02">DE</value>
|
||
|
</record>
|
||
|
<record count="45"> *
|
||
|
<value concept="ID01">Quercus robur L.</value> *
|
||
|
<value concept="ID02">DE</value>
|
||
|
</record>
|
||
|
</inventory>
|
||
|
|
||
|
with* being repeatable elements
|
||
|
</verbatim>
|
||
|
@
|
||
|
|
||
|
|
||
|
1.2
|
||
|
log
|
||
|
@Revision 2
|
||
|
@
|
||
|
text
|
||
|
@d3 1
|
||
|
a3 1
|
||
|
A proposal for an InventoryRequest.
|
||
|
@
|
||
|
|
||
|
|
||
|
1.1
|
||
|
log
|
||
|
@Initial revision
|
||
|
@
|
||
|
text
|
||
|
@d1 1
|
||
|
a1 1
|
||
|
---+ Inventory Proposal One
|
||
|
@
|