<?xml version="1.0" encoding="UTF-8"?>
<searchTemplate xmlns="http://rs.tdwg.org/tapir/1.0" 
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
                xmlns:xs="http://www.w3.org/2001/XMLSchema" 
                xsi:schemaLocation="http://rs.tdwg.org/tapir/1.0
                                    http://rs.tdwg.org/tapir/1.0/schema/tapir.xsd
                                    http://www.w3.org/2001/XMLSchema
                                    http://www.w3.org/2001/XMLSchema.xsd">
  <label>Scientific name in range query</label>
  <documentation>Query for a Scientific Name range query which is often used in harvesters.</documentation>
  <externalOutputModel location="http://rs.tdwg.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml"/>
  <filter>
    <and>
      <greaterThanOrEquals>
        <concept id="http://rs.tdwg.org/dwc/dwcore/ScientificName" />
        <parameter name="lower"/>
      </greaterThanOrEquals>
      <lessThanOrEquals>
        <concept id="http://rs.tdwg.org/dwc/dwcore/ScientificName" />
        <parameter name="upper"/>
      </lessThanOrEquals>
    </and>
  </filter>
</searchTemplate>