Buffalo Niagara Online Archive:
Best Practice Guidelines for Encoded Archival Description

Version 1.0, December 2006 (updated for online viewing, June 29, 2007)




Introduction

These guidelines are a work in progress.  They were compiled by members of the EAD Working Group at the University at Buffalo (John Bewley, Karen Morse, Jessica Tanny and Karen Spencer) and the Albright-Knox Art Gallery (Susana Tejada, Gabriela Zoller) with the intent to align units at UB and the Albright Knox Art Gallery as well as to plan for the future inclusion of outside institutions. These standards will further the established collaborative EAD effort between the University at Buffalo and the Albright Knox Art Gallery which has been supported by three RBDB grants from the WNY Library Resources Council in 2005, 2006 and 2007.

These standards will be applied, tested and modified to meet the needs of a proposed regional repository of online finding aids. The ultimate goal is to improve access to archival collections documenting the cultural heritage of the Buffalo-Niagara region, hence the name, Buffalo Niagara Online Archive.

These guidelines are intended to supplement existing documentation for Encoded Archival Description and should be used in conjunction with the EAD Version 2.0 Tag Library (to which hypertext links have been provided in the HTML document), Describing Archives: A Content Standard, and in some cases, the EAD Application Guidelines, Version 1.0. The guidelines are based in large part on best practice documents from other sources, including the Library of Congress, Research Libraries Group (RLG) (available in PDF format), Northwest Digital Archives (NWDA), North Carolina EAD (NCEAD), and the Online Archive of California (OAC). Element definitions quoted directly from the EAD Version 2.0 Tag Library are noted as "Tag Library Definition".




XML Declaration

The XML Declaration describes the version of XML and the stylesheet that will be used in rendering the document

Tag example:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="./shared/styles/nameofstylesheet.xsl"?>

Status:

Repeatable:

Comments:




DOCTYPE Declaration and Declaration Subset

The DOCTYPE Declaration states the name, version, and location of the XML DTD (document type definition, or set of rules developed for a particular kind of document, such as an archival finding aid) to which the finding aid document adheres.

The Declaration Subset is the information between the open and close brackets [ ]. The Declaration Subset contains declarations of entities or elements that are made in addition to those found in the DTD. Because they are declared in the individual document instance, they may be referenced only in that instance, and likewise must be declared in each instance.

Tag example:

<!DOCTYPE ead PUBLIC" +//ISBN 1-931666-00-8//DTD ead.dtd (Encoded Archival Description (EAD) Version 2002)//EN" "../shared/ead/ead.dtd"

[<!ENTITY [imagename] PUBLIC" -//[NAME OF OWNER]::[SUBORDINATE NAMED DIVISION OF OWNER]//NONSGML ([brief image description])//EN" "../shared/entities/images/ublogo.gif" NDATA gif>

<!ENTITY [entityname] PUBLIC" -//[NAME OF OWNER]::[SUBORDINATE NAMED DIVISION OF OWNER]//TEXT ([brief entity description])//EN" "..shared/entities/addresses/entityname.xml">
...other entities
]>

(Note: line breaks enforced by word processing programs should not be reflected in the XML document. Therefore do not use hard returns to reflect the structure demonstrated above, but continue entity declarations in one continual line.)

Status:

Repeatable:

Comments:




ead

Encoded Archival Description

Outermost wrapping element for an EAD-encoded finding aid.

Tag example:

<ead>

Status:

Repeatable:




eadheader

EAD Header

The EAD Header serves to identify the EAD instance unambiguously and to facilitate interchange of metadata about finding aids (NOT about the contents of collections). The header does not display to users but may be used in search and retrieval. It also serves an internal housekeeping, or version control function.

It contains metadata about the title, author, and creation date of the finding aid, as well as information about the language in which the finding aid is written and details about its encoding. These are recorded in four subelements that appear in the following order: <eadid>, <filedesc>, <profiledesc>, and <revisiondesc>.

Tag example:

<eadheader audience="external" countryencoding="iso3166-1" dateencoding="iso8601" langencoding="ISO 639-2b" repositoryencoding="iso15511" relatedencoding="DC" scriptencoding="iso15924">

Status:

Repeatable:

Comments:




eadid

EAD Identifier

EAD identifier. The content of this element, together with its attributes, must uniquely identify the EAD finding aid document. The <eadid> for a finding aid remains constant no matter how many times the finding aid may be revised or expanded.

Tag Library Definition:

Two of the attributes, countrycode and mainagencycode, are required to make the <eadid> compliant with ISAD. In addition to these two attributes, it is recommended that repositories also use at least one of the following attributes: url, publicid, or identifier to make the <eadid> globally unique. publicid should be a Formal Public Identifier, url an absolute or relative address, and identifier a machine-readable unique identifier for the finding aid file.

Tag examples:

Example 1:

<eadid countrycode="US" mainagencycode="code" publicid="formal public identifier">document file name.xml</eadid>

Example 2:

<eadid countrycode="US" mainagencycode="NBuU-Mu" publicid="-//State University of New York at Buffalo:: Music Library//TEXT (US::NbuU-MU::Mus. Arc. 2.1::Morton Feldman Papers)//EN">ubmu2_1.xml
</eadid>

Status:

Repeatable:

Comments:




filedesc

File Description

File description is a wrapper element for information about the finding aid itself, NOT the collection contents. Information such as the finding aid's title, subtitle, filing title, author, and publisher are encoded in a series of subelements. Data from this area will be used to create a title page for the finding aid.

Tag example:

<filedesc>

Status:

Repeatable:

Subelements:

Listed in recommended order. Encoding analogs listed below are required.




titlestmt

Title Statement

Wrapper element to contain information about the finding aid's title(s), including title, subtitle, filing title, author, and sponsor (optional).

Tag example:

<titlestmt>

Status:

Repeatable:




titleproper

Title Proper of the Finding Aid

Used to record formal title of the finding aid (not the title of the collection). Repeatable, it is also used to record a filing title.

Tag example:

<titleproper encodinganalog="title"> Finding Aid for the Leo Smit Score Collection,
blank<date era="ce" calendar="gregorian" type="inclusive" normal="1940/1998" encodinganalog="date"> circa 1940-1998 </date> </titleproper>

<titleproper type="filing" altrender="nodisplay"> Smit (Leo) Score Collection </titleproper>

Status:

Repeatable:

Comments:




author

Author

Tag Library Definition:

Name(s) of institution(s) or individual(s) responsible for compiling the intellectual content of the finding aid. May include a brief statement indicating the nature of the responsibility, for example, archivist, collections processor, or records manager.

Note: Use the <creation> element found under <profiledesc> to designate the encoder of the finding aid. Use the <persname> or <corpname> element with the role attribute to designate the author in a Bibliographic Reference <bibref> citation. Use the <origination> element to designate the compiler, collector, or creator of the materials being described.

Tag example:

<author encodinganalog="contributor">Finding aid prepared by Blah Blah.</author>

Status:

Repeatable:

Comments:




sponsor

Sponsor

Use the <sponsor> element to acknowledge support from granting agencies.

Tag example:

<titlestmt>
blank<sponsor>
Encoding funded by the Foundation.</sponsor>
</titlestmt>

Status:

Repeatable:




editionstmt

Edition Statement

Tag Library Definition:

An optional subelement within the <filedesc> portion of the <eadheader> element that groups information about a finding aid edition by providing an <edition> element as well as a Paragraph <p> element for narrative statements.

Tag example:

<titlestmt>Your Title</titlestmt>
blank<editionstmt>
blank<edition>2nd ed.</edition>
blank<p>This edition reflects substantial additions to the collection in 1994.</p>
blank</editionstmt>
</titlestmt>

Status:

Repeatable:

Comments:




publicationstmt

Publication Statement

Tag Library Definition:

A wrapper element within the <filedesc> portion of <eadheader> for information concerning the publication or distribution of the encoded finding aid, including the publisher's name and address, the date of publication, and other relevant details. The <publicationstmt> may contain just text, laid out in Paragraphs <p>, or it may include the <publisher>, <address>, and <date> elements, which allow for more specific tagging of a publisher's name and address, and the date of publication.

Tag example:

<publicationstmt>

Status

Repeatable:




publisher

Publisher

When stated within <publicationstmt>, <publisher> contains the name of the party responsible for issuing the finding aid, with complete statement of address.

Tag example:

<publisher encodinganalog="publisher">State University of New York at Buffalo. University Archives</publisher>
<address> <addressline>420 Capen Hall</addressline>
<addressline>Buffalo, New York</addressline>
<addressline>14260-1625</addressline>
<addressline>United States</addressline>
<addressline>Phone: 716 645-2916</addressline>
<addressline>Fax: 716 645-3714</addressline>
<addressline>Email: lib-archives@buffalo.edu</addressline>
<addressline>URI: http://ublib.buffalo.edu/libraries/units/archives/</addressline></address>

Status:

Repeatable:

Comments:




date

Date

Date of copyright of the finding aid.

Tag example:

Example 1:

UB Practice Practice: University at Buffalo finding aids will use a full copyright statement as follows, with only the encodinganalog attribute applied:

<p>© <date encodinganalog="date">2007</date>State University of New York at Buffalo. All rights reserved.</p>

Example 2:

The other possibility for statement of copyright date alone is as follows:

<date calendar="gregorian" era="ce" encodinganalog="date" normal="1995">1995</date>

Status:

Repeatable:

Comments:




This ends the </filedesc> section




profiledesc

Profile Description

Tag Library Definition:

A subelement of the <eadheader> that bundles information about the creation of the encoded version of the finding aid, including the name of the agent, place, and date of encoding. The <profiledesc> element also designates the predominant and minor languages used in the finding aid.

Do not confuse with <filedesc>, which bundles such bibliographic information as the title, author, publisher, edition, and publishing series of the finding aid.

For newer finding aids, the author and encoder may be the same person or institution, but for most older finding aids, someone other than the author will be converting and encoding the document. The encoder should be listed in the <creation> subelement of <profiledesc>, while the author should be identified in the <titlestmt> subelement of <filedesc>.

Within <profiledesc> the Descriptive Rules <descrules> element can be used to specify the descriptive code or guidelines followed in creating the finding aid.

Tag example:

<profiledesc>

Status

Repeatable:




creation

Creation

Tag Library Definition:

A subelement of the <profiledesc> portion of <eadheader> used for information about the encoding of the finding aid, including the person(s) or agency(ies) responsible for the encoding, the date, and the circumstances under which the encoding was done.

Tag example:

<profiledesc>
blank<creation>Finding aid encoded in HTML by Larry Tate; encoded in EAD by Jessica Tanny,
blank<date normal="2005" era="ce" calendar="gregorian" type="inclusive">2007. </date>
blank</creation>
</profiledesc>

Status:

Repeatable:

Comments:




langusage

Language Usage

Tag Library Definition:

A subelement within the <profiledesc> portion of the <eadheader> that provides a statement about languages, sublanguages, and dialects represented in an encoded finding aid. The language(s) in which the finding aid is written can be further specified using the <language> subelement within <langusage>. For bilingual or multilingual finding aids, either identify each language in a separate <language> element, or mention only the predominant language.

Tag example:

<profiledesc>
blank<langusage>Finding aid written in
blank<language>English.</language>
blank</langusage>
</profiledesc>

Status:

Repeatable:

Comments:




language

Language

Tag Library Definition:

A subelement of <langusage> within the <profiledesc> portion of the <eadheader> that specifies the language or communication system in which the finding aid is written. For bilingual or multilingual finding aids, either identify each language in a separate <language> element, or mention only the predominant language. The langcode attribute can be used to provide the three-letter ISO 639-2b code for the language.

Also a subelement of <langmaterial> within <did>, where it specifies the language of the materials being described. In this instance, the langcode attribute may be used to provide the three-letter ISO 639-2b code which is the equivalent of the MARC 041 field.

Tag example:

<langusage>Finding aid written in
blank<language langcode="eng" encodinganalog="language">English</language>and
blank<language langcode="fre" encodinganalog="language">French.</language>
</langusage>

Status:

Repeatable:

Comments:




descrules

Descriptive Rules

Tag Library Definition:

A subelement of Profile Description <profiledesc> for the enumeration of the rules, standards, conventions, and protocols used in preparing the description.

Do not confuse this element with the rules attribute in the <controlaccess> subelements, e.g., <persname>, <geogname>, and <title>, which are used to specify the descriptive rules, such as AACR2R, used in formulating individual access points.

Tag example:

<descrules>Finding aid prepared using DACS (<title render="italic">Describing Archives: A Content Standard</title>).
</descrules>

Status:

Repeatable:

Comments:




This ends the </profiledesc> section




revisiondesc

Revision Description

Tag Library Definition:

An optional subelement of the <eadheader> for information about changes or alterations that have been made to the encoded finding aid. The revisions may be recorded as part of a <list> or as a series of <change> elements.

Tag examples:

Example 1:

<revisiondesc>
blank<change encodinganalog="583">
blank<date normal="1999-07">1999 July</date>
blank<item>Finding aid revised to incorporate additional materials in December 1998, and re-encoded by John Smith. </item>
blank</change>
</revisiondesc>

Example 2:

Record multiple changes in reverse chronological order, most recent first.

<revisiondesc>
blank<change encodinganalog="583">
blank <date normal="2004-05-18">2004-05-18</date>
blank <item>converted from EAD 1.0 to EAD 2002</item>
blank</change>
blank<change encodinganalog="583">
blank<date normal="2000-04">2000 April</date>
blank<item>linked to digital content</item>
blank</change>
</revisiondesc>

Status:

Repeatable:

Comments:




This ends the </eadheader> section




frontmatter

Frontmatter

The <frontmatter> element is a wrapper for publication-type structures, <titlepage> and <div>. The <titlepage> element groups bibliographic details about the encoded finding aid in an order and format optimized for display.

Standard practice discourages use of <frontmatter> in favor of generating title page displays from the EAD header. University at Buffalo will follow this practice.

Comments:




archdesc

Archival Description

The <archdesc> element is a wrapper for collection-level information. It contains all information related to the materials being described, whereas elements leading up to <archdesc> describe the finding aid document itself.

Tag example:

<archdesc level="collection" type="inventory" relatedencoding="MARC21">

These most significant subelements are listed in locally recommended order:

Element

Name

Local Label

Local status

<did>

Basic Description: The High-Level <did>

Collection Overview

Required

<descgrp type="userinfo">

Not in Tag Library

Information for Researchers

Required

<descgrp type="admininfo">

Administrative Information

Administrative Information

Required

<bioghist>

Biographical, Historical, or Chronological Note

Biographical Note, or Historical Note, or Chronology

Required

<scopecontent>

Scope and Content

Scope and Content Note

Required

<arrangement>

Arrangement

Arrangement

Required

<dsc>

Description of Subordinate Units

Container List (at top)

Required

<controlaccess>

Controlled Vocabulary Terms

Search Terms

Required

<descgrp type="add">
Containing:

  • <separatedmaterial>
  • <relatedmaterial>

Adjunct Descriptive Data

Separated Material
Related Material

None


Separated Material
Related Material

Optional

Status:

Repeatable:

Comments:




did

Descriptive Identification

Tag Library Definition:

