<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE ead PUBLIC "+//ISBN 1-931666-00-8//DTD ead.dtd (Encoded Archival Description (EAD) Version 2002)//EN"
"http://infomotions.com/musings/xml-in-libraries/etexts/etc/ead.dtd">
<ead>
  <eadheader langencoding="iso639-2b" relatedencoding="DC" scriptencoding="iso15924" repositoryencoding="iso15511" countryencoding="iso3166-1" dateencoding="iso8601">
    <eadid countrycode="US" encodinganalog="Identifier">IDENTIFIER</eadid>
    <filedesc>
      <titlestmt>
        <titleproper encodinganalog="Title">TITLE</titleproper>
        <author encodinganalog="Creator">CREATOR</author>
      </titlestmt>
      <publicationstmt>
        <publisher encodinganalog="Publisher">PUBLISHER</publisher>
        <date encodinganalog="Date">YEAR</date>
        <address>
          <addressline>ADDRESS</addressline>
        </address>
      </publicationstmt>
    </filedesc>
    <profiledesc>
      <creation>DESCRIPTION OF CREATION</creation>
      <langusage>
        <language encodinganalog="Language" langcode="eng" scriptcode="Latn">LANGUAGE</language>
      </langusage>
    </profiledesc>
    <revisiondesc>
      <change>
        <date>YYYY-MM-DD</date>
        <item>DESCRIBE WHAT ITEM IS BEING ENCODED</item>
      </change>
    </revisiondesc>
  </eadheader>
  <archdesc level="collection">
    <did>
      <unitid countrycode="US">ITEMD ID</unitid>
      <unittitle>TITLE</unittitle>
      <unitdate>YEAR-YEAR</unitdate>
      <origination>
        <corpname>CORPORATE AUTHOR</corpname>
      </origination>
      <physdesc>
        <extent>NUMBER OF FEET</extent>
      </physdesc>
      <repository>
        <corpname>CORPORATE NAME OF REPOSITORY</corpname>
        <address>
          <addressline>ADDRESS OF REPOSITORY</addressline>
        </address>
      </repository>
      <langmaterial label="Language">
        <language langcode="eng">LANGUAGE</language>
      </langmaterial>
    </did>
    <accessrestrict>
      <head>LEGAL STATUS</head>
      <legalstatus>TYPE OF STATUS</legalstatus>
    </accessrestrict>
    <scopecontent>
      <head>Scope and Content</head>
      <p>ABSTRACT</p>
    </scopecontent>
    <bioghist>
      <head>Background</head>
      <p>BIOGRAPHY OF PERSON</p>
    </bioghist>
    <controlaccess>
      <persname>PERSONAL NAME</persname>
      <persname>PERSONAL NAME</persname>
      <persname>PERSONAL NAME</persname>
      <corpname>CORPORATE NAME</corpname>
      <corpname>CORPORATE NAME</corpname>
      <corpname>CORPORATE NAME</corpname>
      <subject>SUBJECT</subject>
      <subject>SUBJECT</subject>
      <subject>SUBJECT</subject>
      <genreform>GENRE</genreform>
      <genreform>GENRE</genreform>
      <genreform>GENRE</genreform>
    </controlaccess>
    <dsc type="combined">
      <c01 level="collection">
        <did>
          <unitid>IDENTIFIER</unitid>
          <unittitle>TITLE</unittitle>
          <unitdate>YEAR-YEAR</unitdate>
        </did>
        <c02>
          <did>
            <unitid>IDENTIFIER</unitid>
            <unittitle>TITLE</unittitle>
            <unitdate>YEAR-YEAR</unitdate>
          </did>
        </c02>
      </c01>
      <c01 level="collection">
        <did>
          <unitid>IDENTIFIER</unitid>
          <unittitle>TITLE</unittitle>
          <unitdate>YEAR-YEAR</unitdate>
        </did>
      </c01>
    </dsc>
  </archdesc>
</ead>
