1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- PYCSW_VERSION -->
<csw:GetDomainResponse xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml" xmlns:ows="http://www.opengis.net/ows" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/cat/csw/2.0.2 http://schemas.opengis.net/csw/2.0.2/CSW-discovery.xsd">
<csw:DomainValues type="csw:Record">
<csw:ParameterName>Harvest.ResourceType</csw:ParameterName>
<csw:ListOfValues>
<csw:Value>http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/</csw:Value>
<csw:Value>http://www.interlis.ch/INTERLIS2.3</csw:Value>
<csw:Value>http://www.isotc211.org/2005/gmd</csw:Value>
<csw:Value>http://www.isotc211.org/2005/gmi</csw:Value>
<csw:Value>http://www.isotc211.org/schemas/2005/gmd/</csw:Value>
<csw:Value>http://www.opengis.net/cat/csw/2.0.2</csw:Value>
<csw:Value>http://www.opengis.net/cat/csw/3.0</csw:Value>
<csw:Value>http://www.opengis.net/cat/csw/csdgm</csw:Value>
<csw:Value>http://www.opengis.net/sos/1.0</csw:Value>
<csw:Value>http://www.opengis.net/sos/2.0</csw:Value>
<csw:Value>http://www.opengis.net/wcs</csw:Value>
<csw:Value>http://www.opengis.net/wfs</csw:Value>
<csw:Value>http://www.opengis.net/wfs/2.0</csw:Value>
<csw:Value>http://www.opengis.net/wms</csw:Value>
<csw:Value>http://www.opengis.net/wmts/1.0</csw:Value>
<csw:Value>http://www.opengis.net/wps/1.0.0</csw:Value>
<csw:Value>http://www.w3.org/2005/Atom</csw:Value>
<csw:Value>urn:geoss:waf</csw:Value>
</csw:ListOfValues>
</csw:DomainValues>
</csw:GetDomainResponse>
|