All pastes #1822834 Raw Edit

OGC:CSW GetRecords Example (bbox

public xml v1 · immutable
#1822834 ·published 2010-03-04 17:14 UTC
rendered paste body
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?><csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" service="CSW" version="2.0.2" resultType="results" startPosition="1" outputFormat="application/xml" outputSchema="http://www.opengis.net/cat/csw/2.0.2" 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:Query typeNames="csw:Record">		<csw:ElementSetName>full</csw:ElementSetName>		<csw:Constraint version="1.1.0">			<ogc:Filter>				<ogc:And>					<ogc:PropertyIsLike wildCard="%" singleChar="_" escapeChar="\">						<ogc:PropertyName>AnyText</ogc:PropertyName>						<ogc:Literal>birds</ogc:Literal>					</ogc:PropertyIsLike>					<ogc:Contains>						<ogc:PropertyName>ows:BoundingBox</ogc:PropertyName>						<gml:Envelope>							<gml:lowerCorner>42.0 -141.0</gml:lowerCorner>							<gml:upperCorner>84.0 -52.0</gml:upperCorner>						</gml:Envelope>					</ogc:Contains>				</ogc:And>			</ogc:Filter>		</csw:Constraint>		<ogc:SortBy>			<ogc:SortProperty>				<ogc:PropertyName>dct:modified</ogc:PropertyName>				<ogc:SortOrder>DESC</ogc:SortOrder>			</ogc:SortProperty>		</ogc:SortBy>	</csw:Query></csw:GetRecords>