<?xml version="1.0" encoding="UTF-8"?>
<!--
  ILLUSTRATIVE EXAMPLE — an OAI-PMH ListRecords response for a water-rate registry.
  Each <record> is a thin pointer: identity + canonical URL + datestamp. An
  aggregator harvests these; the rate sheet itself stays on the utility's own site.
  The datestamp lets a harvester detect what changed without re-reading everything.
-->
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/">
  <responseDate>2026-06-26T00:00:00Z</responseDate>
  <request verb="ListRecords" metadataPrefix="oai_dc">https://registry.example.org/oai</request>
  <ListRecords>
    <record>
      <header>
        <identifier>oai:water:CA3010037</identifier>
        <datestamp>2025-07-01</datestamp>
      </header>
      <metadata>
        <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
                   xmlns:dc="http://purl.org/dc/elements/1.1/">
          <dc:title>Moulton Niguel Water District — adopted water rate schedule</dc:title>
          <dc:identifier>https://www.mnwd.com/waterrates/</dc:identifier>
          <dc:date>2025-07-01</dc:date>
          <dc:type>adopted-rate-schedule</dc:type>
          <dc:source>pwsid:CA3010037</dc:source>
        </oai_dc:dc>
      </metadata>
    </record>
  </ListRecords>
</OAI-PMH>
