<?xml version="1.0"?>
<!-- Prepared by 
     MacKenzie Smith, Office for Information Systems, Harvard Univeristy Library
     October, 2001

     The following is a "citation-level" or root node in a tree of
     METS files for this publication (i.e. annual presidential reports
     of Radcliffe College during the period 1912-1914. There are other 
     citation-level nodes for other time periods, each corresponding
     to a unique MARC record in the OPAC. The online rendition of this
     tree can be viewed in the Harvard Page Delivery Service, at
     http://pds.harvard.edu/pds/servlet/PageDeliveryService?id=129277&type=citation
     Currently each node points to all of its child METS files in the
     structMap section, but child nodes do not point to their parent
     node (that's handled externally in repository metadata).

     Since the intended use of these file is internal (i.e. not for
     distribution to other digital libraries) local numbers are used for
     xlink:href values which correspond to the local digital repository's
     id numbers. These numbers would be translated into proper URIs for
     distribution beyond Harvard.

     NOTE: in order to validate this xml instance you need to be able
     to reference both the METS schema and the GDM schema at
     UCBerkeley. The easiest way to do this is to use a local copy of
     the METS schema (e.g. file:///users/myname/METS/mets.xsd") and
     change it to import the GDM schema, e.g. add the following import
     element directly after the xlink schema import:
    <xsd:import namespace="http://sunsite.berkeley.edu/GDM/"
            schemaLocation="http://sunsite.berkeley.edu/mets/gdm.xsd"/>
-->

<METS:mets xmlns:METS = "http://www.loc.gov/METS/"
           xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
           xmlns:gdm="http://sunsite.berkeley.edu/GDM/"
           xmlns:xlink="http://www.w3.org/1999/xlink"
           xsi:schemaLocation = "http://www.loc.gov/METS/
           http://www.loc.gov/standards/mets/mets.xsd http://sunsite.berkeley.edu/GDM/ http://sunsite.berkeley.edu/mets/gdm.xsd"
           LABEL = "Radcliffe College. Reports of the president and treasurer for..." 
           OBJID="129277"
           TYPE="serial">

    <!-- Descriptive metadata uses elements from the UC Berkeley GDM Schema
         http://sunsite.berkeley.edu/mets/gdm.xsd
    -->
    <METS:dmdSec ID="DM129277">
        <METS:mdWrap MDTYPE="OTHER" OTHERMDTYPE="GDM">
            <METS:xmlData><gdm:gdm>
                <gdm:core>
                    <gdm:coreDate BEGINDATE="1912" ENDDATE="1914" DATE="1912-1914"/>
                    <gdm:localID LOCALIDTYPE="(MH)HOLLIS">BNI3165</gdm:localID>
                    <gdm:origin>Cambridge [Mass.]</gdm:origin>
                    <gdm:title>Reports of the president and treasurer for...</gdm:title>
                </gdm:core>
                <gdm:creator NAMETYPE="cn" ROLE="author">Radcliffe College</gdm:creator>
                <gdm:creator NAMETYPE="cn" ROLE="publisher">University Press</gdm:creator>
            </gdm:gdm></METS:xmlData>
        </METS:mdWrap>
    </METS:dmdSec>

    <!-- Structural metadata lists all child parts of this publication,
         i.e. the individual reports covered in this title
    -->
    <METS:structMap TYPE="citation">
        <METS:div LABEL="Radcliffe College. Reports of the president and treasurer for..." ORDER="1" TYPE="serial"> 
           <METS:div LABEL="1912-1914" ORDER="1" TYPE="annualReport">
              <METS:mptr LOCTYPE="OTHER" OTHERLOCTYPE="OracleID"
                      xlink:type="simple" 
                      xlink:href="129277"
                      xlink:role="part"
                      xlink:title="Reports of the president and treasurer for...,1912-1914" />
           </METS:div>
        </METS:div>
    </METS:structMap>
</METS:mets>

