49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
---+ Capabilities Proposal I
|
|
|
|
A first proposal for the CapabilitiesRequest.
|
|
|
|
---+++++ Request Example
|
|
|
|
<verbatim>
|
|
<request>
|
|
<header>
|
|
...
|
|
</header>
|
|
<capabilities CapabilitiesProposalOne>
|
|
</request>
|
|
</verbatim>
|
|
|
|
---+++++ Response Example
|
|
<verbatim>
|
|
<response>
|
|
<header>
|
|
...
|
|
</header>
|
|
<content>
|
|
<capabilities>
|
|
<configurations>
|
|
<minQueryTermLength>3</minQueryTermLength>
|
|
<maxSearchResponseRecords>100</maxSearchResponseRecords>
|
|
<maxInventoryResponseRecords>1000</maxInventoryResponseRecords>
|
|
</configurations>
|
|
<requestTypes>
|
|
<ping/>
|
|
<capabilities/>
|
|
<metadata/>
|
|
<inventory/>
|
|
<fullSearch/>
|
|
<partialSearch/>
|
|
<customSearch/>
|
|
</requestTypes>
|
|
<conceptualSchemas>
|
|
<schema namespace="http://www.altova.com"> *
|
|
<concept searchable="1" path="/abcd/efg/@h"/> *
|
|
</schema>
|
|
</conceptualSchemas>
|
|
</capabilities>
|
|
</content>
|
|
</response>
|
|
|
|
with* indicating repeatable elements
|
|
</verbatim>
|