EAD (Encoded Archival Description ; Version 2002 Official Site)

Encoded Archival Description Tag Library, Version 2002

EAD Elements

<extrefloc> Extended Reference Location

Description:

The location of an Extended Reference <extref> that is a resource in an extended link.

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:

#PCDATA, abbr, address, blockquote, chronlist, corpname, date, emph, expan, extptr, famname, function, genreform, geogname, lb, list, name, note, num, occupation, origination, persname, ptr, repository, subject, table, unitdate, unittitle

May occur within:

daogrp, linkgrp

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:

    <relatedmaterial>
        <p>The Society also has records of other conservation organizations in Minnesota.</p>
        <p>
            <linkgrp linktype="extended">
                <extrefloc href="http://www.someserver.edu/findaids/3270.xml">
                    <archref>Issak Walton League of Minnesota</archref>
                </extrefloc>
                <extrefloc href="http://www.someserver.edu/findaids/9248.xml">
                    <archref>Minnesota Audubon Council</archref>
                </extrefloc>
                <extrefloc entityref="FBWW">
                    <archref>Friends of the Boundary Waters Wilderness</archref>
                </extrefloc>
                <extrefloc href="http://www.someserver.edu/findaids/23145.sgm">
                    <archref>Minnesota Emergency Conservation Committee</archref>
                </extrefloc>
            </linkgrp>
        </p>
    </relatedmaterial>