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

30 lines
605 B
Plaintext

---+ 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>