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

        '$Author: leinfelder $'
          '$Date: 2008-01-21 21:18:07 $'
      '$Revision: 1.3 $'

    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
    -->
<rs:resultset resultsetId="foo.1.1" 
    system="urn:not://sure/what/to/put/here" 
    xmlns:rs="http://ecoinformatics.org/resultset-1.0.1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://ecoinformatics.org/resultset-1.0.1 ../../src/xsd/resultset.xsd">

    <resultsetMetadata>
        <sendTime>2003-05-02T16:45:50-09:00</sendTime>
        <startRecord>1</startRecord>
        <endRecord>2</endRecord>
        <recordCount>2</recordCount>
        <namespace>http://digir.net/schema/conceptual/darwin/2003/1.0</namespace>
        <system id="1">http://speciesanalyst.net/digir/DiGIR.php?resource=MammalsDwC2</system>
    </resultsetMetadata>

    <record number="1" 
             system="1" 
             identifier="mvz1">
        <returnField name="ScientificName">PEROMYSCUS LEUCOPUS NOVEBORACENSIS</returnField>
        <returnField name="Longitude">100</returnField>
        <returnField name="Latitude">200</returnField>
     </record>
    <record number="2" 
             system="1" 
             identifier="mvz2">
        <returnField name="ScientificName" type="xsi:string">PEROMYSCUS CALIFORNICUS PARASITICUS</returnField>
        <returnField name="Longitude">300</returnField>
        <returnField name="Latitude">400</returnField>
     </record>
</rs:resultset>