EAD (Encoded Archival Description ; Version 2002 Official Site)

Encoded Archival Description Tag Library, Version 2002

EAD Elements

<extptr> Extended Pointer

Description:

An empty linking element that uses attributes to connect the EAD document to an external electronic object, which is not part of the materials being described. Examples include graphic representations of a repository's seal or logo, and pointers to an institution's web page.

Use the ENTITYREF or HREF attribute to identify the external object.

Do not confuse with the Pointer <ptr> element, which is an internal link for movement from one place in a finding aid to another place in the same finding aid.

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:

EMPTY

May occur within:

abstract, addressline, archref, author, bibref, bibseries, container, corpname, creation, date, descrules, dimensions, edition, emph, entry, event, extent, extref, extrefloc, famname, function, genreform, geogname, head, head01, head02, imprint, item, label, langmaterial, language, langusage, legalstatus, materialspec, name, num, occupation, origination, p, persname, physdesc, physfacet, physloc, publisher, ref, refloc, repository, runner, sponsor, subarea, subject, subtitle, title, titleproper, unitdate, unitid, unittitle

Attributes:

ACTUATE #IMPLIED, onload, onrequest, actuateother, actuatenone
ALTRENDER #IMPLIED, CDATA
ARCROLE #IMPLIED, CDATA
AUDIENCE #IMPLIED, external, internal
ENTITYREF #IMPLIED, ENTITY
HREF #IMPLIED, CDATA
ID #IMPLIED, ID
LINKTYPE #FIXED, simple, simple
ROLE #IMPLIED, CDATA
SHOW #IMPLIED, new, replace, embed, showother, shownone
TITLE #IMPLIED, CDATA
XPOINTER #IMPLIED, CDATA

Example:

    <frontmatter>
        <titlepage>
            <titleproper>Inventory of the Rietta Hines Herbert Papers, 1940-1969</titleproper>
            <author>Processed by: Debra Carter</author>
            <publisher>Schomburg Center for Research in Black Culture<lb/>
            <extptr linktype="simple" entityref="phyllis" title="Image of Phyllis Wheatley"
                actuate="onload" show="embed"><lb/>
            The New York Public Library</publisher>
            <date>August, 1977</date>
            &schtp;
            <p> &copy; <date>1999 </date> The New York Public Library,
            Astor, Lenox and Tilden Foundations.  All rights reserved.</p>
        </titlepage>
    </frontmatter>