JorgeDeJesus

Untitled

Jul 30th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" service="CSW" version="2.0.2"  maxRecords="100"  resultType="results" outputSchema="csw:IsoRecord">
  3.     <csw:Query typeNames="gmd:MD_Metadata">  
  4.  <csw:Constraint version="1.1.0">
  5.                <ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
  6.         <ogc:PropertyIsLike escape="\" singleChar="_" wildCard="%">
  7.           <ogc:PropertyName>AnyText</ogc:PropertyName>
  8.           <ogc:Literal>soil</ogc:Literal>
  9.         </ogc:PropertyIsLike>
  10.       </ogc:Filter>
  11.     </csw:Constraint>
  12.     </csw:Query>
  13. </csw:GetRecords>
Advertisement
Add Comment
Please, Sign In to add comment