<?xml version="1.0" encoding="UTF-8"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
         http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2002-02-08T12:00:01Z</responseDate>
  <request verb="Identify">http://an.oa.org/</request>
   <Identify>
    <repositoryName>OAI server</repositoryName>
    <baseURL>http://an.oa.org/</baseURL>
    <protocolVersion>2.0</protocolVersion>
    <adminEmail>someone@an.oa.org</adminEmail>
    <earliestDatestamp>1990-02-01T12:00:00Z</earliestDatestamp>
    <deletedRecord>transient</deletedRecord>
    <granularity>YYYY-MM-DD</granularity>
<!--stuff above for validation only-->

<!--START_INCLUDE-->
<description>
  <rightsManifest
    xmlns="http://www.openarchives.org/OAI/2.0/rights/" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/rights/ 
                        http://www.openarchives.org/OAI/2.0/rightsManifest.xsd"
    appliesTo="http://www.openarchives.org/OAI/2.0/entity#metadata">
    <rights>
      <rightsDefinition>
        <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
          xmlns:dc="http://purl.org/dc/elements/1.1/"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/
                              http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>GNU Free Documentation License, Version 1.2</dc:title>
          <dc:date>2002-11</dc:date>
          <dc:creator>Free Software Foundation, Inc.</dc:creator>
          <dc:description>Copyright (c) 2005 Fred Bloggs.
            Permission is granted to copy, distribute and/or modify this document
            under the terms of the GNU Free Documentation License, Version 1.2
            or any later version published by the Free Software Foundation;
            with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
            Texts.</dc:description>
          <dc:identifier>http://www.gnu.org/licenses/fdl.txt</dc:identifier>
        </oai_dc:dc>
      </rightsDefinition>
    </rights>
    <rights>
      <rightsReference ref="http://creativecommons.org/licenses/by-nd/2.0/rdf"/>
    </rights>
  </rightsManifest>
</description>
<!--END_INCLUDE-->

<!--stuff below for validation only-->
 </Identify>
</OAI-PMH>


