@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
18 lines (17 loc) • 638 B
text/xml
<GetCapabilities
xmlns="http://www.opengis.net/cat/csw/2.0.2"
xmlns:ows="http://www.opengis.net/ows"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/cat/csw/2.0.2
../../../csw/2.0.2/CSW-discovery.xsd"
service="CSW">
<ows:AcceptVersions>
<ows:Version>2.0.2</ows:Version>
<ows:Version>2.0.0</ows:Version>
<ows:Version>0.7.2</ows:Version>
</ows:AcceptVersions>
<ows:AcceptFormats>
<ows:OutputFormat>application/xml</ows:OutputFormat>
</ows:AcceptFormats>
</GetCapabilities>