EAD (Encoded Archival Description ; Version 2002 Official Site)

Encoded Archival Description Tag Library, Version 2002

EAD Elements

<daogrp> Digital Archival Object Group

Description:

A wrapper element that contains two or more related Digital Archival Object Locations <daoloc> that should be thought of as a group and may share a single common Digital Archival Object Description <daodesc>. They may also form an extended link group to enable a set of multidirectional links. The <dao>, <daogrp>, and <daoloc> elements allow the content of the described materials to be incorporated in the finding aid.

See also related elements <dao>, <daodesc>, <daoloc> and <linkgrp>.

While XML Linking Language (XLink) Version 1.0, which is the basis for EAD linking elements, is a stable document, examples of EAD usage are hypothetical and have not been tested in real XLink-based applications. Those wishing to use XLink are encouraged to consult the specification available online at <http://www.w3.org/TR/xlink/>.

May contain:

arc, daodesc, daoloc, extptrloc, extrefloc, ptrloc, refloc, resource

May occur within:

archdesc, archdescgrp, archref, bioghist, c, c01, c02, c03, c04, c05, c06, c07, c08, c09, c10, c11, c12, did, odd, scopecontent

Attributes:

ALTRENDER #IMPLIED, CDATA
AUDIENCE #IMPLIED, external, internal
ID #IMPLIED, ID
LINKTYPE #FIXED, extended, extended
ROLE #IMPLIED, CDATA
TITLE #IMPLIED, CDATA

 

Example:

<c02 level="file">
    <did>
        <unittitle>Photographs of John Smith and family members</unittitle>
        <unitdate type="inclusive" normal="1895/1928">1895-1928</unitdate>
        <daogrp linktype="extended">
            <daodesc>
                <p>Sample digitized image from this file: John Smith graduation portrait,
                <date normal="18950528">28 May 1895</date>.</p>
            </daodesc>
            <resource linktype="resource" label="start"/>
            <daoloc entityref="f0042_1tmb" linktype="locator" label="thumb"/>
            <daoloc entityref="f0042_1ref" linktype="locator" label="reference"/>
            <arc linktype="arc" show="embed" actuate="onload" from="start" to="thumb"/>
            <arc linktype="arc" show="new" actuate="onrequest" from="thumb" to="reference"/>
        </daogrp>
    </did>
</c02>