wiki-archive/twiki/data/TAPIR/InventoryProposalOne.txt,v

203 lines
2.9 KiB
Plaintext

head 1.8;
access;
symbols;
locks; strict;
comment @# @;
1.8
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next 1.7;
1.7
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next 1.6;
1.6
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next 1.5;
1.5
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next 1.4;
1.4
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next 1.3;
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.8
log
@Revision 8
@
text
@---+ Inventory Proposal One
A proposal for an InventoryRequest that accepts only a single concept.
---+++++ Request
<verbatim>
<request>
<header>
...
</header>
<inventory count="true" xmlns:ns1="http://www.somenamespace.org">
<filter>
...
</filter>
<concept path="ns1:/record/taxon/fullname"/>
</inventory>
</request>
</verbatim>
---+++++ Response
<verbatim>
<inventory>
<record count="13">Abies alba Mill.</record> *
<record count="45">Quercus robur L.</record>
</inventory>
with* being repeatable elements
</verbatim>
@
1.7
log
@Revision 7
@
text
@d11 1
a11 1
<inventory count="true" xmlns:ns1="http://www.somenamespace.org" xmlns:ns2="http://www.anothernamespace.org">
@
1.6
log
@Revision 6
@
text
@d3 1
a3 1
A proposal for an InventoryRequest.
d15 1
a15 4
<concepts>
<concept path="ns1:/record/taxon/fullname"/> *
<concept path="ns2:/Gazeteer/Location/ISOcountry"/>
</concepts>
a17 2
with* being repeatable elements
d23 3
a25 13
<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>
@
1.5
log
@Revision 5
@
text
@d12 3
d17 1
a17 1
<concept path="ns2:/Gazateer/Location/ISOcountry"/>
a18 3
<filter>
...
</filter>
d31 1
a31 1
<concept id="ID02">ns2:/Gazateer/Location/ISOcountry</concept>
@
1.4
log
@Revision 4
@
text
@d3 2
@
1.3
log
@Revision 3
@
text
@d11 1
a11 1
<concept path="ns1:/record/taxon/fullname"/>
d19 2
@
1.2
log
@Revision 2
@
text
@d4 16
a19 1
@
1.1
log
@Initial revision
@
text
@d14 2
a15 2
<record count="13">
<value concept="ID01">Abies alba Mill.</value>
d18 2
a19 2
<record count="45">
<value concept="ID01">Quercus robur L.</value>
d23 2
@