A required wrapper element that bundles other elements identifying core information about the described materials in either Archival Description <archdesc> or a Component <c>. The various <did> subelements are intended for brief, clearly designated statements of information and, except for <note>, do not require Paragraphs <p> to enter text.

The <did> groups elements that constitute a good basic description of an archival unit. This grouping ensures that the same data elements and structure are available at every level of description within the EAD hierarchy. It facilitates the retrieval or other output of a cohesive body of elements for resource discovery and recognition.

The <did> in <archdesc> is sometimes called the high level <did>, because it describes the collection as a whole. Consider using the following elements for this high level <did>: <head>, <origination>, <unittitle>, <physdesc>, <repository>, and <abstract>. The <unitid> and <physloc> elements are suggested if applicable to a repository's practice. A <did> within a Component <c> can be less complete, and might have only a <container> or <unitid> and a <unittitle>.

Tag example:

<did>< head>Collection Overview</head>

Subelements:

Listed in locally recommended order:

Element

Name

Local Label

Local status

<head>

Heading

Collection Overview

Required

<unittitle>

Title of the Unit

Title

Required

<unitdate>

Date of the Unit

NONE; displayed within collection title

Required

<unitid>

ID of the Unit

Collection Number

Required

<origination>

Origination

Creator

Required

<physdesc>

Physical Description

Extent

Required

<materialspec>

Material specific details

Details

Optional

<physloc>

Physical Location

Location (for collections located offsite)

Optional

<langmaterial>

Language of the Material

Language of Material

Required

<repository>

Repository

Repository (displayed as subunit, unit)

Required

<abstract>

Abstract

Abstract

Required

<note>

Note

Note

Optional

<daogrp>

Digital Archival Object Group

Digital Object

Optional

Status:

Repeatable:




unittitle

Title of the Unit

Encode the collection title, formulated according to DACS Section 2.3.

Tag example:

<unittitle label="Title" encodinganalog="245$a">[Title of collection: John Doe Papers]</unittitle>

Status:

Repeatable:

Comments:




unitdate

Date of the Unit

Dates of the materials comprising the collection; the dates may be given as inclusive, bulk, or both.
See Appendix 5 - Treatment of Dates for more information about encoding dates in EAD.

Tag example:

<unittitle>Title of the collection
blank<unitdate label="Dates" encodinganalog="245$f" type="inclusive" datechar="creation" certainty="approximate" normal="1950">circa 1950</unitdate>
</unittitle>

Labels/Heads:

Suggested content for dates, if dates are displayed on a separate line from the collection title:

Status:

Repeatable:

Comments:




unitid

ID of the Unit

Tag Library Definition:

Any alpha-numeric text string that serves as a unique reference point or control number for the described material, such as a lot number, an accession number, a classification number, or an entry number in a bibliography or catalog. An important subelement of the Descriptive Identification <did>, the <unitid> is primarily a logical designation, which sometimes secondarily provides location information, as in the case of a classification number. Use other <did> subelements, such as <physloc> and <container>, to designate specifically the physical location of the described materials.

Do not confuse <unitid>, which relates to the archival materials, with <eadid>, which is used to designate a unique identification string for the finding aid.

Although not required, the countrycode and repositorycode attributes should be used in <unitid> at the <archdesc><did> level to comply with ISAD(G) element 3.1.1. The repositorycode attribute specifies the ISO 15511 code for the institution that has custody of the materials described, while countrycode provides the ISO 3166-1 code for the country in which that institution is located. The identifier attribute should contain a machine-readable unique identifier, containing a value similar to the text in the <unitid> element. The type attribute may be used to indicate the system from which the <unitid> was derived, e.g., accessioning system, record group classification scheme, records retention scheduling system, etc.

Tag example:

<unitid label="Collection number" encodinganalog="099" countrycode="US" repositorycode="NBuU-AR">4/7/19</unitid>

Labels/Heads:

Label should be appropriate to content. Do not supply label if unitid element has no content.

Status:

Repeatable:

Comments:




origination

Origination

Tag Library Definition:

Information about the individual or organization responsible for the creation, accumulation, or assembly of the described materials before their incorporation into an archival repository. The <origination> element may be used to indicate such agents as correspondents, records creators, collectors, and dealers. Using the label attribute may help identify for a finding aid reader the role of the originator, e.g., "creator," "collector," or "photographer." It is also possible to set the role attribute on the name elements that are available within <origination>, i.e., <corpname>, <famname>, <name>, and <persname>.

The choice and number of names should be determined according to DACS Chapter 9.

The form of the name(s) should be taken from a standard naming authority file, such as the Library of Congress Name Authority File or Union List of Artists' Names. If a name does not appear in an authority file, establish the name according to a content standard such as AACR2.

See DACS rule 2.6, p. 33 and Chapter 9, pp. 89-92

Tag example:

<origination label="Creator">
blank<persname encodinganalog="100" source="lcnaf" role="creator">Feldman, Morton, 1926-1987</persname>
</origination>

Labels/Heads:

Encoding Analog:

Encodinganalogs should be set for the subelement <persname>, <famname>, or <corpname> with the following values: 100 (personal or family name main entry), 110 (corporate name main entry), 600 (personal/family name subject entry), 700 (personal/family name added entry), 710 (corporate name added entry).

Other Attributes:

Subelements:

Use of one of the following subelements is required:

Status:

Repeatable:

Comments: (LC)

Additional tagging examples:

Example 1: One originator (cataloging record has 1xx field for originator)

<origination label="Collector">
blank<persname encodinganalog="100" role="collector" source="LCNAF">Cushing, Caleb, 1800-1879</persname>
</origination>

Example 2: Multiple originators, but one predominates

<origination label="Creator">
blank<persname encodinganalog="100" source="LCNAF">Roosevelt, Kermit, 1889-1943</persname>
</origination>

Example 3: Bob Fosse/Gwen Verdon Collection: title main entry with 7xx entry for each originator

<origination label="Creator">
blank<persname encodinganalog="700" source="LCNAF">Fosse, Bob, 1927-1987</persname>
</origination>
<origination label="Creator">
blank<persname encodinganalog="700" source="LCNAF">Verdon, Gwen</persname>
</origination>

Example 4: No <origination>; family names recorded in <controlaccess> only

<unittitle>Key-Cutts-Turner family papers, 1808-1975</unittitle>

Example 5: No <origination> given

<unittitle label="Title">California travel diaries, 1849-1851</unittitle>

Selected Relator terms:




physdesc

Physical Description

Tag Library Definition:

A wrapper element for bundling information about the appearance or construction of the described materials, such as their dimensions, a count of their quantity or statement about the space they occupy, and terms describing their genre, form, or function, as well as any other aspects of their appearance, such as color, substance, style, and technique or method of creation. The information may be presented as plain text, or it may be divided into the <dimensions>, <extent>, <genreform>, and <physfacet> subelements.

Tag example:

<physdesc label="Extent">
blank<extent label="Extent" unit="linear feet" encodinganalog="300">[number of linear feet]</extent>
</physdesc>

Status:

Repeatable:

Comments:




genreform

Genre/Physical Characteristic

Tag Library Definition:

A term that identifies the types of material being described, by naming the style or technique of their intellectual content (genre); order of information or object function (form); and physical characteristics. Examples include: account books, architectural drawings, portraits, short stories, sound recordings, and videotapes.

All genres and forms of material mentioned in a finding aid do not have to be tagged. One option is to tag those <genreform> terms for which access other than basic, undifferentiated keyword retrieval is desired. Use of controlled vocabulary terms is recommended to facilitate access to the information within and across finding aid systems. The <genreform> element may be used in text elements such as <p>. To indicate a function with major representation in the materials being described, nest <genreform> within the <controlaccess> element. To associate a <genreform> term with more detailed physical characteristics, use <genreform> within the <physdesc> or <physfacet> elements.

Use the source attribute to specify the vocabulary from which the term has been taken. The normal attribute can be used to provide the authority form of a term that has been encoded with <genreform> in narrative text, e.g., within a paragraph. The authfilenumber attribute can be used to identify a link to an authority file record that has more information about the term or cross references for alternative forms of a genre term.

Status:

Repeatable:

Comments:




physfacet

Physical Facet

Tag Library Definition:

A <physdesc> subelement for information about an aspect of the appearance of the described materials, such as their color, style, marks, substances, materials, or techniques and methods of creation. It is used especially to note aspects of appearance that affect or limit use of the materials. It generally should not be used for aspects of physical description that are covered more directly by the <extent>, <dimensions>, and <genreform> elements, although use of <genreform> may be appropriate for further specification within some <physfacet> instances.

The type attribute may be used to specify which aspect of the physical appearance is being designated.

Tag example:

<physdesc>
blank<extent>3 daguerreotypes,</extent>
blank<physfacet>hand colored</physfacet>
</physdesc>

Status:

Repeatable:

Comments:




dimensions

Dimensions

Tag Library Definition:

A subelement of <physdesc> for information about the size of the materials being described; usually includes numerical data. Measurements may be expressed in any convenient unit. Attributes may be used when the unit of measurement or type of dimension is not clear in the finding aid text. The unit attribute specifies the kind of measurement, for example, "inches" or "meters". The type attribute specifies the kind of dimensions being measured, for example, "height" or "circumference". Multiple dimensions, for example, height-by-width, can be tagged in a single <dimensions> element or in separate <dimensions> with distinctive attribute values.

Tag example:

<c01>
blank<did>
blank<unittitle>Cartuarium vetus</unittitle>
blank<physdesc>
blank<extent>3 paper leaves; 1 parchment on paper leaf; 175 leaves, 4 inserts, 2 schedules, parchment; 4 paper leaves</extent>
blank<dimensions>approximately 230 mm x 163 mm.</dimensions>
blank</physdesc>
blank</did>
</c01>

Status:

Repeatable:

Comments:




materialspec

Material Specifications

Tag Library Definition:

Data which are unique to a particular class or form of material and which are not assigned to any other element of description. Examples of material specific details include mathematical data, such as scale for cartographic and architectural records, jurisdictional and denominational data for philatelic records, and physical presentation data for music records.

Tag example:

<materialspec label="Scale" encodinganalog="255">1:100,000</materialspec>
<materialspec label="Projection" encodinganalog="255">Modified Polyconic</materialspec>

Status:

Repeatable:

Comments:




physloc

Physical Location

Tag Library Definition:

Information identifying the place where the described materials are stored, such as the name or number of the building, room, stack, shelf, or other tangible area.

Do not confuse with <container>, which is used to identify the cartons, boxes, reels, folders, and other storage devices used to hold the described materials. Also do not confuse with <repository>, which is used to identify the institution or agency responsible for providing intellectual access to the described materials.

Like all Descriptive Identification <did> subelements, the <physloc> element has a label attribute which may be used to provide a readily understandable heading for the element's content. The type attribute may also be used to identify the nature of the storage location. For security reasons, the audience attribute value may be set to "internal" to shield public access to storage location information.

Tag examples:

Example 1:

<physloc label="Location" encodinganalog="852$z">Bernice K. Noble Papers, 1976-2003 (bulk 1994-2003) are stored off-site. Please contact Special Collections several days in advance of your visit to assure that the containers you wish to consult will be available when you arrive.</physloc>

Example 2:

<physloc label="Location" encodinganalog="852$z">Contact reference services for access to these materials.</physloc>

Status:

Repeatable:

Comments:




langmaterial

Language of the Material

A prose statement naming the language(s) of the materials in the collection or unit. One or more language name(s) are enclosed in nested <language> tags.

Do NOT confuse with <langusage> in <eadheader>, which describes the language(s) of the finding aid.

Tag examples:

Example 1:

<langmaterial label="Language of Material" encodinganalog="546">Collection material in
blank<language encodinganalog="041" langcode="eng">English</language>and
blank<language encodinganalog="041" langcode="ger">German.</language>
</langmaterial>

Example 2:

If the collection, such as a photograph collection, contains no associated text, state that fact in <langmaterial> using wording similar to the following:

<langmaterial>No textual materials are included in the collection.</langmaterial>

Status:

Repeatable:

Comments:




repository

Repository

Tag Library Definition:

The institution or agency responsible for providing intellectual access to the materials being described. The <corpname> element may be used within <repository> to encode the institution's proper name.

Although the repository providing intellectual access usually also has physical custody over the materials, this is not always the case. For example, an archives may assume responsibility for long-term intellectual access to electronic records, but the actual electronic data files or systems may continue to reside in the office where they were created and maintained, or they may be held for long-term storage by a unit such as a data library that is able to provide the appropriate technical facilities for storage and remounting. When it is clear that the physical custodian does not provide intellectual access, use <physloc> to identify the custodian and <repository> to designate the intellectual caretaker. When a distinction cannot be made, assume that the custodian of the physical objects also provides intellectual access to them and should be recognized as the <repository>.

Tag examples:

Example 1:

<repository label="Repository" encodinganalog="852">
blank< corpname>State University of New York at Buffalo.
blank<subarea>University Archives</subarea>
blank</corpname>
</repository>

Example 2:

<repository label="Repository" encodinganalog="852">
blank<corpname>
blank<subarea>Charles B. Sears Law Library </subarea>
blankState University of New York at Buffalo</corpname>
</repository>

Example 3:

<repository label="Repository" encodinganalog="852">
blank<corpname>Albright-Knox Art Gallery</corpname>
blank<address>
blank<addressline>Buffalo, New York</addressline>
blank</address>
</repository>

Status:

Repeatable:

Comments:




abstract

Abstract

Tag Library Definition:

A very brief summary of the materials being described, used primarily to encode bits of biographical or historical information about the creator and abridged statements about the scope, content, arrangement, or other descriptive details about the archival unit or one of its components.

Within the <archdesc><did>, the <abstract> is often extracted from the longer descriptions found in <bioghist> and <scopecontent>. Its purpose is to help readers identify quickly those materials they need to explore at greater length.

Use of the type and encodinganalog attributes on <abstract> may assist in extracting information for such MARC equivalents as summary note (520$a) and biographical or historical data (545$a). The langcode attribute can be used when abstracts are provided in more than one language.

Tag example:

<abstract label="Abstract" encodinganalog="520">Professional and personal correspondence, speeches, articles and memorabilia of Samuel P. Capen, first director of the American Council in Education (1919-1922); first full-time Chancellor of the University of Buffalo (1922-1950); and spokesman for academic freedom and educational reform.</abstract>

Status:

Repeatable:

Comments:




note

Note

Generic explanatory text. In Collection Overview, may be used to indicate that the materials described in the high-level <did> are a component of a larger body of materials not described by the finding aid.

Tag example:

<note label="Note" encodinganalog="500">
<p>Both the finding aid and the collection itself are currently to be considered works in progress. Rather than wait until the entire collection is processed before making it generally available to researchers--our usual practice--we have decided to make each series available as it is completed; the music will be the last series in the collection to be processed.</p>
</note>

Status:

Repeatable:

Comments:




daogrp

Digital Archival Object Group

Tag Library Definition:

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.

Tag example:

<daogrp>
blank<daodesc>
blank<head>Image Sampler</head>
blank<p>Images from the Ella Baker Papers </p>
blank</daodesc>
blank<daoloc href="baker_2007.jpg">
blank<daodesc>
blank<p>Ella Baker, head-and-shoulders portrait</p>
blank</daodesc>
blank</daoloc>
</daogrp>

