<?xml version="1.0" encoding="UTF-8"?>
<!--
       '$RCSfile: query-test.xml,v $'
       Copyright: 2003 Partnership for Biodiversity Informatics
         Project: http://seek.ecoinformatics.org/

        '$Author: leinfelder $'
          '$Date: 2008-10-31 17:48:27 $'
      '$Revision: 1.10 $'

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    -->
<egq:query queryId="test.1.1" system="http://knb.ecoinformatics.org" 
    xmlns:egq="http://ecoinformatics.org/query-1.0.1" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://ecoinformatics.org/query-1.0.1 ../../src/xsd/query.xsd">
    <namespace prefix="eml">eml://ecoinformatics.org/eml-2.0.1</namespace>
    <namespace prefix="eml">eml://ecoinformatics.org/eml-2.1.0</namespace>
    <returnField>/eml/dataset/title</returnField>
    <title>Soils metadata query</title>
    <AND>
        <OR>
            <condition operator="LIKE" concept="title">%Cedar Creek LTER on%</condition>
            <condition operator="NOT LIKE" concept="title">%dirty%</condition>
        </OR>
        <OR>
            <condition operator="LIKE" concept="surName">%Lehman%</condition>
            <condition operator="LIKE" concept="surName">%Inouye%</condition>
        </OR>
    </AND>
</egq:query>