<?xml version="1.0" encoding="UTF-8"?>
<mets:mets xmlns:mets="http://www.loc.gov/METS/" 
           xmlns:mods="http://www.loc.gov/mods/" 
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
           xmlns:xlink="http://www.w3.org/TR/xlink">

<!-- The Descriptive Metadata Sections -->
  <mets:dmdSec ID="dmd001">
    <mets:mdWrap MDTYPE="MODS">
      <mets:xmlData>
	<mods:mods>
	  <mods:titleInfo>
	    <mods:title>Like modern town criers, policemen boom the news
              to depositors that bank is closed [graphic]</mods:title>
	  </mods:titleInfo>
	  <mods:physicalDescription>
	    <mods:extent>1 photographic print.</mods:extent>
	  </mods:physicalDescription>
	</mods:mods>
      </mets:xmlData>
    </mets:mdWrap>
  </mets:dmdSec>

<!-- The File Section -->
  <mets:fileSec>
    <mets:fileGrp>
      <mets:file ID="file001">
	<mets:FLocat LOCTYPE="URL" xlink:href="http://path/001.tif"/>
      </mets:file>
    </mets:fileGrp>
  </mets:fileSec>

<!-- The Structure Map -->
  <mets:structMap>
    <mets:div DMDID="dmd001">
      <mets:fptr FILEID="file001"/>
    </mets:div>
  </mets:structMap>
</mets:mets>