Status:

Repeatable:

Comments:




descgrp type="userinfo"

Description Group (User Information)

Definition:

This wrapper element assembles background information that is essential for users.

Elements listed below fall into several general groups, which may be thought of describing the collection in the following terms:

Subelements:

Listed in locally recommended order.

Element

Name

Local Label

Local status

<head>

Heading

Information for Users

Required

<prefercite>

Preferred Citation

Preferred Citation

Required

<accessrestrict>

Conditions Governing Access

Terms of Access and Use

Required

<userestrict>

Conditions Governing Use

Copyright

Required

Status:

Repeatable:




prefercite

Preferred Citation

Tag Library Definition:

Information about how users should identify the described materials when referring to them in published credits. Generally the repository or agent responsible for providing intellectual access to the materials will supply users with a recommended wording or prescribed format for structuring references to the described materials in bibliographies, footnotes, screen credits, etc.

Do not confuse with Archival Reference <archref> or Bibliographic Reference <bibref> which are used to cite and/or link to materials other than those described in the finding aid.

Tag example:

<prefercite encodinganalog="524">
blank<head>Preferred Citation</head>
blank<p>[Description and dates], Box-Folder#, 3/5/897, Campus Unrest: Research conducted by Dean G. Pruitt and James Gahagan, Social Psychology Department, 1967-1972, 1975, University Archives, State University of New York at Buffalo.</p>
blank<p>
blank<extref entityref="citations" show="new" actuate="onrequest">For additional information, see the Archives' preferred citations instructions.
blank</extref>
blank</p>
</prefercite>

Status:

Repeatable:

Comments:




accessrestrict

Conditions Governing Access

Tag Library Definition:

Information about conditions that affect the availability of the materials being described. May indicate the need for an appointment or the nature of restrictions imposed by the donor, legal statute, repository, or other agency. May also indicate the lack of restrictions.

Do not confuse with Conditions Governing Use <userestrict>, which designates information about limitations on the use of the described materials after access has been granted.

Tag example:

<accessrestrict encodinganalog="506">
blank<head>Terms of Access and Use</head>
blank<p>Leon E. Farhi Papers, 1964-2003 are open for research.</p>
</accessrestrict>

Status:

Repeatable:

Comments:




userestrict

Conditions Governing Use

Tag Library Definition:

Information about conditions that affect use of the described materials after access has been granted. May indicate limitations, regulations, or special procedures imposed by a repository, donor, legal statute, or other agency regarding reproduction, publication, or quotation of the described materials. May also indicate the absence of restrictions, such as when copyright or literary rights have been dedicated to the public. Do not confuse with Conditions Governing Access <accessrestrict>, which designates information about conditions affecting the availability of the described materials. Preferred Citation <prefercite> may be used in conjunction with <userestrict> to encode statements specifying how the described materials should be referenced when reproduced, published, or quoted by patrons.

Tag examples:

Example 1:

<userestrict encodinganalog="540">
blank<head>Copyright</head>
blank<p>Copyright of papers in the collection may be held by their authors, or the authors' heirs or assigns. Researchers must obtain the written permission of the holder(s) of copyright and the University Archives before publishing quotations from materials in the collection. Most papers may be copied in accordance with the library's usual procedures unless otherwise specified.</p>
</userestrict>

Example 2:

<userestrict>
blank<head>Copyright</head>
blank<p>Copyright is held by The State University of New York at Buffalo, University Archives. Copyright in other papers in the collection may be held by their authors, or the authors' heirs or assigns. Researchers must obtain the written permission of the holder(s) of copyright and the University Archives before publishing quotations from materials in the collection. Most papers may be copied in accordance with the library's usual procedures unless otherwise specified.</p>
</userestrict>

Status:

Repeatable:

Comments:




This ends the /descgrp type="userinfo" section




descgrp type="admininfo"

Descriptive Group (Administrative Information)

A wrapper element that assembles background information about administrative aspects of the collection, including acquisition information, processing information, custodial history, and information about accruals.

Elements listed below fall into several general groups, which may be thought of describing the collection in the following terms:

Subelements:

Listed in locally recommended order.

Element

Name

Local Label

Local status

<head>

Heading

Administrative Information

Required

<acqinfo>

Acquisition Information

Acquisition Information

Required

<custodhist>

Custodial History

Custodial History

Optional

<accruals>

Accruals

Accruals and Additions

Optional

<altformavail>

Alternative Form Available

Alternate Forms

Optional

<originalsloc>

Location of Originals

Location of Originals

Optional

<processinfo>

Processing Information

Processing Information

Required

<appraisal>

Appraisal Information

Appraisal Information

Optional

<phystech>

Physical Characteristics and Technical Requirements

Physical Characteristics and Technical Requirements

Optional

Status:

Repeatable:




acqinfo

Acquisition Information

Tag Library Definition:

The immediate source of the materials being described and the circumstances under which they were received. Includes donations, transfers, purchases, and deposits.

After opening a Paragraph <p> within <acqinfo>, optional subelements may be used to tag separately such common acquisition information as the name of the source, e.g., <persname> or <corpname>; the <date> the materials were received; or the accession number <num> assigned to them. The <address> element could be used to document the address of the source, and the audience attribute could be set to" internal," if the address information should only be available to authorized staff. Note that the accession number may also serve as the <unitid> and be encoded as such within a <did>.

For detailed information about items acquired and then subsequently alienated from the materials being described, the Separated Material <separatedmaterial> element can be used. It designates items related by provenance that have been physically removed from the materials being described.

The Custodial History <custodhist> element can be used for information about the chain of ownership before the materials reached the immediate source of acquisition.

Tag example:

<acqinfo encodinganalog="541">
blank<head>Acquisition Information</head>
blank<p>The collection was given to the Music Library by the estate of Christopher Nobody.</p>
</acqinfo>

Status:

Repeatable:

Comments:




custodhist

Custodial History

Tag Library Definition:

Information about the chain of ownership of the materials being described, before they reached the immediate source of acquisition. Both physical possession and intellectual ownership can be described, providing details of changes of ownership and/or custody that may be significant in terms of authority, integrity, and interpretation.

Although the history of custody is sometimes synonymous with provenance, a description of archival provenance may be more appropriate for the <origination>, <bioghist>, or <scopecontent> elements.

Use Acquisition Information <acqinfo> for text about the immediate source of the described materials and the circumstances under which they were received by the repository.

Tag example:

<custodhist encodinganalog="561">
blank<head>Custodial History</head>
blank<p>The George Franklin Papers were maintained by the staff of the Mayor's Office, City of Irvine, California, in the records storage facility at City Hall from the time of Franklin's death in 1972 until they were transferred, at his family's request, to Special Collections and Archives, The UC Irvine Libraries, in 1988.</p>
</custodhist>

Status:

Repeatable:

Comments:




accruals

Accruals

Tag Library Definition:

Information about anticipated additions to the materials being described. Can indicate quantity and frequency. Can also be used to indicate that no additions are expected.

Tag examples:

Example 1:

<accruals encodinganalog="584">
blank<head>Accruals and Additions</head>
blank<p>Noncurrent additions to this Record Group are transferred from the Development Department annually at the end of the fiscal year in June.</p>
</accruals>

Example 2:

<accruals encodinganalog="584">
blank<head>Accruals and Additions</head>
blank<p>No further accruals are expected to this collection.</p>
</accruals>

Status:

Repeatable:

Comments:




altformavail

Alternative Form Available

Tag Library Definition:

Information about copies of the materials being described, including the type of alternative form, significant control numbers, location, and source for ordering if applicable. The additional formats are typically microforms, photocopies, or digital reproductions.

Do not confuse with Location of Originals <originalsloc>, which is used to encode information about the existence, location, and availability of originals where the unit described consists of copies.

Use if original material is still available for public use. If the original material is not available for public use, place this information in Processing Information <processinfo>.

Tag examples:

Example 1:

<altformavail encodinganalog="530">
blank<head>Alternate Forms</head>
blank<p>Microfilm copy available (<num type="microfilm reel">M-5030/1</num>).</p>
</altformavail>

Example 2:

<altformavail encodinganalog="530">
blank<head>Alternate Forms</head>
blank<p>Selected items from the papers of the Alexander Graham Bell family are available on the Library of Congress Web site at <extref href="http://memory.loc.gov/ammem/bellhtml/" show="new" actuate="onrequest">http://memory.loc.gov/ammem/bellhtml/</extref>. Of the 4,700 items selected for digitization, 4,650 items are currently available in digital format via links provided in the container list of this register.</p>
</altformavail>

Status:

Repeatable:

Comments:

