65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
|
---+ Capabilities Proposal II
|
||
|
|
||
|
---+++++ Request Example
|
||
|
|
||
|
<verbatim>
|
||
|
<request>
|
||
|
<header>
|
||
|
...
|
||
|
</header>
|
||
|
<capabilities CapabilitiesProposalTwo>
|
||
|
</request>
|
||
|
</verbatim>
|
||
|
|
||
|
---+++++ Response Example
|
||
|
<verbatim>
|
||
|
<response>
|
||
|
<header>
|
||
|
...
|
||
|
</header>
|
||
|
<content>
|
||
|
<capabilities>
|
||
|
<configurations>
|
||
|
<minQueryTermLength>3</minQueryTermLength>
|
||
|
<maxSearchResponseRecords>100</maxSearchResponseRecords>
|
||
|
<maxInventoryResponseRecords>1000</maxInventoryResponseRecords>
|
||
|
</configurations>
|
||
|
<filter>
|
||
|
<comparative>
|
||
|
<operator name="String" type="String"/> *
|
||
|
</comparative>
|
||
|
<logical>
|
||
|
<operator name="String" type="String"/> *
|
||
|
</logical>
|
||
|
<function>
|
||
|
<operator name="String" type="String"/> *
|
||
|
</function>
|
||
|
<spatial>
|
||
|
<operator name="String" type="String"/> *
|
||
|
</spatial>
|
||
|
</filter>
|
||
|
<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>
|
||
|
<compression>
|
||
|
<method name="zip"/> *
|
||
|
</compression>
|
||
|
<security>Text</security>
|
||
|
</capabilities>
|
||
|
</content>
|
||
|
</response>
|
||
|
|
||
|
with* indicating repeatable elements
|
||
|
</verbatim>
|