<?xml version="1.0"?>
<memories xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  xsi:noNamespaceSchemaLocation='memory.xsd'>
   <memory tapeid="1">
      <media mediaid="1" status="vhs" />
      <subdate>2001-05-23</subdate>
      <donor>John Baker</donor>
      <subject>Fishing off Pier 60</subject>
      <location>
         <description>Outside in the woods</description>
      </location>
   </memory>
   <memory tapeid="2">
      <media mediaid="2" status="vhs"/>
      <subdate>2001-05-18</subdate>
      <donor>Elizabeth Davison</donor>
      <subject>Beach volleyball</subject>
      <location>
         <place>Clearwater beach</place>
      </location>
   </memory>
</memories>