Two scenarios may apply in the use of <altformavail> for electronic content:

  1. Electronic forms of collection material are available in a separate presentation (See the Juan B. Rael Collection in Library of Congress's American Memory). The finding aid does not contain specific links to collection material at a folder level.
    • Action Required:
      • Include <altformavail> note which links to overall presentation
      • No further links are required


  2. Electronic forms of collection materials are available in a separate presentation (See the Leonard Bernstein Collection in Library of Congress's American Memory). The finding aid includes specific links to digitized collection material at a folder level.
    • Action Required:
      • Include <altformavail> note which links to overall presentation

      • Include <dao> links from folder listings (or from another level of hierarchy, such as series or subseries) in container list
    • Optional: include image concordance <daogrp> providing <daoloc> links to all digital images linked to in the finding aid. This is done directly under <archdesc>, rather than as part of <archdesc> <did> as would be done for an illustrative "image sampler."



originalsloc

Location of Originals

Tag Library Definition:

Information about the existence, location, availability, and/or the destruction of originals where the unit described consists of copies.

Do not confuse <originalsloc> with Alternative Form Available <altformavail>, which is used to encode information about copies of the material being described.

Tag examples:

Example 1:

<c01 level="file">
blank<did>
blank<unittitle>Dream diary
blank<unitdate normal="1947/1948">>1947-1948</unitdate>
blank</unittitle>
blank</did>
blank<originalsloc>
blank<p>File contains photocopies of original still held by the donor.</p>
blank</originalsloc>
</c01>

Example 2:

<c01 level="series">
blank<did>[...]</did>
blank<originalsloc>
blank<p>Originals destroyed after microfilming, 1981.</p>
blank</originalsloc>
</c01>

Status:

Repeatable:

Comments:




processinfo

Processing Information

Tag Library Definition:

Information about accessioning, arranging, describing, preserving, storing, or otherwise preparing the described materials for research use. Specific aspects of each of these activities may be encoded separately within other elements, such as <acqinfo>, <arrangement>, <physloc>, etc.

Tag examples:

Example 1:

<processinfo encodinganalog="583">
blank<head>Processing Information</head>
blank<p>Processed by Murray Kemp.</p>
</processinfo>

Example 2:

<processinfo encodinganalog="583">
blank<head>Reformatted Materials</head>
blank<p>Reference copies of audio materials on 10-inch reel-to-reel tape have been made for service in the AFC reading room. The original 36 12-inch acetate-on-aluminum discs (AFS 3905-3940) and the 5 10-inch preservation reel-to-reel tape copies (LWO 4872: reels 255-259) are stored in the Motion Picture, Broadcasting and Recorded Sound Division, Library of Congress.</p>
</processinfo>

Status:

Repeatable:

Comments:




appraisal

Appraisal Information

Tag Library Definition:

Information about the process of determining the archival value and thus the disposition of records based upon their current administrative, legal, and fiscal use; their evidential, intrinsic, and informational value; their arrangement and condition; and their relationship to other records.

Tag example:

<appraisal>
blank<p>The appraisal of this collection was carried out in consultation with Robert Heinmiller, a research associate at Woods Hole Oceanographic Institution during MODE.</p>
</appraisal>

Status:

Repeatable:

Comments:




phystech

Physical Characteristics and Technical Requirements

Tag Library Definition:

A description of important physical conditions or characteristics that affect the storage, preservation, or use of the materials described. This includes details of their physical composition or the need for particular hardware or software to preserve or access the materials.

Tag example:

<c02 level="subseries">
blank<did>[...]</did>
blank<phystech>
blank<head>Physical Characteristics and Technical Requirements</head>
blank<p>48K RAM; Apple Disk II with controller; color monitor</p>
blank</phystech>
</c02>

Status:

Repeatable:

Comments:




This ends the /descgrp type="admininfo" section




bioghist

Biography or History

Tag Library Definition:

A concise essay or chronology that places the archival materials in context by providing information about their creator(s). Includes significant information about the life of an individual or family, or the administrative history of a corporate body. The <bioghist> may contain just text in a series of Paragraphs <p>, and/or a Chronology List <chronlist> that matches dates and date ranges with associated events. Additional <bioghist> elements may be nested inside one another when a complex body of materials, such as a collection of family papers, is being described, and separately headed sections are desired. The <bioghist> element may also be nested to designate a portion of the essay or chronology that might be extracted as a MARC 545 subfield.

Many elements, such as <bioghist> are recursive (i.e., the elements are available within themselves) to facilitate the use of multiple headings with subdivided descriptions for complex collections, and to enable EAD markup to be used for a variety of output.

Tag example:

<bioghist encodinganalog="545">
blank<head>Historical Note</head>
blank<p>In October 1964 the incoming Labour government created new office of Secretary of State for Economic Affairs (combined with First Secretary of State) and set up the Department of Economic Affairs under the Ministers of the Crown Act 1964 to carry primary responsibility for long term economic planning.</p>
</bioghist>

Head:

The <head> element language should be selected from:

Status:

Repeatable:

Comments:




chronlist

Chronology List

Tag Library Definition:

A formatting element that designates information about the sequence in which significant past events, associated with the described materials, occurred. The <chronlist> also provides a structured display to list these dates and events. Each <chronlist> contains Chronology Items <chronitem>s that pair a <date> or date range with a brief description of an associated <event> or events <eventgrp>.

A <chronlist> most often appears in finding aids as part of the Biography or History <bioghist> element, but <chronlist> is also available for use in other elements that might need to present historical dates and events in a multicolumn list.

Tag example:

<bioghist>
blank<head>Chronology</head>
blank<chronlist>
blank<chronitem>
blank<date normal="18401012">1840</date>
blank<event>Born Helena Opid in Krakow, Poland on October 12th.</event>
blank</chronitem>
blank<chronitem>
blank<date normal="1861">1861</date>
blank<event>Made stage debut as Helena Modrzejewska in charity fair production of <title>The White Camellia</title>, in Bochnia, Poland.</event>
blank</chronitem>
blank</chronlist>
</bioghist>

Subelements:

Status:

Repeatable:

Comments:




This ends the /bioghist section




scopecontent

Scope and Content

Tag Library Definition:

A prose statement summarizing the range and topical coverage of the described materials, often mentioning the form and arrangement of the materials and naming significant organizations, individuals, events, places, and subjects represented. The purpose of the <scopecontent> element is to assist readers in evaluating the potential relevance of the materials to their research. It may highlight particular strengths of, or gaps in, the described materials and may summarize in narrative form some of the descriptive information entered in other parts of the finding aid.

Additional <scopecontent> elements may be nested inside one another when a complex collection of materials is being described and separate headings are desired. For example, when a collection is received and processed in installments, individual scope and content notes may be created for each installment. EAD permits these separate narrative descriptions to be encoded as discrete <scopecontent> elements, but it also enables the encoder to gather the independent <scopecontent> notes within a single larger <scopecontent> reflective of the materials as a whole. Nested <scopecontent> elements might also occur when an institution encodes the first paragraph of a long scope and content note as a separate summary <scopecontent> with an encodinganalog attribute set to MARC field 520$a.

Tag example:

<scopecontent encodinganalog="520">
blank<head>Scope and Content Note</head>
blank<p>The records of BIKE WNY, 1990-2002 were collected and maintained by Suzanne Toomey Spinks, one of the co-founders of the organization. This collection contains materials relevant to the advocacy organization. Materials include biking articles and newsletters, correspondence, promotional items, safety outreach, tour and trail guides, as well as information on related local advocacy groups and projects. Some of the research materials retained with the collection pre-date the organization.</p>
</scopecontent>

Status:

Repeatable:

Comments:




This ends the /scopecontent section




arrangement

Arrangement

Tag Library Definition:

Information on how the described materials have been subdivided into smaller units, e.g., record groups into series, identifying the logical or physical groupings within a hierarchical structure. Can also be used to express the filing sequence of the described materials, such as the principle characteristics of the internal structure, or the physical or logical ordering of materials, including alphabetical, chronological, geographical, office of origin, and other schemes. Identifying logical groupings and the arrangement pattern may enhance retrieval by researchers.

The <arrangement> element may occur within <archdesc> and <c> or as a subelement of <scopecontent>.

Tag examples:

Example 1: with <ref> used to link within the finding aid (based on LC example)
For more information on linking within a document, see Appendix 15 - Linking Elements, specifically the example that demonstrates how the referenced component must be encoded in order to enable the link.

Text (without links highlighted)

Tagging

Arrangement

<arrangement encodinganalog="351$a">
blank<head>Arrangement</head>

The Blackwell Family Papers are organized in two series:

blank<p>The Blackwell Family Papers are organized in two series:</p>

Alice Stone Blackwell Papers, 1848-1957
Elizabeth Blackwell Papers, 1836-1946

blank<list type="simple">
blank<item>
blank<ref target="clalice" show="replace" actuate="onrequest">Alice Stone Blackwell Papers, 1848-1951</ref>
blank</item>
blank<item>
blank<ref target="cleliz" show="replace" actuate="onrequest">Elizabeth Blackwell Papers, 1836-1946</ref>
blank</item>
blank</list>
</arrangement>

Example 2: showing encodinganalog attribute set to" 351$b" for filing sequence:

<arrangement encodinganalog="351$b">
blank<head>Arrangement</head>
blank<p>The Charles Wellington Reed Papers are arranged alphabetically by type of material with oversize items located at the end of the collection. </p>
</arrangement>

Example 3: encodinganalog set to "351" with series statements and filing sequences intermingled

<arrangement encodinganalog="351">
blank<head>Arrangement</head>
blank<p>Arranged in two series: 1. Correspondence (alphabetical); 2. Subject files (alphabetical by topic).</p>
</arrangement>

Subelements:

Status:

Repeatable:

Comments:




This ends the /arrangement section




Container List

Container lists are as varied as the collections they describe and the archivists who write them. It is not possible to standardize every aspect of either the structure or encoding of container lists. However, it is possible to adopt some standard practices that can be applied and any efforts to make container lists consistent in format, encoding, and structure will be beneficial to researchers. The following is a list of some of the recommended practices and reminders culled from the following, more detailed descriptions of EAD encoding for container lists.




dsc

Description of Subordinate Components

Tag Library Definition:

A wrapper element that bundles information about the hierarchical groupings of the materials being described. The subordinate components can be presented in several different forms or levels of descriptive detail, which are identified by the element's required type attribute. For example, "analyticover" identifies an overview description of series and subseries, which might be followed by a second <dsc> with the type attribute set to "in-depth" that provides a more detailed listing of the content of the materials, including information about the container numbers associated with those materials. The type attribute value "combined" is used when the description of a series is followed immediately by a listing of the contents of that series. The type attribute "othertype" is for models that do not follow any of the above-mentioned formats, in which case the othertype attribute can then be used to specify a particular presentation model.

Tag example:

<dsc type="combined">
<head>Container List</head>

Type Attribute Values:

The type attribute is a required attribute in the dtd:

Subelements:

Status:

Repeatable:

Comments:

Additional tagging examples:

Example 1 -- type attribute set to "combined": <dsc> with type attribute set to "combined". This is typical of modern finding aids and is the recommended approach. Return to "combined" description.

Example 1 (text only):

Container List

Series I. Recipient Files, 1946-1949
Scope and Content note: The Relief Project kept two files on relief recipients. Files from Subseries A (labeled "A") contain personal data and lists of package contents sent to the recipient. Files from Subseries B (labeled "B") contain correspondence, usually with English translations of letters written in foreign languages.
Arrangement: Files are arrange alphabetically by last name.

Subseries A. "A" File

1.1-1.2       Alpheus, Karl and Grete (Freiburg, Germany), undated

1.3 blankBaldass, Ludwig and Pauly (Vienna, Austria), 1948

Subseries B. "B" File

1.4-1.8       Mannoury, S.D. (Amsterdam, Netherlands), 1946-1949

1.9-2.6       Zanasi, Lusiano (Modena, Italy), 1947-1948 [8 folders]

Example 1 (text and tagging side by side):

Text

Tagging

Container List

<dsc type="combined">
blank<head>Container List</head>

Series I. Recipient Files, 1946-1949

blank<c01 level="series">
blank<did>
blank<unittitle>Series I. Recipient Files, 1946-1949
blank<unitdate type="inclusive" normal="1946/1949">1946-1949</unitdate>
blank</unittitle>
blank</did>

Scope and Content note: The Relief Project kept two files on relief recipients. Files from Subseries A (labeled "A") contain personal data and lists of package contents sent to the recipient. Files from Subseries B (labeled "B") contain correspondence, usually with English translations of letters written in foreign languages.

blank<scopecontent>
blank<p>Scope and Content note: The Relief Project kept two files on relief recipients. Files from Subseries A (labeled "A") contain personal data and lists of package contents sent to the recipient. Files from Subseries B (labeled "B") contain correspondence, usually with English translations of letters written in foreign languages.</p>
blank</scopecontent>

Arrangement: Files are arrange alphabetically by last name.

blank<arrangement>
blank<p>Arrangement: Files are arrange alphabetically by last name.</p>
blank</arrangement>

Subseries A. "A" Files

blank<c02 level="subseries">
blank<did>
blank<unittitle>Subseries A. "A" Files
blank</unittitle>
blank</did>

1.1-1.2

Alpheus, Karl and Grete (Freiburg, Germany), undated

blank<c03 level="file">
blank<did>
blank<container type="box/folder">1.1-1.2</container>
blank<unittitle>Alpheus, Karl and Grete (Freiburg, Germany), undated</unittitle>
blank</did>
blank</c03>

1.3

Baldass, Ludwig and Pauly (Vienna, Austria), 1948

blank<c03 level="file">
blank<did>
blank<container type="box/folder">1.3</container>
blank<unittitle>Baldass, Ludwig and Pauly (Vienna, Austria)
blank<unitdate type="inclusive">1948</unitdate>
blank</unittitle>
blank</did>
blank</c03>
blank</c02>

Subseries B. "B" Files

blank<c02 level="subseries">
blank<did>
blank<unittitle>Subseries B. "B" Files
blank</unittitle>
blank</did>

1.4-1.8

Mannoury, S.D. (Amsterdam, Netherlands), 1946-1949

blank<c03 level="file">
blank<did>
blank<container type="box/folder">1.4-1.8</container>
blank<unittitle>Mannoury, S.D. (Amsterdam, Netherlands)
blank<unitdate type="inclusive">1946-1949</unitdate>
blank</unittitle>
blank</did>
blank</c03>

1.9-2.6

Zanasi, Lusiano (Modena, Italy), 1947-1948

[8 folders]

blank<c03 level="file">
blank<did>
blank<container type="box/folder">1.9-2.6</container>
blank<unittitle>Zanasi, Lusiano (Modena, Italy)
blank<unitdate type="inclusive">1947-1948</unitdate>
blank</unittitle>
blank<physdesc>
blank<extent>[8 folders]</extent>
blank</physdesc>
blank</did>
blank</c03>
blank</c02> </c01>
</dsc>

Example 2 -- type attribute set to "in-depth" (adapted from LC): <dsc> with type attribute set to "in-depth". Small collection without series (Container List only). Return to "in-depth" description

Text

Tagging

Container List

<dsc type="in-depth">
blank<head>Container List</head>

Box 1

Diaries, 1843, 1849-1896

(4 folders)

blank<c01 level="file">
blank<did>
blank<container type="box">1 </container>
blank<unittitle>Diaries
blank<unitdate type="inclusive" normal="1843">1843</unitdate>,
blank<unitdate type="inclusive" normal="1849/1896">1849-1896</unitdate>
blank</unittitle>
blank<physdesc>
blank<extent>(4 folders)</extent>
blank</physdesc>
blank</did>
blank</c01>

Box 1-5

Family correspondence

 

blank<c01 level="file">
blank<did>
blank<container type="box">1-5</container>
blank<unittitle>Family correspondence</unittitle>
blank</did>

Box 1

1803 May-1832 Apr.

(5 folders)

blank<c02 level="file">
blank<did>
blank<container type="box">1</container>
blank<unittitle>
blank<unitdate type="inclusive">1803 May-1832 Apr.</unitdate>
blank</unittitle>
blank<physdesc>
blank<extent>(5 folders)</extent>
blank</physdesc>
blank</did>
blank</c02>

Box 2

1832 May-1835 Mar.

(6 folders)

blank<c02 level="file">
blank<did>
blank<container type="box">2</container>
blank<unittitle>
blank<unitdate type="inclusive">1832 May-1835 Mar.</unitdate>
blank</unittitle>
blank<physdesc>
blank<extent>(6 folders)</extent>
blank</physdesc>
blank</did>
blank</c02>
</c01>
</dsc>

Example 3 -- type attribute set to "analyticover" (adapted from LC): <dsc> with type attribute set to "analyticover" (Series Description only). Return to "analyticover" description.

                

Text

Tagging

Description of Series

<dsc type="analyticover">
blank<head>Description of Series</head>

Boxes 1-16

Reels 1-8

Correspondence, 1800-1874

blank<c01 level="series">
blank<did>
blank<container type="box">1-16</container>
blank<container type="reel">1-8</container>
blank<unittitle>Correspondence
blank<unitdate type="inclusive" normal="1800/1874">1800-1874</unitdate>
blank</unittitle>
blank</did>

   

Letters to Webster and letters by and about him.

blank<scopecontent>
blank<p>Letters to Webster and letters by and about him.</p>
blank</scopecontent>

   

Arranged in groups as general correspondence, invitations, and selected transcripts and chronologically therein.

blank<arrangement>
blank<p>Arranged in groups as general correspondence, invitations, and selected transcripts and chronologically therein.</p>
blank</arrangement>
blank</c01>
</dsc>

Example 4 -- type attribute set to "analyticover"(adapted from LC): Headings for tabular display. Return to "analyticover" description

Text

Tagging

Container List

<dsc type="analyticover">
blank<head>Container List</head>

Box

Reel

Contents

blank<thead>
blank<row>
blank<entry>Box</entry>
blank<entry>Reel</entry>
blank<entry>Contents</entry>
blank</row>
blank</thead>

Box 1

Reel 1

Correspondence, 1800-1874

blank<c01 level="file">
blank<did>
blank<container type="box">1</container>
blank<container type="reel">1</container>
blank<unittitle>Correspondence
blank<unitdate type="inclusive" normal="1898/1975">1800-1874, undated</unitdate>
blank</unittitle>
blank</did>

Box 1

Reel 1

General

blank<c02>
blank<did>
blank<container type="box">1</container>
blank<container type="reel">1</container>
blank<unittitle>General</unittitle>
blank</did>
blank</c02>
blank</c01>
</dsc>




c

What is a Component?

Tag Library Definition:

A wrapper element that designates a subordinate part of the materials being described. A Component <c> provides information about the content, context, and extent of a subordinate body of materials. It is always nested within a Description of Subordinate Components <dsc> and often within another <c> element. Each <c> element identifies an intellectually logical section of the described materials. The physical filing separations between components do not always coincide with the intellectual separations. For example, a <c> that designates dramatic works might end in the same box in which the next <c> begins with short stories. Also, not every <c> directly corresponds to a folder or other physical entity. Some <c> elements simply represent a stage within a hierarchical description.

Components may be subdivided into smaller and smaller components and may eventually reach the level of a single item. For example, the components of a collection may be series, components of series may be subseries, components of subseries may be files, and components of files may be items. A component may be either an unnumbered <c> or a numbered <c01>, <c02>, etc. The numbered components <c01> to <c12> assist a finding aid encoder in nesting up to twelve component levels accurately.

Use the level attribute to identify the descriptive character of the component, for example, "series," "subseries," "subgrp," "file," (the term file is used here to mean an intellectual unit of archival materials, not the contents of a physical housing such as a folder) or "item." Assigning a level attribute for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it useful.

Recommended practice is to use only numbered components. Remember that the numbers carry no intellectual significance and that a particularly numbered component level may correspond to a variety of intellectual levels. Intellectual distinctions are made using the level attribute

Tag example:

<c>

Level Attribute Values:

Subelements:

Comments:

Additional tagging examples (lacking the <container> statements):

Example 1 (adapted from LC): Collection with series and some subseries

Text

Tagging

Family Papers, 1872-1892

<c01 level="series">
blank<did>
blank<unittitle>Family Papers
blank<unitdate type="inclusive" normal="1872/1892">1872-1892</unitdate>
blank</unittitle>
blank</did>

            Diaries, 1872

   <c02 level="file">
      <did>
         <unittitle>Diaries
             <unitdate type="inclusive">1872</unitdate>
         </unittitle>
      </did>
   </c02>

            Notebooks, 1875-1892

   <c02 level="file">
   <did>
         <unittitle>Notebooks
             <unitdate type="inclusive">1875-1892</unitdate>
         </unittitle>
   </did>
   </c02>
</c01>

Correspondence, 1938-1976, undated

<c01 level="series">
   <did>
         <unittitle>Correspondence
             <unitdate type="inclusive" normal="1938/1976">1938-1976</unitdate>,
             <unitdate>undated</unitdate>
         </unittitle>
   </did>

            General, 1938-1976

   <c02 level="subseries">
      <did>
         <unittitle>General
             <unitdate type="inclusive" normal="1938/1976">1938-1976</unitdate>
         </unittitle>
      </did>

                      Adams, John, 1944-1945

      <c03 level="file">
         <did>
        <unittitle>Adams, John
             <unitdate type="inclusive">1944-1945</unitdate>
       </unittitle>
         </did>
      </c03>
   </c02>
   <c02 level="subseries">

            Organizations, 1943-1976, undated

      <did>
         <unittitle>Organizations
             <unitdate type="inclusive" normal="1943/1976">1943-1976</unitdate>,
             <unitdate>undated</unitdate>
         </unittitle>
      </did>
   </c02>
</c01>

Example 2 (adapted from LC): Collection with complex subseries arrangement

Text

Tagging

Special Files: Public Service, 1918-1986

<c01 level="series">
  <did>
    <unittitle>Special Files: Public Service
             <unitdate type="inclusive" normal="1918/1986">1918-1986</unitdate>
    </unittitle>
  </did>

        World War II Files, 1941-1981

<c02 level="subseries">
    <did>
      <unittitle>World War II files
             <unitdate type="inclusive" normal="1941/1981">1941-1981</unitdate>
      </unittitle>
    </did>

        Harriman Mission, 1941-1946

<c03 level="subseries">
      <did>
        <unittitle>Harriman Mission
             <unitdate type="inclusive">1941-1946</unitdate>
      </unittitle>
         </did>

                Folder title, 1944

<c04 level="file">
        <did>
        <unittitle>Folder title
            <unitdate type="inclusive">1944</unitdate>
        </unittitle>
              </did>
      </c04>
    </c03>

        Moscow Files, 1943-1949

<c03 level="subseries">
      <did>
        <unittitle>Moscow Files
            <unitdate type="inclusive" normal="1943/1949">1943-1949</unitdate>
        </unittitle>
      </did>

                Folder title, 1943-1946

<c04 level="file">
        <did>
          <unittitle>Folder title
            <unitdate type="inclusive">1943-1946</unitdate>
      </unittitle>
        </did>
      </c04>
    </c03>
  </c02>

        Truman Administration, 1943-1963

<c02 level="subseries">
    <did>
      <unittitle>Truman Administration
             <unitdate type="inclusive" normal="1943/1963">1943-1963</unitdate>
      </unittitle>
    </did>
  </c02>
</c01>

Example 3 (adapted from LC): Small collection with no series

Text

Tagging

Journal and diaries, 1843, 1849-1896

<c01 level="file">
   <did>
      <unittitle>Journal and diaries
             <unitdate type="inclusive" normal="1843">1843</unitdate>,
             <unitdate type="inclusive" normal="1849/1896">1849-1896</unitdate>
      </unittitle>
   </did>
</c01>

Correspondence

<c01 level="file">
   <did>
      <unittitle>Correspondence</unittitle>
   </did>

      May 1803-Apr. 1832

 <c02 level="file">
      <did>
       <unittitle>
             <unitdate type="inclusive" normal="1803-05/1832-04">May 1803-Apr. 1832</unitdate>
      </unittitle>
      </did>
   </c02>
</c01>




did

Descriptive Identification (Basic Description of Each Component)

Tag Library Definition:

A required wrapper element that bundles other elements identifying core information about the described materials in either Archival Description <archdesc> or a Component <c>. The various <did> subelements are intended for brief, clearly designated statements of information and, except for <note>, do not require Paragraphs <p> to enter text.

The <did> groups elements that constitute a good basic description of an archival unit. This grouping ensures that the same data elements and structure are available at every level of description within the EAD hierarchy. It facilitates the retrieval or other output of a cohesive body of elements for resource discovery and recognition.

The <did> in <archdesc> is sometimes called the high level <did>, because it describes the collection as a whole. A <did> within a Component <c> can be less complete, and might have only a <container> or <unitid> and a <unittitle>.

Tag example:

<did>

Subelements:

Element

Name

Local Use

<container>

Container Information

Recommended

<unitid>

ID of Unit

Use the ID of the Unit <unitid> element to designate control numbers not associated with a physical container, for example, accession numbers.

<unittitle>

Unit Title

Required

<unitdate>

Unit Date

Required if available (nested within <unittitle>)

<origination>

Origination

Consider using <origination> at the series level when the creator/collector differs from that described in the Collection Summary, e.g., when the John Doe, Sr. papers comprise a series of the John Jay Doe Papers.

<physdesc>

Physical Description

Recommended if available

<materialspec>

Material Specifications

Use <materialspec> when material requires: Examples of material specific details include mathematical data, such as scale for cartographic and architectural records, jurisdictional and denominational data for philatelic records, and physical presentation data for music records.

<langmaterial>

Language Material

Use <langmaterial> at the component level only if the material being described is in a language different from that already specified at the <archdesc> level.

<abstract>

Abstract

Do not use at component level; use <scopecontent> instead

<physloc>

Physical Location of Materials

Use for information identifying the place where the described materials are stored, such as the name or number of the building, room, stack, shelf, or other tangible area.

<note>

Note

Use only when information does not fit into a better defined element.

<daogrp>

Digital Object Group

Use when required to identify digital objects or surrogates.

See Tag Library for full list of valid subelements.




container

Container Information

Tag Library Definition:

A <did> subelement for information that contributes to locating the described materials by indicating the kinds of devices that hold the materials and identifying any sequential numbers assigned to those devices. The <container> element is used most frequently at the component level, i.e., once a Description of Subordinate Components <dsc> has been opened. This storage information can help researchers understand how extensive the material is, especially in the absence of a specific physical <extent> statement at the component level.

Use of the type attribute is strongly recommended to clarify the nature of the storage device. Use any useful designations, such as "box," "folder," and "reel."

The Physical Location <physloc> element can be used to designate the shelves, stacks, rooms, buildings, or other places where the containers are stored.

Use the ID of the Unit <unitid> element to designate control numbers not associated with a physical container, for example, accession numbers. Most repositories use either <container> or <unitid> as the call numbers for fetching material for researchers. If both elements are used, consider setting the label attribute to specify which element is the call number.

The parent attribute can be used to point to the <container> element that describes the box in which a folder is housed.

Tag example:

<container>

Values for type attribute:

Choose required type attribute as appropriate. Typical values would be:

Comments:

Repeated container information:

TYPE attribute:

LABEL attribute:

Container numbers and box breaks:

Additional tagging examples:

Example 1: type attribute set; container numbers repeated

Text

Tagging

Display option 1: type attribute used to generate display label for container numbers in left column

Box 1

Folder 1 Reel 1

Correspondence, 1912-1962

<c02 level="file">
   <did>
      <container type="box">1</container>
      <container type="folder">1</container>
      <container type="reel">1</container>
      <unittitle>Correspondence
             <unitdate type="inclusive">1912-1962</unitdate>
         </unittitle>
   </did>
</c02>

 

Folder 2

Diaries, 1955-1962

<c02 level="file">
   <did>
      <container type="box">1</container>
      <container type="folder">2</container>
      <container type="reel">1</container>
      <unittitle>Diaries
             <unitdate type="inclusive">1955-1962</unitdate>
       </unittitle>
   </did>
</c02>

Note: display of repeated container numbers suppressed

Display option 2 of Example 1: type attribute used to generate display label for container numbers in left column

Box 1

Folder 1

Reel 1

Correspondence, 1912-1962

Box 1

Folder 2

Reel 1

Diaries, 1955-1962

Note: all container numbers displayed

Example 2: type attribute set for multiple container types

Text

Tagging

Box

Item 1

Diary, 1912

<c02 level="file">
   <did>
      <container type="box">5</container>
      <container type="item">1</container>
         <unittitle>Diary
             <unitdate type="inclusive">1912</unitdate>
         </unittitle>
   </did>
</c02>

Box 5

Item 2

Journal, 1924-1925

<c02 level="file">
   <did>
      <container type="box">5</container>
      <container type="item">2</container>
          <unittitle>Journal
             <unitdate type="inclusive">1924-1925</unitdate>
         </unittitle>
   </did>
</c02>

Box 5

Item 3

Scrapbook, 1917

<c02 level="file">
   <did>
      <container type="box">5</container>
      <container type="item">3</container>
          <unittitle>Scrapbook
             <unitdate type="inclusive">1917</unitdate>
         </unittitle>
   </did>
</c02>

Example 3: Box/folder numbers and oversize identified with less specific attribute value 'box'

Text

Tagging

Box 328/1-28

October 1983-October 1987

<c03 level="file">
   <did>
      <container type="box">328/1-28</container>
         <unittitle>
             <unitdate type="inclusive">October 1983-October 1987</unitdate>
         </unittitle>
   </did>
</c03>

Box OV 1

January 1988-December 1992

<c03 level="file">
   <did>
      <container type="box">OV 1</container>
         <unittitle>
             <unitdate type="inclusive">January 1988-December 1992</unitdate>
         </unittitle>
   </did>
</c03>

Example 4: type and label attributes set

Text

Tagging

Box 26 (Restricted)

Financial records, 1986-1995

<c02 level="file">
   <did>
      <container type="box" label="Restricted">26</container>
         <unittitle>Financial records
             <unitdate type="inclusive">1986-1995</unitdate>
         </unittitle>
   </did>
</c02>

Example 5: label attribute value displays where no container number given

Text

Tagging

Box 61

Reel 43-44

United States Post Office patronage, political and postmaster lists, 1860-1865

<c02 level="file">
   <did>
      <container type="box">61</container>
      <container type="reel">43-44</container>
         <unittitle>United States Post Office patronage, political and postmaster lists,
             <unitdate type="inclusive">1860-1865</unitdate>
         </unittitle>
   </did>
</c02>

Box 62

Not filmed

Financial papers

<c02 level="file">
   <did>
      <container type="box">62</container>
      <container label="Not filmed">
         <unittitle>Financial papers</unittitle>
   </did>
</c02>

Example 6: Contents of lowest-level component spans containers (preferred descriptive practice in Example 7)

Text

Tagging

Box 16-17

Reviews, 1955-1957, undated

<c04 level="file">
   <did>
      <container type="box">16-17</container>
         <unittitle>Reviews
             <unitdate type="inclusive">1955-1957</unitdate>
         </unittitle>

Box 16

(2 folders)

<container type="box">16</container>
       <physdesc>
         <extent>(2 folders)</extent>
       </physdesc>

Box 17

(3 folders)

<container type="box">17</container>
       <physdesc>
         <extent>(3 folders)</extent>
       </physdesc>         
   </did>
</c04>

Example 7: Preferred practice to create subordinate component levels where container breaks occur

Text

Tagging

Reviews [Box 16-17]

<c04 level="file">
  <did>
    <container type="box">16-17</container>
         <unittitle>Reviews</unittitle>
  </did>

1955-1956 [Box 16]     (2 folders)

<c05 level="file">
    <did>
      <container type="box">16</container>
        <unittitle>
            <unitdate type="inclusive">1955-1956</unitdate>
         </unittitle>
      <physdesc>
        <extent>(2 folders)</extent>
      </physdesc>
    </did>
  </c05>

1957 [Box 17]     (3 folders)

<c05 level="file">
    <did>
      <container type="box">17</container>
       <unittitle>
            <unitdate type="inclusive">1957</unitdate>
      </unittitle>
      <physdesc>
        <extent>(3 folders)</extent>
      </physdesc>
    </did>
  </c05>
</c04>

Note: display subordinates container information by placement to right of text and smaller font




unitid

ID of the Unit

At the component level, <unitid> is used for unique logical identifiers associated with that component, such as a file number or lot number; it should not be confused with the <container> element, which is used to identify physical housing aspects such as boxes, folders, and reels of microfilm. Both container numbers and ID numbers may be used in a single container list.

Use the ID of the Unit <unitid> element to designate control numbers not associated with a physical container, for example, accession numbers.

Additional tagging examples:

Example 1 (adapted from LC): Lot numbers assigned by repository using <unitid> given at each component level

Text

Tagging

People and groups, circa 1884-1967
    Call no.: LOT 13074

<c01 level="series">
   <did>
         <unittitle>People and Groups
            <unitdate type="inclusive" normal="1884/1967">circa 1884-1967</unitdate>
         </unittitle>
         <unitid label="Call no.:">LOT 13074</unitid>
   </did>

Identified individual portraits
    Call no.: LOT 13074

<c02 level="file">
      <did>
         <unittitle>Identified individual portraits</unittitle>
         <unitid label="Call no.:">LOT 13074</unitid>
      </did>

Adams, A., Mr.
    Call no.: LOT 13074, no. 1(F)

 <c03 level="file">
         <did>
            <unittitle>Adams, A., Mr.</unittitle>
            <unitid label="Call no.:">LOT 13074, no. 1(F)</unitid>
         </did>
      </c03>

Adams, Oscar
    Call no.: LOT 13074, no. 2(F)

  <c03 level="file">
         <did>
            <unittitle>Adams, Oscar</unittitle>
            <unitid label="Call no.:">LOT 13074, no. 2(F)</unitid>
         </did>
      </c03>

Addington, Wendell
    Call no.: LOT 13074, no. 3(F)

 <c03 level="file">
         <did>
            <unittitle>Addington, Wendell</unittitle>
            <unitid label="Call no.:">LOT 13074, no. 3(F)</unitid>
         </did>
      </c03>
   </c02>
</c01>

Example 2: Case numbers assigned by creator using <unitid> in Container List also having container elements

Text

Tagging

Box I: 267
    Case Files, 1971-1975

<c02 level="subseries">
   <did>
      <container type="box">I:267</container>
      <unittitle>Case Files
            <unitdate type="inclusive" normal="1971/1975">1971-1975</unitdate>
      </unittitle
   </did>

Opinions

<c03 level="file">
      <did>
         <unittitle>Opinions</unittitle>
      </did>

71-237
    Mancusi v. Stubbs

 <c04 level="file">
         <did>
            <unitid>71-237</unitid>
            <unittitle>Mancusi v. Stubbs</unittitle>
         </did>
      </c04>

71-244
    In re Little

<c04 level="file">
         <did>
            <unitid>71-244</unitid>
            <unittitle>In re Little</unittitle>
         </did>
      </c04>
   </c03>
</c02>




unittitle

Title of Unit

Title of component materials being described. This may be the title of a series, of a folder, or of any intermediate level of description.

Recommended practice is to include unittitle information within each component <did>. Dates of component material are encoded as <unitdate> within the <unittitle>.

Tag example:

<unittitle>

Other Attributes:

See Tag Library for full list of valid subelements, e.g., <title> for published works named in the <unittitle>.

Status:

Comments:

Additional tagging examples:

Example 1 (adapted from LC): <unittitle> for series includes ID attribute since links have been made to the series title

Text

Tagging

Series I. Office Files, 1933-1988, undated

<c01 level="series">
   <did>
      <unittitle id="cloffice">Series I. Office Files
            <unitdate type="inclusive" normal="1933/1988">1933-1988</unitdate>,
            <unitdate>undated</unitdate>
      </unittitle>
   </did>

Box 1

Abramovitz, Gerald, 1968-1975, 1985

<c02 level="file">
      <did>
         <container type="box">1</container>
         <unittitle>Abramovitz, Gerald,
            <unitdate type="inclusive">1968-1975</unitdate>, 
            <unitdate type="inclusive">1985</unitdate>
         </unittitle>
      </did>
   </c02>
</c01>

Example 2 (adapted from LC): <imprint> and <bibseries> within <unittitle>

Text

Tagging

Eastern Asia 1:1,000,000. Canton

<c03 level="file">
  <did>
    <unittitle>Eastern Asia 1:1,000,000. Canton

Washington, D.C. : United States Army, 1945.

  <imprint>
        <geogname role="Place of Pub">Washington, D.C.</geogname>
        <publisher>United States Army,</publisher>
      </imprint>
      <unitdate type="inclusive">1945</unitdate>
    </unittitle>

Sheet NF 49, "Canton", 1st Edition-AMS 3 A.M.S. 5301

<bibseries>Sheet <num>NF 49</num>, "Canton", 1st Edition-AMS 3 A.M.S. 5301</bibseries>
    </did>
</c03>




unitdate

Date of Unit

Dates of the materials comprising each component; the dates may be given as inclusive, bulk, or both.

Best practice requires the inclusion of unitdate information at appropriate component levels within the Description of Subordinate Components.

Tag example:

<unitdate>

Other Attributes:

Comments:

Additional tagging example:

Example 1 (adapted from LC): <unitdate> encoded at all component levels; type and normal attributes set according to UB Practices ; (with id attribute used to enable internal linking)

Text

Tagging

Series I. Journals and Notebooks, 1908-1946

<c01 level="series">
  <did>
    <unittitle id="cljournals">Series I. Journals and Notebooks
            <unitdate type="inclusive" normal="1908/1946">1908-1946</unitdate>
    </unittitle>
  </did>

Box 2

1941

 <c02 level="file">
    <did>
      <container type="box">2</container>
      <unittitle>
            <unitdate type="inclusive">1941</unitdate>
      </unittitle>
    </did>

 

Apr.-May, trip to England

<c03 level="file">
      <did>
          <unittitle>
            <unitdate type="inclusive">Apr.-May</unitdate>
           trip to England</unittitle>
        </did>
    </c03>

 

July-Aug., Roosevelt-Churchill Conference, Placentia Bay, Newfoundland

<c03 level="file">
      <did>
        <unittitle>
            <unitdate type="inclusive">July-Aug</unitdate>,
        Roosevelt-Churchill Conference, Placentia Bay, Newfoundland</unittitle>
      </did>
    </c03>
  </c02>
</c01>




physdesc

Physical Description

Statement of extent regarding an individual component, such as folder or volume count.

Best Practice recommends the inclusion of physical description information as appropriate to indicate when a single intellectual component includes more than one physical component. Include folder and volume counts within the <extent> subelement of <physdesc>.

Tagging example 1:

<c03 level="file">
  <did>
       <container type="box-folder">6.11-7.5</container>
       <unittitle>Curriculum Committee
            <unitdate>1965-1966;</unitdate>
      includes Phase I, II, III, resources used, correspondence.</unittitle>
      <physdesc>
            <physfacet>disassembled notebook</physfacet>
      </physdesc>
      <physdesc>
            <extent>9 folders</extent>
      </physdesc>
   </did>
</c03>

Example 2 (adapted from LC): Folder count and volume count both encoded as <physdesc><extent>

Text

Tagging

Correspondence, 1960-1965

<c02 level="file">
  <did>
       <unittitle>Correspondence
            <unitdate type="inclusive">1960-1965</unitdate>
      </unittitle>

(2 folders)

 <physdesc>
      <extent>(2 folders)</extent>
    </physdesc>
  </did>
</c02>

Diaries, 1902

<c02 level="file">
  <did>
       <unittitle>Diaries
            <unitdate type="inclusive">1902</unitdate>
      </unittitle>

(3 vols.)

 <physdesc>
      <extent>(3 vols.)</extent>
    </physdesc>
  </did>
</c02>

Subelements:

Comments:




abstract

Abstract

Do not use <abstract> at the component level; restrict its use to the Collection Overview. Use <scopecontent> at the component level.




physloc

Physical Location Information

At the component level, <physloc> is used to specify a physical location for that component which differs from the rest of the collection (such as offsite storage, or housing in a separate custodial unit).

Tag example (adapted from LC): <physloc> indicates repository material physically housed elsewhere in Library

Text

Tagging

Series II: Sound Recordings

<c01 level="series">
   <did>
      <unittitle id="series2">Series II: Sound Recordings</unittitle>

The originals and preservation masters are located in Motion Picture, Broadcasting, and Recorded Sound (M/B/RS) at the Library of Congress. See Collection Concordance by Format.

<physloc>The originals and preservation Masters are located in Motion Picture, Broadcasting, and Recorded Sound (M/B/RS) at the Library of Congress. See Collection Concordance by Format.</physloc>
   </did>
</c01>




Expanded Description of Components

Elements which are available to describe the collection as a whole may also be used outside the <did> at the component level to which they best apply. Such elements include <scopecontent> and <arrangement>, as well as elements formerly subordinate to <admininfo> and <add>. Other <did> subelements not separately described in the Application Guidelines are also illustrated here. Use <arrangement> for statements about organization or arrangement within the component.

Comments:

Tag examples:

Example 1 (adapted from LC): Component described with <scopecontent> (2 paragraphs)

Text

Tagging

998     NBC Network Affiliates, 1935-1989

<c02 level="file">
  <did>
    <container type="folder">998</container>
    <unittitle>NBC Network Affiliates
            <unitdate type="inclusive">1935-1989.</unitdate>
     </unittitle>
  </did>

Original, onionskin, mimeographed, and photocopied letters, memoranda, reports, maps, press releases, and telegrams related to the NBC network and affiliates.

  <scopecontent>
    <p>Original, onionskin, mimeographed, and photocopied letters, memoranda, reports, maps, press releases, and telegrams related to the NBC network and affiliates.</p>

Highlights: February 5, 1937, 42-page "Report on the Study for Improving National Broadcasting Company Network Facilities." April 17, 1939, NBC network facilities map. June 28, 1934, 3-page letter from WSYR of Syracuse, New York to NBC complaining of NBC's neglect of the Blue Network in favor of the Red Network. May, 1951 4-page report on the growth and development of the NBC television network.

 <p>Highlights: February 5, 1937, 42-page "Report on the Study for Improving National Broadcasting Company Network Facilities." April 17, 1939, NBC network facilities map. June 28, 1934, 3-page letter from WSYR of Syracuse, New York to NBC complaining of NBC's neglect of the Blue Network in favor of the Red Network. May, 1951 4-page report on the growth and development of the NBC television network.</p>
  </scopecontent>  
</c02>

Example 2 (adapted from LC): with <note> within <did>

Text

Tagging

Box 3

<c02 level="file">
<did>
    <container type="box">3</container>

Computer diskettes containing documents generated during collection processing, documents/files used to build the online presentation, and backup copies

 <unittitle>Computer diskettes containing documents generated during collection processing, documents/files used to build the online presentation, and backup copies</unittitle>

Note: Disk directories can be found in Folder #1 with the Collection Guide.

 <note>
      <p>Note: Disk directories can be found in Folder #1 with the Collection Guide.</p>
    </note>
  </did>
</c02>

Example 3 (adapted from LC): with <materialspec> and <odd> for map elements

Text

Tagging

Eastern Asia 1:1,000,000. Canton

<c03 level="file">
  <did>
    <unittitle>Eastern Asia 1:1,000,000. Canton</unittitle>

1 map; 660 x 710cm.

 <physdesc>
      <extent>1 map</extent>
      <dimensions>660 x 710cm.</dimensions>
    </physdesc>  

Scale: 1:100,000

   <materialspec type="scale">1:100,000</materialspec>

Projection: Modified Polyconic

  <materialspec type="projection"> Modified Polyconic</materialspec>
  </did>

Notes: Accompanied by graphic flight line index (incomplete).
    Sortie 35PR 4MH 29. Height 30,000ft.

 <odd type="notes">
    <p>Accompanied by graphic flight line index (incomplete).</p>
    <p>Sortie 35PR 4MH 29. Height 30,000ft.</p>
  </odd>
</c03>

Example 4 (adapted from LC): Includes <scopecontent>, <arrangement>, and <altformavail>

Text

Tagging

Box 1-3

Series I. Diaries, 1910-1945.

<c01 level="series">
   <did>
      <container type="box">1-3</container>
      <unittitle id="diary">Series I. Diaries
            <unitdate type="inclusive" normal="1910/1945">1910-1945.</unitdate>
      </unittitle>
   </did>

 

Holograph and typewritten diaries, bound and unbound.

   <scopecontent>
      <p>Holograph and typewritten diaries, bound and unbound.</p>
   </scopecontent>

 

Arranged in two groups, original and annotated transcripts, and therein chronologically.

  <arrangement>
      <p>Arranged in two groups, original and annotated transcripts, and therein chronologically.</p>
   </arrangement>

 

The diary for Sept. 24-Mar. 5, 1943, is available on microfilm. Shelf no. 20,613.

   <altformavail>
      <p>The diary for Sept. 24-Mar. 5, 1943, is available on microfilm. Shelf no. 20,613.</p>
   </altformavail>
</c01>

Example 5 (adapted from LC): Restricted container noted at component level and as container attribute

Text

Tagging

Box 50-56

Financial Papers, 1936-1969

<c02 level="subseries">
  <did>
    <container type="box">50-56</container>
    <unittitle>Financial Papers
            <unitdate type="inclusive" normal="1936/1969">1936-1969</unitdate>
      </unittitle>
  </did>

 

Correspondence, accounting statements, reports, and printed matter concerning financial contributions and other fund-raising activities as well as the general financial situation of the colony.

  <scopecontent>
    <p>Correspondence, accounting statements, reports, and printed matter concerning financial contributions and other fund-raising activities as well as the general financial situation of the colony.</p>
  </scopecontent>

 

Arranged alphabetically by subject.

 <arrangement>
    <p>Arranged alphabetically by subject.</p>
  </arrangement>

 

Container 56 is restricted until 1999.

 <accessrestrict>
    <p>Container 56 is <emph render="bold">restricted</emph>until 1999.</p>
  </accessrestrict>

Box 56 (Restricted)

Financial problems

 <c03 level="file">
    <did>
      <container label="restricted" type="box">56</container>
      <unittitle>Financial problems</unittitle>
    </did>

 

Finance Committee, 1957-1967

<c04 level="file">
      <did>
        <unittitle>Finance Committee
            <unitdate type="inclusive">1957-1967</unitdate>
      </unittitle>
      </did>
    </c04>
  </c03>
</c02>

Example 6 (adapted from LC): <daogrp> link at folder level to hit list of digitized items

Text

Tagging

Photograph album

<c02 level="file">
   <did>
      <unittitle id="clgencorr">Photograph album</unittitle>

Items available online.

<daogrp>
         <daoloc href="mcc051">
            <daodesc>
               <p>Items available online.</p>
            </daodesc>
         </daoloc>
      </daogrp>
   </did>
</c02>




This ends the /dsc section




controlaccess

Controlled Access Headings

Tag Library Definition:

A wrapper element that designates key access points for the described materials and enables authority-controlled searching across finding aids on a computer network. Hundreds of names and subjects can appear in a finding aid. Prominence can be given to the major ones by bundling them together in a single place within the <archdesc> or within a large Component <c> and tagging them with <controlaccess>.

The <controlaccess> element designates terms comparable to those found in the 1xx, 6xx, and 7xx fields of MARC catalog records. Finding aid searches limited to the <controlaccess> element and its subelements will improve the likelihood of locating strong sources of information on a desired subject, because access terms will have been entered in a consistent form across finding aids, and also because only the most significant terms are likely to have been selected for encoding.

Although names and terms from locally controlled vocabularies are permissible, the <controlaccess> subelements (<corpname>, <famname>, <function>, <genreform>, <geogname>, <occupation>, <persname>, <subject>, and <title>) should come from national or international vocabularies whenever they are available to enable searches in information systems that include multiple finding aids, or finding aids and bibliographic records from many institutions.

These subelements have source attributes to specify the vocabulary tool from which the heading is taken and rulesattributes to specify the descriptive rules by which it has been formulated. The attribute authfilenumber can be used to identify an authority file record that provides additional information about a heading and includes cross references. The role attribute can be used to specify such factors as whether a heading is for the creator of the materials, the subject of the materials,or both.

Controlled vocabulary terms may be given in a single list of terms, or may be grouped according to the needs of the collection and the needs of the division by means of nesting <controlaccess> clusters within a single <controlaccess>.

Tag example:

<controlaccess>
      <head>Search Terms</head>
       <note><p>The following terms have been used to index the description of this collection in the Library's online catalog:</p></note>
       [List of terms - see specific tagging in examples that follow.]
</controlaccess>

Subelements:

All elements are repeatable except <head>. Inclusion of all subject and added entry terms from the collection-level catalog record is recommended.

Status:

Repeatable:

Comments:




Grouping Controlled Vocabulary Terms

Controlled vocabulary terms may be given in a single list of terms, or may be grouped according to the needs of the collection and the needs of the division by means of nesting <controlaccess> clusters within a single <controlaccess>. Explanatory notes may be attached to each grouping to explain its contents and purpose.

UB Practice Practice: University at Buffalo Finding aids will use the following groupings:

Heading

Contents

MARC Fields

Contributors

all names (personal, family, corporate, and geographic names in one alphabetical ordering) of contributors to the collection; that is, entities responsible for content such as correspondence, images, scores, etc.

1XX and 7XX

Subjects

all topical subject headings, geographic names as subjects, and names as subjects

6XX with exception of 655, 656 (occupations), and 657 (functions)

Genres

all forms and genres of materials contained within the collection

655

Tag example:

Text

Tagging

Search Terms

<controlaccess>
blank<head>Search Terms</head>

The following terms have been used to index the description of this collection in the Library's online catalog.

<note>
blank<p>The following terms have been used to index the description of this collection in the Library's online catalog.</note>

Contributors

<controlaccess>
blank<head>Contributors</head>

Anthony, Susan B. (Susan Brownell), 1820-1906

blank<persname source="lcnaf" encodinganalog="100" role="creator">Anthony, Susan B. (Susan Brownell), 1820-1906</persname>

Doubleday and Company, Inc. Records

blank<corpname source="lcnaf" encodinganalog="710">Doubleday and Company, Inc. Records</corpname>

Inter-American Conference for the maintenance of peace, Buenos Aires, 1936. Records

blank<corpname source="lcnaf" encodinganalog="711">Inter-American Conference for the maintenance of peace, Buenos Aires, 1936. Records</corpname>
blank</controlaccess>

Subjects

<controlaccess>
blank<head>Subjects</head>

Afro-Americans--Suffrage

blank<subject source="lcsh" encodinganalog="650">Afro-Americans--Suffrage</subject>

American Anti-Slavery Society

blank<corpname source ="lcnaf" encodinganalog="610" role="subject">American Anti-Slavery Society</corpname>

Blackwell family

blank<famname source="lcnaf" encodinganalog="600" role="subject">Blackwell family</famname>

Bloomer, Amelia Jenks, 1818-1894

blank<persname source="lcnaf" encodinganalog="600" role="subject">Bloomer, Amelia Jenks, 1818-1894</persname>

Lexington observer and reporter

blank<subject encodinganalog="630" source="lcnaf">Lexington observer and reporter</subject>

Lincoln, Abraham, 1809-1865--Assassination

blank<persname source="lcnaf" encodinganalog="600" role="subject">Lincoln, Abraham, 1809-1865--Assassination</persname>

Mott, Lucretia, 1793-1880

blank<persname source="lcnaf" encodinganalog="600" role="subject">Mott, Lucretia, 1793-1880</persname>

National American Woman Suffrage Association

blank<corpname source="lcnaf" encodinganalog="610" role="subject">National American Woman Suffrage Association</corpname>

Pan-American Conference (1933 : Montevideo, Uruguay)

blank<corpname encodinganalog="611" role="subject">Pan-American Conference (1933 : Montevideo, Uruguay)</corpname>

Temperance

blank<subject source="lcsh" encodinganalog="650">Temperance</subject>

United States--Politics and government--19th century

blank<geogname source="lcsh" encodinganalog="651">United States--Politics and government--19th century</geogname>

Women--Suffrage

blank<subject source="lcsh" encodinganalog="650">Women--Suffrage</subject>

Women's rights

blank<subject source=" lcsh" encodinganalog="650">Women's rights</subject>
blank</controlaccess>

Genres:

<controlaccess>
blank<head>Genres:</head>

Portraits

blank<genreform encodinganalog="655" source="gmgpc">Portraits</genreform>
blank</controlaccess>
</controlaccess>




Attributes in <controlaccess> subelements:

Using the source, encodinganalog, and role attributes will increase the precision and usability of information recorded in <controlaccess> subelements such as <persname>, <subject>, etc. by permitting better crosswalks and mapping of data between finding aids and MARC catalog records, as well as more precise indexing.

Comments on use of attributes:




Personal, Corporate, Family, and Geographic Names

Personal names, corporate names, family names, and geographic names in their authorized form (as found in the LC Name Authority File, LCSH, or other sources) are encoded exactly as found in that source in the <controlaccess> section, whether in a single alphabetical list or grouped into categories. A nonspecific element, <name>, may also be used when a name seems particularly significant, but it is not known what kind of name is being described (e.g., personal, corporate, or geographic). Since a name being specifically encoded can be identified by type using the authority files, use of this element should be rare, especially within <controlaccess>.

UB Practice Practice: As previously stated under the description of UB Practice for grouping controlled access terms, names are treated as either contributor or subject in University at Buffalo finding aids.

Tag example:

<controlaccess>
blank<head>Search Terms</head>
blank<note>
blank<p>The following terms have been used to index the description of this collection in the Library's online catalog.
blank</note>
blank<controlaccess>
blank<head>Contributors:</head>
blank<persname source="lcnaf" encodinganalog="100" role="creator">Astin, Allen Varley, 1904-1984</persname>
blank<persname source="lcnaf" encodinganalog="700">Astin, John.</persname>
blank</controlaccess>

blank<controlaccess>
blank<head>Subjects:</head>
blank<famname source="lcnaf" encodinganalog="600" role="subject">Astin family</famname>
blank<persname source="lcnaf" encodinganalog="600" role="subject">Bunche, Ralph J. (Ralph Johnson), 1904-1971</persname>
blank<geogname source="lcsh" encodinganalog="651" role="subject ">Great Britain--Armed Forces</geogname>
blank<persname source="lcnaf" encodinganalog="600" role="subject">Sikorsky, Igor Ivan, 1889-1972--Correspondence
blank</persname>
blank<corpname source="lcnaf" encodinganalog="610" role="subject">United States. Dept. of State. Bureau of African Affairs
blank</corpname>
blank<corpname source="lcnaf" encodinganalog="610" role="subject">United States. National Bureau of Standards</corpname>
blank</controlaccess>
</controlaccess>

Comments:




Subjects and Titles

Topical subjects and titles of works in their authorized form (as found in the LCSH, the LC Name Authority File, or other sources) are encoded exactly as found in that source in the <controlaccess> section, whether in a single alphabetical list or grouped into categories. Remember that names when used as subjects are encoded as <persname>, <corpname>, etc., with the role attribute set to "subject."

UB Practice Practice: As previously stated under the description of UB Practice for grouping controlled access terms, subjects in University at Buffalo finding aids include both topical subjects and name forms treated as subjects.

Tag example:

<controlaccess>
blank<head>Search Terms</head>
blank<note>
blank<p>The following terms have been used to index the description of this collection in the Library's online catalog.
blank</note>
blank<controlaccess>
blank<head>Subjects</head>
blank<subject source="lcsh" encodinganalog="650">Afro-American newspapers--New York (State)--Rochester</subject>
blank<persname source="lcnaf" encodinganalog="600" role="subject">Bunche, Ralph J. (Ralph Johnson), 1904-1971</persname>
blank<subject source="lctgm" encodinganalog="650">Civil rights leaders</subject>
blank<title source="lcnaf" encodinganalog="630">North star (Rochester, N.Y.)</title>
blank</controlaccess>
</controlaccess>




Form and Genre Terms

Controlled vocabulary terms for describing collections by type of material or physical characteristics. Sources for these form and genre terms may come from specialized thesauri, such as those for graphic materials, or from LCSH.

Tag example:

<controlaccess>
blank<head>Search Terms</head>
blank<note>
blank<p>The following terms have been used to index the description of this collection in the Library's online catalog.
blank</note>
blank<controlaccess>
blank<head>Genres</head>
blank<genreform source="gmgpc" encodinganalog="655">Group portraits--1860-1970</genreform>
blank<genreform source="gmgpc" encodinganalog="655">Photographic prints--1860-1970</genreform>
blank<genreform source="gmgpc" encodinganalog="655">Portrait photographs--1860-1970</genreform>
blank<genreform source="gmgpc" encodinganalog="655">Posters</genreform>
blank</controlaccess>
</controlaccess>




Function and Occupation Terms

Function terms <function>, describing the spheres of activities and organizational processes that generated the described records, are useful in corporate, government, and institutional archives, but have not been used at the Library. Occupation terms <occupation> identify the profession, business, or avocation of individuals in personal papers and are used at the Library.

UB Practice Practice: University at Buffalo finding aids will not use <function> or <occupation> in <controlaccess>.

Tag example:

<controlaccess>
blank<head>Search Terms</head>
blank<note>
blank<p>The following terms have been used to index the description of this collection in the Library's online catalog.
blank</note>
blank<controlaccess>
blank<head>Occupations and Functions</head>
blank<occupation source="itoamc" encodinganalog="656">Abolitionists</occupation>
blank><occupation source ="itoamc" encodinganalog="656">Diplomats</occupation>
blank<occupation source ="itoamc" encodinganalog="656">Journalists</occupation>
blank</controlaccess>
</controlaccess>




This ends the /controlaccess section




descgrp type="add" type="add"

Descriptive Group (Adjunct Descriptive Data)

Library of Congress Definition:

Adjunct Descriptive Data: This wrapper element, new in EAD 2002, can be used to assemble supplemental information that facilitates the use of the materials being described in the finding aid. These additional access tools, such as indexes, file plans, other finding aids, and descriptions of related and separated materials, may occur as" back-of-book" materials directly under <archdesc>, or may be used at the most appropriate component level. Adjunct data which does not fit into the major subelements below should be encoded as other descriptive data (<odd>).

Tag example:

<descgrp type="add">

Subelements in locally recommended order:

All elements are repeatable and may be used in any order. Do not use generic text formatting elements such as <p>, <list> and <table> directly under <descgrp> except to supplement these subelements as appropriate.

Status:

Repeatable:

Comments:




separatedmaterial

Separated Material

Tag Library Definition:

Information about materials that are associated by provenance to the described materials but that have been physically separated or removed. Items may be separated for various reasons, including the dispersal of special formats to more appropriate custodial units; the outright destruction of duplicate or nonessential material; and the deliberate or unintentional scattering of fonds among different repositories. Do not confuse with <relatedmaterial>, which is used to encode descriptions of, or references to, materials that are not physically or logically included in the material described in the finding aid but that may be of use to a reader because of an association to the described materials. Items encoded as <relatedmaterial> are not related to the described material by provenance, accumulation, or use.

Tag example:

<separatedmaterial encodinganalog="544">
blank<head>Separated Material</head>
blank<p>Published scores have been removed to the General Collection.</p>
</separatedmaterial>

<separatedmaterial encodinganalog="544">
blank<head>Separated Material</head>
blank<p>Two issues (vol. 1, no. 1 and vol. 1 no. 3, 1971), of the poetry journal<title render="italic">Earth's Daughters</title>, were removed from the collection and are available in University at Buffalo's Poetry Collection.</p>
blank<p>American Studies department records were removed to be processed with departmental records at a later date. These records include course catalogs, committee minutes, Native American Studies, and the Buffalo Unemployment Oral documentary.</p>
</separatedmaterial>

Subelements:

Generic text formatting elements such as <note>, <list> and <table> can also be used directly under <separatedmaterial>. See Tag Library for full list of valid subelements.

Status:

Repeatable:

Comments:




bibliography

Bibliography

Tag Library Definition:

Citations to works that are based on, about, or of special value when using the materials being described, or works in which a citation to or brief description of the materials is available. The works could be books, articles, television programs, unpublished reports, web sites, or other forms of information. The <bibliography> may be a simple <list>, a list of both Bibliographic References <bibref> and Archival References <archref >, or a series of Paragraphs <p>.

The <bibref> element may be used to designate single citations within Paragraphs <p> without opening the < bibliography> element.

Tag example:

Text

Tagging

Bibliography

<bibliography>
  <head>Bibliography</head>

   Urban Blues, University of Chicago Press, 1966, revised edition, 1992.

 <bibref>
       <title render="italic">Urban Blues</title>, University of Chicago Press, 1966, revised edition, 1992.
    </bibref>

   Tiv Song, University of Chicago Press, 1979.

 <bibref>
       <title render="italic">Tiv Song</title>, University of Chicago Press, 1979.
    </bibref>

   (Written with Angeliki Keil and Richard Blau) Polka Happiness, Temple University Press, 1992.

<bibref>
        (Written with Angeliki Keil and Richard Blau)<title render="italic">Polka Happiness</title>, Temple University Press, 1992.
    </bibref>

   (Editor with Sue Crafts and Dan Cavicchi) My Music, Wesleyan University Press, 1993.

<bibref>
        (Editor with Sue Crafts and Dan Cavicchi)<title render="italic">My Music</title>, Wesleyan University Press, 1993.
    </bibref>

   (Written with Steve Feld) Music Grooves: Essays and Dialogues, University of Chicago Press, 1994.

<bibref>
        (Written with Steve Feld)<title render="italic">Music Grooves: Essays and Dialogues</title>, University of Chicago Press, 1994.
    </bibref>

   Bright Balkan Morning: Romani Lives and the Power of Music in Greek Macedonia, Wesleyan University Press (Middletown, CT), 2002.

<bibref>
         <title render="italic">Bright Balkan Morning: Romani Lives and the Power of Music in Greek Macedonia</title>, Wesleyan University Press (Middletown, CT), 2002.
    </bibref>
</bibliography>

Subelements:

Generic text formatting elements such as <note>, <list> and <table> can also be used directly under <bibliography>. See Tag Library for full list of valid subelements.

Status:

Repeatable:

Comments:




fileplan

File Plan

Tag Library Definition:

Information about any classification scheme used for arranging, storing, and retrieving the described materials by the parties originally responsible for creating or compiling them. A filing plan is usually identified by the type of system used, e.g., alphabetical, numerical, alpha-numerical, decimal, color-coded, etc. It is often hierarchical and may include the filing guidelines of the originating organization. Additional types include a drawing of a room layout or a scientific scheme.

Do not confuse with Other Finding Aid <otherfindaid> which contains references to additional descriptions of the material rather than descriptions of classification schemes by which the materials might still be arranged.

Tag example:

<fileplan>
blank<head>File List</head>
blank<note><p>The list below outlines the classification system used for the central files of Vice President Mondale's office. This structure assigned alpha-numeric codes to primary subjects and to secondary and tertiary subdivisions thereunder.</p></note>
blank<fileplan>
blank<head>Agriculture (AG)</head>
blank<list type="ordered">
blank<defitem> <label>1</label>
blank<item>Home Economics</item>
blank</defitem>
blank<defitem> <label>2</label>
blank<item>Horticulture</item>
blank</defitem>
blank</list>
blank</fileplan>
</fileplan>

Subelements:

Generic text formatting elements such as <note>, <p>, <list> are used directly under <fileplan>. See Tag Library for full list of valid subelements.

Status:

Repeatable:




index

Index

Tag Library Definition:

A list of key terms and reference pointers that have been assembled to enhance access to the materials being described. The <index> can also serve as a helpful alphabetical overview of subjects, correspondents, photographers, or other entities represented in the collection. This back-of-the volume <index> may provide hypertext links, or it may note the container numbers useful for locating the position in the finding aid where the indexed material appears.

The <index> is assumed to be text that has to be tagged, not text generated automatically from the encoded finding aid. In some cases, the <index> repeats terms and names found elsewhere in the finding aid. In other cases, such as in some literary manuscript collections, the <index> may be the only place where a name is listed, and the references point to one or more files, which include letters from that person or corporate body, but which are described only in general terms, e.g., "Correspondents T-Z."

The <index> should contain <indexentry> elements, which consist of an access element, such as <name> or <subject>, followed by a Pointer <ptr>, Pointer Group <ptrgrp>, or Reference <ref> element. Plain text cannot be used in an <indexentry>. If the <indexentry> elements are expected to provide access points other than basic keyword retrieval, use authority file terms to facilitate access to the information within and across finding aid systems.

Tag example:

<index>
blank<head>Photographer Index</head>
blank<p>Names of photographers and studios--and the cities and states in which they operated--are usually noted as they appear on the photographs (usually stamped or written on the versos). Corporate names appear in direct order; personal names in inverted order (i.e., filed by surname). Rectos and versos of photographs were microfilmed to capture information exactly as it appears on the photographs. To locate a specific photographer/studio, a user should consider all possible forms of entry (corporate and personal), browse the index under these forms, identify which LOT(s) contain photographs by that photographer/studio, then browse the relevant LOT on the microfilm to locate specific photographs that bear the markings of the specific photographer/studio.</p>
blank<indexentry>
blank<name>12th Air Force Photo:</name>
blank<ref target="LOT13105" actuate="onrequest" show="replace">LOT 13105</ref>
blank</indexentry>
blank<indexentry>
blank<name>15th Air Force Command:</name>
blank<ref target="LOT13105" actuate="onrequest" show="replace">LOT 13105</ref>
blank</indexentry>
</index>

Subelements:

Generic text formatting elements such as <p>, <list> and <table> can also be used directly under <index>. See Tag Library for full list of valid subelements of <index>, <indexentry>, and <namegrp>.

Status:

Repeatable:

Comments:




otherfindaid

Other Finding Aid

Tag Library Definition:

Information about additional or alternative guides to the described material, such as card files, dealers' inventories, or lists generated by the creator or compiler of the materials. It is used to indicate the existence of additional finding aids; it is not designed to encode the content of those guides.

Do not confuse with <fileplan>, which designates information about a particular type of access tool, known as a file plan, which explains the classification scheme used by the parties originally responsible for creating or compiling the described materials.

The <archref> element may be used to give a formal citation to the other finding aid or to link to an online version of it.

In EAD Version 1.0 <otherfindaid> was a subelement of Adjunct Descriptive Data <add>, which has been deprecated in EAD 2002 (see Appendix B). The new Description Group <descgrp> element, which can group any of the <did>-level elements (except the Description of Subordinate Components <dsc>), may be used to wrap elements where a group heading is desirable.

Tag example:

<otherfindaid encodinganalog="555">
blank<head>Additional Guides</head>
blank<p>An annotated inventory describing each item in the collection, but in an order different from the current arrangement, and a negative photostatic copy of the inventory with fewer annotations may be found in the Manuscript Division Reading Room reference collection. Special card file indexes for the collection exist but are housed separately from the items themselves. A microfilm version of these indexes may be found on reel 15 of this series. To use the original indexes consult the reference staff in the Manuscript Division Reading Room.</p>
</otherfindaid>

Subelements:

Generic text formatting elements such as <p>, <list> and <table> are used directly under <otherfindaid>. See Tag Library for full list of valid subelements.

Status:

Repeatable:

Comments:




relatedmaterial

Related Material

Tag Library Definition:

Information about materials that are not physically or logically included in the material described in the finding aid but that may be of use to a reader because of an association to the described materials. Materials designated by this element are not related to the described material by provenance, accumulation, or use.

Do not confuse <relatedmaterial> with the element <separatedmaterial>, which provides information about materials that have been separated or physically removed from the described materials but that are related to them by provenance. Also, do not confuse with <altformavail>, which encodes information about copies of the described materials, such as microforms, photocopies, and reproductions in digital formats. Do not confuse with <originalsloc>, which encodes information regarding the existence and location of the originals when the unit being described consists of copies.

UB Practice Practice: University at Buffalo finding aids will use "Related Resources" as the heading in <head> for <relatedmaterial>

Tag examples:

Example 1: encoded using simple list type; hyperlinks not activated in display

Text

Tagging

Related Resources

<relatedmaterial encodinganalog="544 1">
blank<head>Related Resources</head>

Related collections at the University at Buffalo include:

blank<p>Related collections at the University at Buffalo include:</p>

34/9/1071 Charles Haynie Papers, 1963-2002     Finding aid available online

blank<list type="simple">
blank<item>
blank<num>34/9/1071</num>Charles Haynie Papers, 1963-2002
blank<archref href="http://ublib.buffalo.edu/libraries/units/archives/ead/1071/1071.frame.html" show="new" actuate="onrequest">finding aid available online</archref>
blank</item>

16/8F/1064 Charles Keil Papers, 1965-1998, (bulk 1970-1990)     Finding aid available online

blank<item>
blank<num>16/8F/1064</num>Charles Keil Papers, 1965-1998, (bulk 1970-1990)
blank<archref href="http://ublib.buffalo.edu/libraries/units/archives/ead/1064/1064.frame.html" show="new" actuate="onrequest">finding aid available online</archref>
blank</item>

MS 35 Buffalo Women's Center records, 1973-1978

blank<item>
blank<num>MS 35</num>Buffalo Women's Center records, 1973-1978
blank</item>
   </list>

Other repositories with women's studies and women's rights collections include:

   <p>Other repositories with women's studies and women's rights collections include:</p>

Arthur and Elizabeth Schlesinger Library on the History of Women in America at http://www.radcliffe.edu/schles/

   <list type="simple">
blank<item>
Arthur and Elizabeth Schlesinger Library on the History of Women in America at
blank<archref href="http://www.radcliffe.edu/schles/" actuate="onrequest" show="new">http://www.radcliffe.edu/schles/</archref>
blank</item>

Sallie Bingham Center for Women's History and Culture at Duke University at http://scriptorium.lib.duke.edu/women/

blank<item>Sallie Bingham Center for Women's History and Culture at Duke University at
blank<archref href="http://scriptorium.lib.duke.edu/women/" show="new" actuate="onrequest">http://scriptorium.lib.duke.edu/women/</archref>
blank</item>
blank</list>
 </relatedmaterial>

Example 2 (adapted from LC): encoded in definition list format (<list type="deflist">) using <defitem>

Text

Tagging

Related Resources

<relatedmaterial encodinganalog="544 1">
blank<head>Related Resources</head>

Related Archival Collections Beyond the Library of Congress

<p>Related Archival Collections Beyond the Library of Congress</p>

National Broadcasting Company Records at the Wisconsin State Historical Society

<list type="deflist">
blank<defitem>
blank<label>
blank<archref>National Broadcasting Company Records at the Wisconsin State Historical Society</archref>
blank</label>

The State Historical Society of Wisconsin in Madison maintains archival NBC records for 1929 - 1969: 564 boxes, 3,264 discs, 21 tapes and 72 reels of microfilm. The Wisconsin collection includes central files, office files and a library of scripts and recordings which complement the NBC Archives at the Library of Congress.

<item>The State Historical Society of Wisconsin in Madison maintains archival NBC records for 1929-1969: 564 boxes, 3,264 discs, 21 tapes and 72 reels of microfilm. The Wisconsin collection includes central files, office files and a library of scripts and recordings which complement the NBC Archives at the Library of Congress.</item>
blank</defitem>
blank</list>
</relatedmaterial>

Example 2 (adapted from LC): related material encoded in paragraph narrative with embedded linking archrefs (hyperlinks not activated in display)

Text

Tagging

Related Resources

<relatedmaterial encodinganalog= 544 1">
blank<head>Related Resources</head>

Collections in the Manuscript Division supplementing the Olmsted Papers include records of the Olmsted Associates, landscape architects, of Brookline, Massachusetts, the successor to the firm established by Frederick Law Olmsted and Calvert Vaux in 1858 and the files of Laura Wood Roper, Olmsted's biographer, which contain original Olmsted material and Olmsted Associates correspondence.

<p>Collections in the Manuscript Division supplementing the Olmsted Papers include<archref href="http://hdl.loc.gov/loc.mss/eadmss.ms001018" show="new" actuate="onrequest">records of the<origination>Olmsted Associates, </origination></archref>
landscape architects, of Brookline, Massachusetts, the successor to the firm established by Frederick Law Olmsted and Calvert Vaux in 1858 and the files of <archref href="http://hdl.loc.gov/loc.mss/eadmss.ms001020" show="new" actuate="onrequest" >
<origination>Laura Wood Roper,</origination ></archref >Olmsted's biographer, which contain original Olmsted material and Olmsted Associates correspondence.</p>
</relatedmaterial>

Subelements:

Generic text formatting elements such as <note>, <list> and <table> can also be used directly under <relatedmaterial>. See Tag Library for full list of valid subelements.

Status:

Repeatable:

Comments:




This ends the /descgrp section




This ends the /archdesc section




This ends the /ead section




Appendices

Appendix 1 - File Naming

Background:

Ead finding aids in xml exist as single files (not multiple files as in some HTML setups with frames). Unique file identity is essential, especially in a shared system. This unique identity should be created based on the file name alone and not be dependent upon a combination of folder name and file name. (ex.: .../Feldman/findingaid.xml may be unique in folder/file combination, but not based on file name alone. Archives is the only unit currently creating xml documents and they employ a system of file naming based on collection number which will presumably remain unique.

File Naming for Unit and Institutional Identity

It is recommended that a system for file naming be adopted that incorporates institutional, unit, and collection identity. Possibilities include:

One possibility is to adopt a newer naming convention such as Uniform Resource Names (URN). If that practice is adopted, it may no longer be necessary or possible to embed collection, unit, or institutional names into the file name.
http://www.w3.org/Addressing/
http://www.benmeadowcroft.com/webdev/articles/urns-and-citations/

File Structure and Management

Background:

Decisions regarding this will effect whether we use absolute or relative path names, how we link to digital objects, how we coordinate collections in a consortium, and how we cite the locations for stylesheets and the ead.dtd file. We also have to consider software choice and where those associated local files reside (how NoteTabPro refers to an ead.dtd, Saxon files, etc.), how to best make use of our shared networks so that each PC doesn't have to be set up separately, what are local server environment will be short term and longer, etc.

The following is the University at Buffalo directory of EAD-related files as they can be created on either a desktop or network drive:

UB file structure

Relative path names to be used will follow the following patterns:




Appendix 2 - Entities

Background:

Entities are retrievable files that can be used to store data and images that are commonly referred to in finding aids. The use of entities also makes correction of commonly used data easier because one entity file can be changed rather than the same data within several finding aids.

Common uses for entities:

[<!ENTITY ublogo SYSTEM " -//State University of New York at Buffalo::Music Library//NONSGML (University at Buffalo logo)//EN" "../shared/entities/images/ublogo.jpg" NDATA jpeg> ]

[<!ENTITY [entityname] PUBLIC "State University of New York at Buffalo::Music Library//TEXT (Music Library address)//EN"
"..shared/entities/addresses/[entityname].xml"
> ]

Corresponding encoding for use of Music Library address in <publicationstmt>:

<publicationstmt> &musiclibraryaddress; </publicationstmt>

Corresponding XML entity file for a text file, Music Library address:

<!-- Called by entity musiclibraryaddress -->
<!-- Lives in file ./shared/entities/addresses/musiclibraryaddress.xml -->
<!-- State University of New York at Buffalo. Music Library -->
<!-- Publisher statement address -->

<publisher>State University of New York at Buffalo. Music Library </publisher>
<address>
blank<addressline>112 Baird Hall</addressline>
blank<addressline>Buffalo, New York</addressline>
blank<addressline>14260-4750</addressline>
blank<addressline>USA</addressline>
blank<addressline>Phone: 716 645-2924</addressline>
blank<addressline>Fax: 716 645-3906</addressline>
blank<addressline>Email: musique@buffalo.edu</addressline>
blank<addressline>URL: http:ublib.buffalo.edu/libraries/units/music</addressline>
</address>

Corresponding encoding for use of an entity image file, UBlogo.jpg in <publicationstmt>:

<publicationstmt><extptr show="embed" entityref="ublogo"></publicationstmt>




Appendix 3 - Publicid

Creating a public identifier (FPI - Formal Public Identifier):
[institution name] = name of the institution
[subordinate division] = name of the subordinate division (if applicable, if not leave blank)
[main agency code] = organization code from MARC Code List for Organizations
[local reference code] = local system code (if applicable or leave blank)
[title of resource] = title of resource including dates

-//[institution name]::[subordinate division]//TEXT (us::[main agency code]::[local reference code]::[title of resource])//EN

Leave all "/" and ":" punctuation as is, even if some of the above are blank.

From the Online Archive of California Best Practices:

The title of the archival unit should match exactly the wording (though not necessarily the punctuation or markup) of the <unittitle> in <archdesc>. The formal syntax for FPI entries specifies that in addition to numbers, and upper- and lowercase letters, only the following marks of punctuation may be used:

' (apostrophe)
( (left parenthesis)
) (right parenthesis)
+ (plus sign)
, (comma)
? (hyphen)
. (period)
: (colon)
= (equal sign)
? (question mark)
/ (forward slash)

Examples:

publicid="-//Stanford University::Hoover Institution Archives//TEXT (US::CSUZ::::Vasilii Sergeevich Il'in Papers)//EN"

publicid="-//University of California, Santa Cruz::University Library::Special Collections//TEXT (US::CU-SC::MS 74::John Cage Mycology Collection)//EN"




Appendix 4 - University at Buffalo Naming Conventions

Background:
The different forms of the name of the university must be reconciled in some way for use in finding aids. This includes visual identity (logo selection), choice of unit names in conjunction with the university, and use of the authoritative forms of the university and units (as established in NAF). The University maintains a website that states preferences for uses of the university name and logos: http://www.buffalo.edu/toolbox/vi_introduction.html

Name conflicts:
The name of the university as established by the Library of Congress (which is what should be used for all "access points" in the finding aid) conflicts with the name of the university preferred by the University itself. Also, Library of Congress has established names for the units as State University of New York at Buffalo. Unit name. This displaces unit identity to the end of statements.

Library of Congress authorized name: State University of New York at Buffalo

University authorized (preferred, formal) name: University at Buffalo, The State University of New York

Final Recommendations:




Appendix 5 - Treatment of Dates

Background: dates can be encoded in one of two elements in EAD, depending upon the context: <date> or <unitdate>. The lists of attributes that can be used to qualify dates within the two elements are the same, except for the addition of id and datechar for <unitdate>. Other attributes include calendar, certainty, encodinganalog, era, normal, and type.

For detailed information on recording and formatting dates, see DACS 2.4. Note in particular that DACS recommends (but does not require) that names of months and terms reflecting estimation (such as "circa" or "approximately") be spelled out rather than abbreviated. DACS also recommends (but does not require) that the type of date be specified; this may be done through the datechar attribute. Values that may be recorded in datechar include "creation," "recordkeeping" (record-keeping activity), "publication," or "broadcast." Note however, that the datechar attribute is available only in <unitdate>, not <date>.

[Also note: DACS distinguishes between dates of creation (date a letter was written, a photograph taken, sound recording made, etc.) as opposed to recordkeeping, which it uses to record the dates that files or collections were created, compiled, or accumulated. Dates of publication are for commercially released items.]



<date>

Tag Library Definition: A generic element that contains a month, day, or year in any format. Use <date> to identify any dates that merit encoding, except for the creation and other relevant dates of the described materials, which are instead tagged with the <unitdate> element. Examples of dates that might merit encoding are a person's birth date, the date the materials were acquired, or the date of an event in a chronology. These dates may be entered in the form of text or numbers, and may consist of a single date or range of dates. <date> may contain calendar, certainty, encodinganalog, era, normal, and type attributes (not all-inclusive list).

Uses of <date> and UB Practice Practice for application of attributes:

NOTE: <date> is NOT applied to life/death dates in names, chronological subdivisions in subject headings, or dates stated within texted fields such as Scope and Content or Biographical Note.



<unitdate>

Tag Library Definition: The creation year, month, or day of the described materials. The <unitdate> may be in the form of text or numbers, and may consist of a single date or range of dates. As an important subelement of the Descriptive Identification <did>, the <unitdate> is used to tag only the creation and other relevant dates of the materials described in the encoded finding aid. Do not confuse it with the <date> element, which is used to tag all other dates.

Statement of <unitdate> in relation to <unittitle>:

<unitdate> can be stated within or outside <unittitle>. It is recommended international practice (ISAD(G)) that it be stated separately, outside of <unittitle>. However, local UB Practice Practice will be to state <unitdate> within <unittitle>. At the component level this allows for a <unittitle> for every <did>.

Statement of <unitdate> in regard to <unittitle>: practices at other institutions:

Used within (not all-inclusive list):

<unittitle> within <archdesc><did> (Collection Summary) -- Type attribute can be bulk or inclusive (use inclusive for a single year). Apply attributes for encodinganalog, era, calendar, type, and normal.

<unittitle>Finding Aid for [title of collection],
blank<unitdatetype="inclusive" era="ce" calendar="gregorian" datechar="creation" encodinganalog="245$f" normal="1848/1950">1848-1950 </unitdate>
</unittitle>

<acqinfo>, <processinfo>, and other elements within <descgrp type="admininfo"> -- practice is varied on application of either <date> or <unitdate> elements for dates within these elements. These elements open with the <p> element which is capable of containing either <date> or <unitdate>. Although examples can be found of both <