EAD (Encoded Archival Description ; Version 2002 Official Site)

Encoded Archival Description Tag Library, Version 2002

EAD Elements

<daoloc> Digital Archival Object Location

Description:

The location of a Digital Archival Object <dao> that is a resource in an extended link. Within a Digital Archival Object Group <daogrp>, a <daoloc> element is used instead of a <dao> element to indicate that an extended, possibly multidirectional link is being tagged. See also related elements <dao>, <daogrp>, and <daodesc>.

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:

daodesc

May occur within:

daogrp

Attributes:

ALTRENDER #IMPLIED, CDATA
AUDIENCE #IMPLIED, external, internal
ENTITYREF #IMPLIED, ENTITY
HREF #IMPLIED, CDATA
ID #IMPLIED, ID
LABEL #IMPLIED, NMTOKEN
LINKTYPE #FIXED, locator, locator
ROLE #IMPLIED, CDATA
TITLE #IMPLIED, CDATA
XPOINTER #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>