EAD (Encoded Archival Description ; Version 2002 Official Site)

Encoded Archival Description Tag Library, Version 2002

EAD Elements

<ptrgrp> Pointer Group

Description:

A wrapper element for two or more Pointer <ptr> or Reference <ref> elements used in an <indexentry>. Pointers and references are internal links that provide for movement from one place in the finding aid to another place in the same finding aid. When encoding an index in EAD, a name or entry is generally listed only once, followed by a <ptrgrp> containing the series of pointers and references that link the name or entry to the places in the finding aid where it appears. The <ptrgrp> prevents the name or entry from having to appear multiple times in the index.

May contain:

ptr, ref

May occur within:

indexentry

Attributes:

ALTRENDER #IMPLIED, CDATA
AUDIENCE #IMPLIED, external, internal
ID #IMPLIED, ID

Example:

    <index>
        <head>Correspondent Index</head>
        <indexentry>
            <persname>Adeltraud, Jerome</persname>
            <ptrgrp>
                <ref linktype="simple" target="corresp19730824" actuate="onrequest"
                    show="replace"><date normal="19730824">1973 August 24</date></ref>
                <ref linktype="simple" target="corresp19740228" actuate="onrequest"
                    show="replace"><date normal="19740228">1974 February 28</date></ref>
                <ref linktype="simple" target="corresp19750315" actuate="onrequest"
                    show="replace"><date normal="19750315">1975 March 15</date></ref>
            </ptrgrp>
        </indexentry> . . .
    </index>