Attributes
Attributes are associated with most of the elements contained in EAD. Attributes reflect
named properties of an element and may take on different values, depending on the
context in which they occur. In
order to set one or more attributes, an encoder should include the name of the attribute(s)
within the same angle brackets as the start tag, together with the value(s) to which
the attribute(s) is/are
to be set. That is,<[tag] [attribute]="[value]"> or<[tag] [attribute1]="[value1]" [attribute2]="[value2]">
For example:
<unitdate unitdatetype="inclusive">1937-1992</unitdate>
or
<unitdate unitdatetype="inclusive" normal="1937/1992">1937-1992 </unitdate>
Most attributes are optional, though some are required. The attribute description
indicates whether an attribute is required. This information is also available in
the Attributes section of each element
description.
The value of attributes may be constrained by the schema using specific attribute
type values. For example, id attribute is of type ID, which constrains its value to a string beginning with
an alphabetic character. An id value must be unique within the EAD instance within which it occurs, that is, no
other tag in the entire document can have the same id value. EAD
attributes have the following data types (capitalization of data types follows the documentation found in the W3C Recommendation
XML Schema Part 2: Datatypes Second Edition (
http://www.w3.org/TR/xmlschema-2/):
anyURI:
A Uniform Resource Identifier. This may be a Uniform Resource Locator (URL) or a Uniform
Resource Name (URN). Both relative and absolute URIs are allowed.
ENTITY:
The name of a nonparsed entity that has been declared in the declaration subset of
the document. For example, entityref must contain the name of an entity that has been declared in the
declaration subset. Processing software can use the reference to the nonparsed entity
to display the entity in the body of the text or in a new window.
ID:
Unique identifier. For example, most elements have an id, so that a unique code can be established for and used to refer to that specific
element. The content of the id is of
the type called "ID". Parsers verify that the value of attributes of type "ID" are
unique. The values of id must begin with an alpha, not numeric, character, either upper or lowercase, and
may contain a . (period), : (colon), - (hyphen), or _ (underscore), but not a blank
space. See also attributes of type "IDREF."
IDREF:
ID reference value; must match an existing ID of another element in the document.
For example, the <ptr> element has a target attribute that can only be an "IDREF," which means
it has to reference a valid ID in another element.
IDREFS:
List of ID reference values.
NMTOKEN:
A name token, which can consist of any alpha or numeric character, as well as a .
(period), : (colon), - (hyphen), or _ (underscore), but not a blank space. A number
of attributes in EAD where a
character string from a code list is to be used are of the type "NMTOKEN".
string:
The most general data type, a string can contain any sequence of characters allowed
in XML. Certain characters may have to be represented with an entity reference, for
example < for <,
and & for &.
token:
A type of string that may not contain carriage return, line feed or tab characters,
leading or trailing spaces, and any internal sequence of two or more spaces.
The attribute value definitions in the DTD versions of EAD3 differ slightly from those
of the Relax NG and W3C Schema versions. The DTD has a limited set of attribute types
so the anyURI, token, and
string data types were converted to "CDATA" (i.e. Character Data).
When the EAD schema limits attribute values to a few choices, those values are declared
in the schema in what is known as a "closed list." For example, the values of audience are limited to
either "external" or "internal." Other attributes are associated with semi-closed
lists. Such lists include those values believed to be the most useful in many contexts,
but other values are allowed.
For example, <dsc> defines several values for dsctype, including "otherdsctype" which may be used with otherdsctype to specify values that are not in the semi-closed list
for dsctype. The definitions for some values in the closed and semi-closed lists appear below.
The following is a complete list of all the attributes that occur in EAD, and some
discussion of how they may be used. Further, context-specific information about the
use of certain attributes may be
found in the "Attribute usage" section of the element descriptions.
@abbr
Summary:
An abbreviation for a word or phrase that is expressed in an expanded form in the
text of the current element; used for searching and indexing purposes. Available only
in <expan>.
Data Type:
Examples:
<didnote>File also contains materials from the
<expan abbr="ACLU"> American Civil Liberties Union </expan>
. </didnote>
<c02>
<did>
<unittitle>
<expan abbr="UNESCO"> United Nations Educational, Scientific and Cultural Organization </expan>
</unittitle>
[. . .] </did>
</c02>
@actuate
Summary:
A control that defines whether a rendering application should present an actionable
link automatically (onload) or when requested by the user (onrequest). It is used
in conjunction with
show to determine link behavior.
Values:
none, onload, onrequest, other
Example:
<daoset label="Digital Objects" coverage="part">
</daoset>
@align
Summary:
Horizontal position of the text within a column, indicating whether text should be
displayed flush left, flush right, centered in the column, or justified (flush both
left and right). Available in
<colspec> , <entry>, and <tgroup>.
Values:
left, right, center, justify, char
Examples:
<table frame="all" colsep="true" rowsep="true">
<head>Dates of Existence for Local Chapters</head>
<tgroup align="center" cols="3">
<colspec colname="chaptertitle" colnum="1"></colspec>
<colspec colname="yearformed" colnum="2"></colspec>
<colspec colname="yeardisbanded" colnum="3"></colspec>
<thead valign="middle">
<row>
<entry colname="chaptertitle">Chapter Title</entry>
<entry colname="yearformed">Year Formed</entry>
<entry colname="yeardisbanded">Year Disbanded</entry>
</row>
</thead>
<tbody valign="middle">
<row>
<entry colname="chaptertitle">Local Chapter 543</entry>
<entry colname="yearformed">1923</entry>
<entry colname="yeardisbanded">1967</entry>
</row>
</tbody>
</tgroup>
</table>
<table frame="none">
<tgroup cols="3">
<colspec colnum="1" colname="1" align="left" colwidth="50pt"></colspec>
<colspec colnum="2" colname="2" align="left" colwidth="50pt"></colspec>
<colspec colnum="3" colname="3" align="left" colwidth="50pt"></colspec>
<thead>
<row>
<entry colname="1">Major Family Members</entry>
<entry colname="2">Spouses</entry>
<entry colname="3">Children</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="1">John Albemarle (1760-1806)</entry>
<entry colname="2">Mary Frances Delaney (1769-1835)</entry>
<entry colname="3">John Delaney Albemarle (1787-1848)</entry>
</row>
[. . .] </tbody>
</tgroup>
</table>
@althead
Alternative Heading [toc]
Summary:
An alternative short form of the heading element <head> that may be used, for example, to create a running header.
Data Type:
Example:
<bioghist>
<head althead="Family relations">Bach family relations listing spouses and children of the major family members</head>
<table pgwide="true">
<tgroup cols="3">
<colspec colnum="1" colname="member"></colspec>
<colspec colnum="2" colname="spouse"></colspec>
<colspec colnum="3" colname="child" align="char" char="*" charoff="2"></colspec>
<thead>
<row>
<entry colname="member">Major family members</entry>
<entry colname="spouse">Spouses</entry>
<entry colname="child">Children</entry>
</row>
</thead>
<tbody></tbody>
</tgroup>
</table>
</bioghist>
@altrender
Summary:
Specifies an alternative rendering for the content of the current element. May be
used if the element is to be displayed or printed differently than the rendering established
in a style sheet for
other occurrences of the element, and the values available for render are insufficient. See also render.
Data Type:
Example:
<titlestmt>
<titleproper localtype="formal"> Guide to the Abraham Hayward Collection </titleproper>
<titleproper localtype="filing" render="altrender" altrender="nodisplay" audience="internal"> Hayward (Abraham) Collection </titleproper>
<author>by Michael Rush</author>
</titlestmt>
@approximate
Summary:
Indicates that the value provided is not exact. Available in <quantity>.
Values:
@arcrole
Summary:
A URI that describes the nature of the source of a link as relative to the target
of the link.
Data Type:
Example:
<relation relationtype="cpfrelation" arcrole="hasSubject">
<relationentry>Carl Philipp Emanuel Bach</relationentry>
<descriptivenote>
<p>Bach's son</p>
</descriptivenote>
</relation>
@audience
Summary:
An attribute that helps control whether the information contained in the element should
be available to all viewers or only to repository staff. Available for all elements
except <lb> and
<colspec>. The attribute can be set to "external" in <archdesc> to allow access to all the information about the materials being described in the
finding aid, but specific elements
within <archdesc> can be set to "internal" to reserve that information for repository access only.
This feature is intended to assist application software in restricting access to particular
information by explicitly identifying data that is potentially sensitive or may otherwise
have a limited audience. Special software capability may be needed, however, to prevent
the display or export
of an element marked "internal" when a whole finding aid is displayed in a networked
environment.
Values:
Example:
<titlestmt>
<titleproper localtype="formal"> Guide to the Abraham Hayward Collection </titleproper>
<titleproper localtype="filing" render="altrender" altrender="nodisplay" audience="internal"> Hayward (Abraham) Collection </titleproper>
<author>by Michael Rush</author>
</titlestmt>
@base
Summary:
Used to specify a base URI that is different than the base URI of the EAD instance.
This allows any relative URIs provided on attributes of a specific element or its
descendants to be resolved using
the URI provided in that element’s base. Available on <archdesc>, <c>, <c01>, <c02>, <c03>, <c04>, <c05>, <c06>, <c07>,
<c08>, <c09>, <c10>, <c11>, <c12>, <control>, <daoset>, <ead>, <relations>, <sources>.
Data Type:
Example:
<daoset base="
https://calisphere.org/item/">
<dao daotype="otherdaotype" otherdaotype="surrogate" href="d3888b77-7d95-4fd0-bcdd-ab5551a4f013"></dao>
<dao daotype="otherdaotype" otherdaotype="surrogate" href="d5e032bf-57a3-45e9-9f14-1782bc2e95e7"></dao>
<dao daotype="otherdaotype" otherdaotype="surrogate" href="fd76d8fb-cafb-44c5-a5b5-e34673498b7a"></dao>
</daoset>
@calendar
Summary:
System of reckoning time, such as the Gregorian calendar or Julian calendar. Suggested
values include but are not limited to "gregorian" and "julian." Available in <date>, <unitdate>,
and <unitdatestructured>.
Data Type:
Example:
<archdesc level="fonds" localtype="inventory" relatedencoding="ISAD(G)v2" encodinganalog="3.1.4" lang="dut" script="Latn">
<did>
<unittitle encodinganalog="3.1.2">Nederlandsche Gist- en Spiritusfabriek en Pharmaceutische Fabrieken voorheen Brocades-Stheeman
& Pharmacia, in 1967 gefuseerd tot
Gist-Brocades</unittitle>
<unitdate calendar="gregorian" era="ce" encodinganalog="3.1.3" normal="1860/1967"> 1860-1967 (1987)</unitdate>
</did>
[...] </archdesc>
@certainty
Summary:
The level of confidence for the information given in <date>, <unitdate>, or <unitdatestructured>, e.g., approximate or circa.
Data Type:
Example:
<unitdatestructured calendar="gregorian" certainty="approximate" datechar="creation" era="ce" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1950">1950</fromdate>
<todate standarddate="2000">2000</todate>
</daterange>
</unitdatestructured>
@char
Summary:
Used for horizontal alignment of a single character, such as decimal alignment. This
attribute names the character on which the text will be aligned, for example a decimal
point, an asterisk, or an
em-dash. Available in <colspec> and <entry>.
Data Type:
Example:
<bioghist>
<head althead="Family relations">Bach family relations listing spouses and children of the major family members</head>
<table pgwide="true">
<tgroup cols="3">
<colspec colnum="1" colname="member"></colspec>
<colspec colnum="2" colname="spouse"></colspec>
<colspec colnum="3" colname="child" align="char" char="*" charoff="2"></colspec>
<thead>
<row>
<entry colname="member">Major family members</entry>
<entry colname="spouse">Spouses</entry>
<entry colname="child">Children</entry>
</row>
</thead>
<tbody>
[...]
</tbody>
</tgroup>
</table>
</bioghist>
@charoff
Summary:
Used with horizontal character alignment, such as decimal alignment. When the align value is "char," this is the percentage of the current column width to the left edge
of the alignment
character. Value is a number or starts with a number. Available in <colspec> and <entry>.
Data Type:
Example:
<bioghist>
<head althead="Family relations">Bach family relations listing spouses and children of the major family members</head>
<table pgwide="true">
<tgroup cols="3">
<colspec colnum="1" colname="member"></colspec>
<colspec colnum="2" colname="spouse"></colspec>
<colspec colnum="3" colname="child" align="char" char="*" charoff="2"></colspec>
<thead>
<row>
<entry colname="member">Major family members</entry>
<entry colname="spouse">Spouses</entry>
<entry colname="child">Children</entry>
</row>
</thead>
<tbody>
[...]
</tbody>
</tgroup>
</table>
</bioghist>
@colname
Summary:
Name of a column in which an entry appears. Value is a character string made up of
letters and numbers with no spaces inside it. Available in <colspec> and <entry>.
Data Type:
Example:
<table frame="all" colsep="true" rowsep="true">
<head>Dates of Existence for Local Chapters</head>
<tgroup align="center" cols="3">
<colspec colname="chaptertitle" colnum="1"></colspec>
<colspec colname="yearformed" colnum="2"></colspec>
<colspec colname="yeardisbanded" colnum="3"></colspec>
<thead valign="middle">
<row>
<entry colname="chaptertitle">Chapter Title</entry>
<entry colname="yearformed">Year Formed</entry>
<entry colname="yeardisbanded">Year Disbanded</entry>
</row>
</thead>
<tbody valign="middle">
<row>
<entry colname="chaptertitle">Local Chapter 543</entry>
<entry colname="yearformed">1923</entry>
<entry colname="yeardisbanded">1967</entry>
</row>
</tbody>
</tgroup>
</table>
@colnum
Summary:
The number of the column, counting from 1 at the left of the table. Value is a number.
Available in <colspec>.
Data Type:
Example:
<table frame="all" colsep="true" rowsep="true">
<head>Dates of Existence for Local Chapters</head>
<tgroup align="center" cols="3">
<colspec colname="chaptertitle" colnum="1"></colspec>
<colspec colname="yearformed" colnum="2"></colspec>
<colspec colname="yeardisbanded" colnum="3"></colspec>
<thead valign="middle">
<row>
<entry colname="chaptertitle">Chapter Title</entry>
<entry colname="yearformed">Year Formed</entry>
<entry colname="yeardisbanded">Year Disbanded</entry>
</row>
</thead>
<tbody valign="middle">
<row>
<entry colname="chaptertitle">Local Chapter 543</entry>
<entry colname="yearformed">1923</entry>
<entry colname="yeardisbanded">1967</entry>
</row>
</tbody>
</tgroup>
</table>
@cols
Summary:
The number of columns in a table. Required in <tgroup>.
Data Type:
Example:
<table frame="all" colsep="true" rowsep="true">
<head>Dates of Existence for Local Chapters</head>
<tgroup align="center" cols="3">
<colspec colname="chaptertitle" colnum="1"></colspec>
<colspec colname="yearformed" colnum="2"></colspec>
<colspec colname="yeardisbanded" colnum="3"></colspec>
<thead valign="middle">
<row>
<entry colname="chaptertitle">Chapter Title</entry>
<entry colname="yearformed">Year Formed</entry>
<entry colname="yeardisbanded">Year Disbanded</entry>
</row>
</thead>
<tbody valign="middle">
<row>
<entry colname="chaptertitle">Local Chapter 543</entry>
<entry colname="yearformed">1923</entry>
<entry colname="yeardisbanded">1967</entry>
</row>
</tbody>
</tgroup>
</table>
@colsep
Summary:
Used to indicate whether the columns in the table are to be separated by vertical
rules: "true" specifies display of a rule to the right of the column, "false" specifies
no rule is to be displayed.
Available in <colspec>, <entry>, <table>, and <tgroup>.
Values:
Example:
<table frame="all" colsep="true" rowsep="true">
<head>Dates of Existence for Local Chapters</head>
<tgroup align="center" cols="3">
<colspec colname="chaptertitle" colnum="1"></colspec>
<colspec colname="yearformed" colnum="2"></colspec>
<colspec colname="yeardisbanded" colnum="3"></colspec>
<thead valign="middle">
<row>
<entry colname="chaptertitle">Chapter Title</entry>
<entry colname="yearformed">Year Formed</entry>
<entry colname="yeardisbanded">Year Disbanded</entry>
</row>
</thead>
<tbody valign="middle">
<row>
<entry colname="chaptertitle">Local Chapter 543</entry>
<entry colname="yearformed">1923</entry>
<entry colname="yeardisbanded">1967</entry>
</row>
</tbody>
</tgroup>
</table>
@colwidth
Summary:
Width of the column measured in fixed units or relative proportions. For fixed width,
use a number followed by a unit. Possible unit values are "pt" for point, "cm" for
centimeters, "in" for inches,
etc. (e.g., "2in" for 2 inches). Proportional width can be indicated with a number
and asterisk (e.g., "5*" for five times the proportion). All integers are positive.
Use values that are appropriate
to the software that governs the display of the resulting table such as a web browser
or XSL format objects processor. Available in <colspec>.
Data Type:
Example:
<table frame="none">
<tgroup cols="3">
<colspec colnum="1" colname="1" align="left" colwidth="50pt"></colspec>
<colspec colnum="2" colname="2" align="left" colwidth="50pt"></colspec>
<colspec colnum="3" colname="3" align="left" colwidth="50pt"></colspec>
<thead>
<row>
<entry colname="1">Major Family Members</entry>
<entry colname="2">Spouses</entry>
<entry colname="3">Children</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="1">John Albemarle (1760-1806)</entry>
<entry colname="2">Mary Frances Delaney (1769-1835)</entry>
<entry colname="3">John Delaney Albemarle (1787-1848)</entry>
</row>
. . . </tbody>
</tgroup>
</table>
@containerid
Summary:
An attribute for <container> that takes as its value a locally assigned identifier (e.g. barcode) for the container
described. Unlike id, the value of containerid need
not be unique within the document, and does not have to conform to the rules for the
ID data type.
Data Type:
Example:
<container altrender="Slim Legal Document Box (1/2 AB)" containerid="33433117009781" id="aspace_3e98d60dfc5e7ef6c017b677f6616965" label="Mixed Materials" localtype="box">3</container>
@coordinatesystem
Summary:
A code for a system used to express geographic coordinates, for example WGS84, (World
Geodetic System), OSGB36 (Ordnance Survey Great Britain), or ED50 (European Datum).
Required in
<geographiccoordinates>.
Data Type:
Examples:
<geogname>
<part localtype="place">Hardeeville</part>
<part localtype="state">South Carolina</part>
<geographiccoordinates coordinatesystem="WGS84"> -81.1, 32.2, -81.0, 32.3 </geographiccoordinates>
</geogname>
<geogname>
<part>Clear Spring</part>
<part>Maryland</part>
<geographiccoordinates coordinatesystem="UTM"> 18S 248556mE 4393694mN </geographiccoordinates>
</geogname>
<geogname>
<part>Berlin, Germany </part>
<geographiccoordinates coordinatesystem="mgrs"> 33UUU9029819737 </geographiccoordinates>
</geogname>
@countrycode
Summary:
A unique code for the country in which the materials being described are held. Content
of the attribute should be a code taken from ISO 3166-1 Codes for the Representation
of Names of Countries and
their Subdivisions, column A2, or another controlled list, as specified in the countryencoding attribute in <control>. Available in <maintenanceagency> and
<unitid>.
Data Type:
Examples:
<unitid countrycode="US" repositorycode="cu-i" label="Collection number">MS-R72</unitid>
<maintenanceagency countrycode="IE">
<agencycode>IE-NAI</agencycode>
<agencyname>National Archives of Ireland</agencyname>
</maintenanceagency>
@countryencoding
Summary:
The authoritative source or rules for values supplied in countrycode in <maintenanceagency> and <unitid>. If the value "othercountryencoding" is selected an alternate code
list should be specified in <conventiondeclaration>. Available only in <control>.
Values:
iso3166-1, othercountryencoding
Example:
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924" relatedencoding="MARC21">
[...]
</control>
@coverage
Summary:
Specifies whether a statement of physical description or digital archival object(s)
relates to the entire unit being described or only a part thereof. Required in <daoset> and
<physdescstructured>, optional in <dao>.
Values:
Example:
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>3.32</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
@daotype
Digital Archival Object Type [toc]
Summary:
Specifies the origin of a digital archival object: born digital, derived from non-digital
records, other, or not known. Required in <dao>.
Values:
borndigital, derived, otherdaotype, unknown
Example:
<c>
<did>
<unittitle>Quilting bee, Union Town, Md.</unittitle>
<unitdate>1930</unitdate>
<physdesc>1 photograph</physdesc>
</did>
</c>
@datechar
Date Characterization [toc]
Summary:
Term characterizing the nature of a date, such as dates of creation, accumulation,
or modification. Available in <unitdate> and <unitdatestructured>.
Data Type:
Example:
<unitdatestructured calendar="gregorian" certainty="approximate" datechar="creation" era="ce" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1950">1950</fromdate>
<todate standarddate="2000">2000</todate>
</daterange>
</unitdatestructured>
@dateencoding
Summary:
The authoritative source or rules for values provided in normal in <date> and <unitdate>. If the value "otherdateencoding" is selected an alternate code list should be
specified in <conventiondeclaration>.
Values:
iso8601, otherdateencoding
Example:
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924" relatedencoding="MARC21">
[...]
</control>
@dsctype
Description of Subordinate Components Type [toc]
Summary:
An optional attribute in <dsc> that indicates the approach used in describing components within a finding aid.
Values:
analyticover, combined, in-depth, otherdsctype
Example:
<dsc dsctype="analyticover">
<c01 level="series">
<did>
<unitid>1-429-1</unitid>
<unittitle>Forest Stand Maps by Township and Basemap </unittitle>
<unitdate unitdatetype="inclusive">1958-1979</unitdate>
<physdesc>36 ft. (approx. 1700 sheets) of cartographic records.</physdesc>
<materialspec>Scale: predominantly 4 inches to 1 mile (1:15,840)</materialspec>
</did>
<scopecontent>
<p>Series consists of forest stand maps. A map sheet was created for each township of
the surveyed section of the province and for each basemap area in unsurveyed areas.</p>
[ . . .]
</scopecontent>
</c01>
<c01 level="series">
<did>
<unitid>RG 1-429-2</unitid>
<unittitle>Forest Stand Map Composites</unittitle>
<unitdate unitdatetype="inclusive">1958-1971</unitdate>
<physdesc>ca.70 maps</physdesc>
<materialspec>Scale: 1 inch to 1 mile</materialspec>
</did>
<scopecontent>
<p>Series consists of composite maps of the forest resource inventory data from all the
townships within a Forestry Management Unit. The composites offer a broader view of
an area than
the township/basemaps, however the forest stand statistics are quite small and difficult
to read.</p>
[ . . .] </scopecontent>
</c01>
[ . . .]
</dsc>
@encodinganalog
Summary:
A field or element in another descriptive encoding system to which an EAD element
or attribute is comparable. Mapping elements from one system to another enables creation
of a single user interface
that can index comparable information across multiple schemas. The mapping designations
may also enable a repository to harvest selected data from a finding aid, for example,
to build a basic catalog
record, or OAI-PMH compliant Dublin Core record. The relatedencoding attribute may be used in <ead>, <control>, or <archdesc> to identify the encoding system from
which fields are specified in encodinganalog. If relatedencoding is not used, then include the system designation in encodinganalog.
Data Type:
Examples:
<origination>
<corpname encodinganalog="MARC21 110">
<part>Waters Studio</part>
</corpname>
</origination>
<archdesc relatedencoding="MARC21">
<origination>
<persname encodinganalog="100$a$q$d$e" source="lcnaf">
<part>Waters, E. C. (Elizabeth Cat), 1870-1944, photographer</part>
</persname>
</origination>
</archdesc>
@entityref
Summary:
The name of a nonparsed entity declared in the declaration subset of the document
that points to a machine-processable version of the cited reference. Available in
<dao>, <ptr>, and
<ref>.
Data Type:
Example:
<publisher> San Joaquin County Historical Society and Museum
<lb></lb>
Lodi, California
<lb></lb>
<ptr actuate="onload" show="embed" entityref="sjmlogo"></ptr>
</publisher>
@era
Summary:
Period during which years are numbered and dates reckoned, such as CE (Common Era)
or BCE (Before Common Era). Suggested values include "ce" and "bce". Available in
<date>, <unitdate>,
and <unitdatestructured>.
Data Type:
Example:
<unitdatestructured calendar="gregorian" certainty="approximate" datechar="creation" era="ce" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1950">1950</fromdate>
<todate standarddate="2000">2000</todate>
</daterange>
</unitdatestructured>
@expan
Summary:
The full form of an abbreviation or acronym found in an element's text; used for indexing
and searching purposes. Available only in <abbr>.
Data Type:
Example:
<c02>
<did>
<unittitle>
<abbr expan="United Nations Educational, Scientific and Cultural Organization"> UNESCO </abbr>
</unittitle>
[. . .] </did>
</c02>
@frame
Summary:
An indication of the position of the external borders (rules) surrounding a table
when displayed. Available in <table>.
Values:
all, bottom, none, sides, top, topbot
Example:
<table frame="none">
<tgroup cols="3">
<colspec colnum="1" colname="1" align="left" colwidth="50pt"></colspec>
<colspec colnum="2" colname="2" align="left" colwidth="50pt"></colspec>
<colspec colnum="3" colname="3" align="left" colwidth="50pt"></colspec>
<thead>
<row>
<entry colname="1">Major Family Members</entry>
<entry colname="2">Spouses</entry>
<entry colname="3">Children</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="1">John Albemarle (1760-1806)</entry>
<entry colname="2">Mary Frances Delaney (1769-1835)</entry>
<entry colname="3">John Delaney Albemarle (1787-1848)</entry>
</row>
. . . </tbody>
</tgroup>
</table>
@href
hypertext Reference [toc]
Summary:
The locator for a remote resource in a link. When linking to an external file, href takes the form of a Uniform Resource Identifier (URI). If the value is not in the
form of a URI, the
locator is assumed to be within the document that contains the linking element.
Data Type:
Example:
<rightsdeclaration>
<abbr>CC0</abbr>
<descriptivenote>
<p>CC0 1.0 Universal (CC0 1.0)</p>
</descriptivenote>
</rightsdeclaration>
@id
Summary:
An identifier that must be unique within the current document and is used to name
the element so that it can be referred to, or referenced from, somewhere else. This
facilitates building links
between the element and other resources. Do not confuse with identifier, which provides a machine-processable identifier for an entity or concept in an external
system.
Data Type:
Example:
<container altrender="Slim Legal Document Box (1/2 AB)" containerid="33433117009781" id="aspace_3e98d60dfc5e7ef6c017b677f6616965" label="Mixed Materials" localtype="box">3</container>
@identifier
Summary:
On <unitid>, this is a machine-processable unique identifier for the descriptive component in
which the element appears. On access terms and other elements whose content is drawn
from an
authority file, identifier is a number, code, or string (e.g. URI) that uniquely identifies the term being used
in a controlled vocabulary, taxonomy, ontology, or other knowledge
organization system (e.g., the Library of Congress Name Authority File identifier).
In the latter case, source may be used to identify the authority file. Available in <corpname>,
<famname>, <function>, <genreform>, <geogname>, <name>, <occupation>, <part>, <persname>, <physfacet>, <subject>,
<term>, <title>, <unitid>, <unittype>. Do not confuse with id, which provides a unique ID for the element within the XML instance.
Data Type:
Examples:
<controlaccess>
</controlaccess>
<archdesc level="collection">
<did>
<head>Descriptive Summary</head>
<unittitle label="Title">Donald C. Stone, Jr. Papers, </unittitle>
<unitdate unitdatetype="inclusive">1971-1983</unitdate>
<origination label="Creator">
<persname source="lcnaf">
<part>Stone, Donald C., Jr.</part>
</persname>
</origination>
<physdesc label="Extent">4 boxes, 4 linear ft. </physdesc>
<repository label="Repository">
<corpname>
<part>The Graduate Theological Union</part>
</corpname>
<address>
<addressline>Berkeley, California</addressline>
</address>
</repository>
<abstract label="Abstract">The papers document Donald C. Stone's work with Ornstein and Swencionis on the
<emph render="italic">est</emph>
Outcome Project, and the development of
his doctoral research, including his various publications on the human potential movement,
up to the completion of his doctoral dissertation.</abstract>
<physloc label="Shelf location">5/D/4-5</physloc>
</did>
[. . .] </archdesc>
@instanceurl
Summary:
The URL for the EAD instance itself (as opposed to HTML or other derivatives, which
may be captured in <representation> elements). Available on <recordid>.
Data Type:
Example:
<control>
<otherrecordid localtype="mss"> S-2636 </otherrecordid>
<filedesc>[. . .]</filedesc>
[. . .] </control>
@label
Summary:
A display label for an element. Use when a meaningful label cannot be derived by the
style sheet from the element name or when a heading element <head> is not available. This attribute is
available in all children of <did>, as well as <language> and <script>.
Data Type:
Example:
<unitid countrycode="US" repositorycode="cu-i" label="Collection number">MS-R72</unitid>
@lang
Summary:
Indicates the language of the content of an element. Content of the attribute should
be a code taken from ISO 639-1, ISO 639-2b, ISO 639-3, or another controlled list,
as specified in the
langencoding attribute in <control> . May be used consistently in a multi-lingual finding aid to specify which elements
are written in which language. Available on all non-empty
elements.
Data Type:
Example:
<controlaccess>
</controlaccess>
@langcode
Summary:
The code for the language of the EAD instance and the language of the materials provided
as text in <language>. Content of the attribute should be a code taken from ISO 639-1, ISO 639-2b, ISO
639-3, or another controlled list, as specified in the langencoding attribute in <control> .
Data Type:
Example:
<langmaterial>
<languageset>
<language langcode="lat">Latin</language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="ang">Old English</language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="eng">English</language>
<script scriptcode="Latn"></script>
</languageset>
<descriptivenote>
<p>The majority of the documents are written in Modern English. Roberts copies multiple
passages from original manuscripts in Latin and Old English.</p>
</descriptivenote>
</langmaterial>
@langencoding
Summary:
Specifies which standard list of codes is used to identify the language of the EAD
instance and languages represented in the materials. The codes themselves are specified
in langcode in
<language> and lang in all non-empty elements. Available in <control>. If the value "otherlangencoding" is selected an alternate code list should be specified
in
<conventiondeclaration>.
Values:
iso639-1, iso639-2b, iso639-3, otherlangencoding
Example:
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924" relatedencoding="MARC21">
<recordid>DFA/PREU</recordid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="245">Permanent Representation of Ireland to the European Union</titleproper>
</titlestmt>
</filedesc>
<maintenancestatus value="derived"></maintenancestatus>
<maintenanceagency countrycode="IE">
<agencycode>IE-NAI</agencycode>
<agencyname>National Archives of Ireland</agencyname>
</maintenanceagency>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2014-05-12T23:59:59">12 May 2014</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Converted_apeEAD_version_1.4.8</agent>
</maintenanceevent>
</maintenancehistory>
</control>
@lastdatetimeverified
Last Date and Time Verified [toc]
Summary:
Last date or last date and time the linked resource was verified. Verification may
include link resolution as well as verification of the version of the linked object.
Available in <citation>,
<relation>, <source>, and <term>.
Data Type:
Constrained to the following patterns: YYYY-MM-DD, YYYY-MM, YYYY, or YYYY-MM-DDThh:mm:ss
[with optional timezone offset from UTC in the form of [+|-][hh:mm], or "Z" to indicate
the dateTime is UTC.
No timezone implies the dateTime is UTC.]
Example:
<control> [. . .]
<conventiondeclaration>
<abbr>DACS</abbr>
<citation href="
http://www2.archivists.org/standards/DACS" lastdatetimeverified="2015-07-02T16:30:21-5:00" linktitle="DACS in HTML on SAA website" actuate="onload" show="new">Describing Archives: a Content Standard</citation>
<descriptivenote>
<p>DACS was used as the primary description standard.</p>
</descriptivenote>
</conventiondeclaration>
[. . .] </control>
@level
Summary:
The hierarchical level of the materials being described by the element. This attribute
is available in <archdesc>, where the highest level of material represented in the finding aid must be
declared (e.g., collection, fonds, record group), and in <c> and <c01>-<c12>, where it may be used to declare the level of description represented by each component
(e.g.,
subgroup, series, file). If none of the values in the semi-closed list are appropriate,
the value "otherlevel" may be chosen and some other value specified in otherlevel.
Values:
class, collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp,
subseries
Example:
<dsc dsctype="combined">
<c level="series">
<did>
<unitid>Series 1</unitid>
<unittitle>Correspondence</unittitle>
</did>
<scopecontent>[...]</scopecontent>
<c level="subseries">
<did>
<unitid>Subseries 1.1</unitid>
<unittitle>Outgoing Correspondence</unittitle>
</did>
<c level="file">
<did>
<unittitle>Abbinger-Aldrich</unittitle>
</did>
</c>
[. . .] </c>
</c>
</dsc>
@linkrole
Summary:
A URI that characterizes the nature of the remote resource to which a linking element
refers.
Data Type:
Example:
@linktitle
Summary:
Information that serves as a viewable caption which explains to users the part that
a resource plays in a link. May be useful for meeting accessibility requirements when
rendering finding aids in a
web browser.
Data Type:
Example:
<sources>
<source lastdatetimeverified="2015-07-03T14:36:00-05:00" href="
https://archive.org/details/dictionaryofamer00drakrich" actuate="onrequest" linktitle="Dictionary of American biography">
<sourceentry>Dictionary of American biography: including men of the time ... and a supplement</sourceentry>
[. . .] </source>
</sources>
@listtype
Summary:
Specifies the type of list: a definition list pairs a <label> with a corresponding <item> containing text that describes the term; an ordered list is a numbered or lettered
list; an
unordered list is one in which sequence is not critical (e.g., a bulleted list). Available
only on <list>.
Values:
deflist, ordered, unordered
Example:
<list listtype="unordered" mark="circle">
<head>List of ministers of May Memorial Unitarian Universalist Church</head>
<item>John Storer, Minister 1839-1844</item>
<item>Samuel Joseph May, Minister 1845-1868</item>
<item>Samuel R. Calthrop, Minister 1868-1911</item>
<item>John H. Applebee, Minister 1911-1929</item>
<item>Waldemar W. Argow, Minister 1930-1941</item>
<item>Robert E. Romig, Minister 1941-1946</item>
<item>Glenn O. Canfield, Minister 1946-1952</item>
<item>John Fuller, Minister, 1961-1973</item>
</list>
@localtype
Summary:
This optional attribute provides a means to narrow the semantics of an element, or
provide semantics for elements that are primarily structural or semantically weak.
The value of localtype
may be from a local or generally used external vocabulary. While the value of localtype may be any string, to facilitate exchange of data, it is recommended that the value
be either the
URI or the preferred label for a term defined in a formal vocabulary (e.g., SKOS),
which is identified by an absolute URI, and is resolvable to a web resource that describes
the semantic scope and
use of the value. Local conventions or controlled vocabularies used in localtype may be declared in <localtypedeclaration> within <control>.
Data Type:
Example:
<c01 level="series">
<did>
<unittitle>...</unittitle>
</did>
<c02 level="file">
<did>
<container localtype="box"> 3 </container>
<container localtype="folder"> 18 </container>
<unittitle>Parent-Teacher Association of Fondsville</unittitle>
<unitdate unitdatetype="inclusive" normal="1959/1972">1959-1972</unitdate>
</did>
</c02>
</c01>
@mark
Summary:
For lists with a listtype value "unordered," mark may be used to indicate the character to be used in marking each list entry. Values
are drawn from the CSS "list-style-type"
property list.
Values:
disc, circle, inherit, none, square
Example:
<list listtype="unordered" mark="circle">
<head>List of ministers of May Memorial Unitarian Universalist Church</head>
<item>John Storer, Minister 1839-1844</item>
<item>Samuel Joseph May, Minister 1845-1868</item>
<item>Samuel R. Calthrop, Minister 1868-1911</item>
<item>John H. Applebee, Minister 1911-1929</item>
<item>Waldemar W. Argow, Minister 1930-1941</item>
<item>Robert E. Romig, Minister 1941-1946</item>
<item>Glenn O. Canfield, Minister 1946-1952</item>
<item>John Fuller, Minister, 1961-1973</item>
</list>
@morerows
Summary:
Number of additional rows in a vertical straddle. Value is a number; default value
is "0" to indicate one row only, no vertical span. Available only in <entry>.
Data Type:
Example:
<bioghist>
<head althead="Family relations">Bach family relations listing spouses and children of the major family members</head>
<table pgwide="true">
<tgroup cols="3">
<colspec colnum="1" colname="member"></colspec>
<colspec colnum="2" colname="spouse"></colspec>
<colspec colnum="3" colname="child" align="char" char="*" charoff="2"></colspec>
<thead>
<row>
<entry colname="member">Major family members</entry>
<entry colname="spouse">Spouses</entry>
<entry colname="child">Children</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="member"></entry>
<entry colname="spouse" morerows="2" valign="top">Anna Magdalena, geb. Wilcke (1701–1760)</entry>
<entry colname="child">* Gottfried Heinrich Bach (1724–1763)</entry>
</row>
</tbody>
</tgroup>
</table>
</bioghist>
@nameend
Summary:
Name of the rightmost column of a span. The value must be a column name, as defined
by colname on <colspec>. Available only in <entry>.
Data Type:
Example:
<scopecontent>
<table pgwide="false">
<tgroup cols="4">
<colspec colnum="1" colname="correspondent"></colspec>
<colspec colnum="2" colname="total"></colspec>
<colspec colnum="3" colname="sent"></colspec>
<colspec colnum="4" colname="received"></colspec>
<thead>
<row>
<entry colname="correspondent">Correspondent</entry>
<entry colname="total">Total number of letters</entry>
<entry namest="sent" nameend="received">Letters sent and received</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="correspondent">Douglass, Frederick</entry>
<entry colname="total">93</entry>
<entry colname="sent">47</entry>
<entry colname="received">46</entry>
</row>
<row>
<entry colname="correspondent">Phillips, Wendell</entry>
<entry colname="total">17</entry>
<entry colname="sent">12</entry>
<entry colname="received">5</entry>
</row>
</tbody>
</tgroup>
</table>
</scopecontent>
@namest
Summary:
Name of leftmost column of a span. The value must be a column name, as defined by
colname on <colspec>. The extent of a horizontal span is determined by naming the first column
(namest) and the last column (nameend) in the span. Available in <entry> only.
Data Type:
Example:
<scopecontent>
<table pgwide="false">
<tgroup cols="4">
<colspec colnum="1" colname="correspondent"></colspec>
<colspec colnum="2" colname="total"></colspec>
<colspec colnum="3" colname="sent"></colspec>
<colspec colnum="4" colname="received"></colspec>
<thead>
<row>
<entry colname="correspondent">Correspondent</entry>
<entry colname="total">Total number of letters</entry>
<entry namest="sent" nameend="received">Letters sent and received</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="correspondent">Douglass, Frederick</entry>
<entry colname="total">93</entry>
<entry colname="sent">47</entry>
<entry colname="received">46</entry>
</row>
<row>
<entry colname="correspondent">Phillips, Wendell</entry>
<entry colname="total">17</entry>
<entry colname="sent">12</entry>
<entry colname="received">5</entry>
</row>
</tbody>
</tgroup>
</table>
</scopecontent>
@normal
Summary:
A standardized form of the content of an element that is in uncontrolled or natural
language. A standardized form, usually from a controlled vocabulary list, of the content
of the following elements
can be provided to facilitate retrieval: <corpname>, <famname>, <function>, <genreform>, <geogname>, <name>, <occupation>, <persname>,
<subject>, and <title>.In <unittitle>, normal may be used to provide a sorting form of a unit title with initial articles.
Summary:
In <date> and <unitdate>, it is recommended that normal follows ISO 8601 Representation of Dates and Times or other standard date format.
An alternate date normalization
pattern may be specified by selecting "otherdateencoding" as the value for dateencoding in <control> and specifying the alternate date encoding pattern in
<conventiondeclaration>.
Data Type:
Examples:
<dsc type="analyticover">
<c level="subseries">
<did>
<unittitle>Documentary Movies</unittitle>
<unitdate unitdatetype="inclusive" normal="1952/1964"> 1952-1964 </unitdate>
<abstract>Includes scores, arranged alphabetically by movie title, and some correspondence,
arranged chronologically.</abstract>
</did>
</c>
[. . .] </dsc>
<descriptivenote>
<p>Basic biographical information about
<persname source="lcnaf" normal="Freeman, Nathaniel, 1741-1827">
<part>Nathaniel Freeman</part>
</persname>
was taken from
<title>
<part>Dictionary of American biography: including men of the time ... and a supplement</part>
</title>
, page 340.</p>
</descriptivenote>
@notafter
Summary:
A standard numerical form of an approximate date for which a latest possible date
is known. Available in <datesingle>, <fromdate>, and <todate>. It is recommened that
notafter values follow ISO 8601 or another standard date format as specified in dateencoding.
Data Type:
Examples:
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate notafter="1962">1962</fromdate>
<todate notafter="1968">1968</todate>
</daterange>
</unitdatestructured>
<unitdatestructured certainty="circa" unitdatetype="inclusive">
<daterange>
<fromdate notbefore="1971" notafter="1975">around 1973</fromdate>
<todate standarddate="1992">1992</todate>
</daterange>
</unitdatestructured>
@notbefore
Summary:
A standard numerical form of an approximate date for which an earliest possible date
is known. Available in <datesingle>, <fromdate>, and <todate>. It is recommened that
notbefore values follow ISO 8601 or another standard date format as specified in dateencoding.
Data Type:
Examples:
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate notafter="1962">1962</fromdate>
<todate notafter="1968">1968</todate>
</daterange>
</unitdatestructured>
<unitdatestructured certainty="circa" unitdatetype="inclusive">
<daterange>
<fromdate notbefore="1971" notafter="1975">around 1973</fromdate>
<todate standarddate="1992">1992</todate>
</daterange>
</unitdatestructured>
@numeration
Summary:
For lists with a listtype value of "ordered," numeration specifies the type of numeration.
Values:
armenian, decimal, decimal-leading-zero, georgian, inherit, lower-alpha, lower-greek,
lower-latin, lower-roman, upper-alpha, upper-latin, upper-roman
Example:
<fileplan>
<head>AGRICULTURE (AG)</head>
<list listtype="ordered" numeration="arabic">
<item>Home Economics</item>
<item>Horticulture</item>
<item>Marketing</item>
<item>Price Support</item>
</list>
</fileplan>
@otherdaotype
Other Digital Archival Object Type [toc]
Summary:
The type of digital archival object captured in <dao>, when daotype is set to "otherdaotype."
Data Type:
Example:
<daoset base="
https://calisphere.org/item/">
<dao daotype="otherdaotype" otherdaotype="surrogate" href="d3888b77-7d95-4fd0-bcdd-ab5551a4f013"></dao>
<dao daotype="otherdaotype" otherdaotype="surrogate" href="d5e032bf-57a3-45e9-9f14-1782bc2e95e7"></dao>
<dao daotype="otherdaotype" otherdaotype="surrogate" href="fd76d8fb-cafb-44c5-a5b5-e34673498b7a"></dao>
</daoset>
@otherdsctype
Other Description of Subordinate Components Type [toc]
Summary:
The type of <dsc>, when dsctype is set to "otherdsctype."
Data Type:
Example:
<dsc dsctype="otherdsctype" otherdsctype="structural">
<c level="subseries">
<did>
<unittitle>Clippings</unittitle>
</did>
<c level="otherlevel" otherlevel="sub-subseries">
<did>
<unittitle>Clippings (chronological)</unittitle>
</did>
</c>
<c level="otherlevel" otherlevel="sub-subseries">
<did>
<unittitle>Clippings (persons)</unittitle>
</did>
</c>
</c>
<c level="subseries">
<did>
<unittitle>Notes</unittitle>
</did>
</c>
</dsc>
@otherlevel
Summary:
The hierarchical level of the materials described in <archdesc>, <c>, and <c01>-<c12> when level is set to "otherlevel."
Data Type:
Example:
<dsc dsctype="otherdsctype" otherdsctype="structural">
<c level="subseries">
<did>
<unittitle>Clippings</unittitle>
</did>
<c level="otherlevel" otherlevel="sub-subseries">
<did>
<unittitle>Clippings (chronological)</unittitle>
</did>
</c>
<c level="otherlevel" otherlevel="sub-subseries">
<did>
<unittitle>Clippings (persons)</unittitle>
</did>
</c>
</c>
<c level="subseries">
<did>
<unittitle>Notes</unittitle>
</did>
</c>
</dsc>
@otherphysdescstructuredtype
Other Structured Physical Description Type [toc]
Summary:
The type of physical description provided in <physdescstructured>, when physdescstructuredtype is set to "otherphysdescstructuredtype."
Data Type:
Example:
<physdescstructured coverage="whole" physdescstructuredtype="otherphysdescstructuredtype" otherphysdescstructuredtype="duration">
<quantity>30</quantity>
<unittype>minutes</unittype>
</physdescstructured>
@otherrelationtype
Other Relation Type [toc]
Summary:
The type of relation provided in <relation>, when relationtype is set to "otherrelationtype."
Data Type:
Example:
<relation relationtype="otherrelationtype" otherrelationtype="Creator">
<relationentry>Exxon Valdez oil spill</relationentry>
<geogname>
<part>Bligh Reef, Prince William Sound, Alaska</part>
<geographiccoordinates coordinatesystem="utm">6V 490800mE 6719917mN</geographiccoordinates>
</geogname>
</relation>
@parallel
Summary:
Specifies if the statements of physical description in a <physdescset> are parallel to one another or not (that is, they are alternate descriptions of the
same set of material). Optional in
<physdescset>.
Values:
false, true (revised in 1.1.2)
Examples:
<physdescset parallel="true">
<physdescstructured coverage="part" physdescstructuredtype="spaceoccupied">
<quantity>650</quantity>
<unittype>gigabytes</unittype>
</physdescstructured>
<physdescstructured coverage="part" physdescstructuredtype="carrier">
<quantity>1</quantity>
<unittype>hard disk</unittype>
</physdescstructured>
<physdescstructured coverage="part" physdescstructuredtype="materialtype">
<quantity>7500</quantity>
<unittype>electronic files</unittype>
</physdescstructured>
</physdescset>
<physdescset parallel="false" coverage="whole">
<physdescstructured coverage="part" physdescstructuredtype="carrier">
<quantity>50</quantity>
<unittype>boxes</unittype>
</physdescstructured>
<physdescstructured coverage="part" physdescstructuredtype="carrier">
<quantity>5</quantity>
<unittype>broadside folders</unittype>
</physdescstructured>
</physdescset>
@parent
Summary:
On <container>, the values of the id attributes of one or more other <container>s that hold the container item being described in the current element. For a folder
this might point to
the <container> that describes the box in which that folder is housed. On <physloc>, the values of the id attributes of one or more other <physloc>s that represent a larger
physical location. For a shelf, this might point to the <physloc> that describes the range in which the shelf is found. Available in <container> and <physloc>.
Data Type:
Example:
<dsc dsctype="combined">
<c level="series">
<did>
<unittitle>Correspondence</unittitle>
</did>
<scopecontent>
<p>[...]</p>
</scopecontent>
<c level="file">
<did>
<container id="mss1993-043.1.1" localtype="box"> 1 </container>
<container parent="mss1993-043.1.1" localtype="folder"> 1 </container>
<unittitle>Family</unittitle>
<unitdate normal="1942/1947">1942-1947</unitdate>
</did>
</c>
<c level="file">
<did>
<container parent="mss1993-043.1.1" localtype="folder"> 2 </container>
<unittitle>General</unittitle>
<unitdate normal="194401/194408">January-August 1944</unitdate>
</did>
</c>
<c level="file">
<did>
<container parent="mss1993-043.1.1" localtype="folder"> 3 </container>
<unittitle>General</unittitle>
<unitdate normal="194409/194503">August 1944-March 1945</unitdate>
</did>
</c>
</c>
</dsc>
@pgwide
Summary:
Indicates whether a table runs the width of the page or the width of the text column.
The value "true" indicates the width of the page; "false" indicates the text column
only.
Values:
Example:
<scopecontent>
<table pgwide="false">
<tgroup cols="4">
<colspec colnum="1" colname="correspondent"></colspec>
<colspec colnum="2" colname="total"></colspec>
<colspec colnum="3" colname="sent"></colspec>
<colspec colnum="4" colname="received"></colspec>
<thead>
<row>
<entry colname="correspondent">Correspondent</entry>
<entry colname="total">Total number of letters</entry>
<entry namest="sent" nameend="received">Letters sent and received</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="correspondent">Douglass, Frederick</entry>
<entry colname="total">93</entry>
<entry colname="sent">47</entry>
<entry colname="received">46</entry>
</row>
<row>
<entry colname="correspondent">Phillips, Wendell</entry>
<entry colname="total">17</entry>
<entry colname="sent">12</entry>
<entry colname="received">5</entry>
</row>
</tbody>
</tgroup>
</table>
</scopecontent>
@physdescstructuredtype
Structured Physical Description Type [toc]
Summary:
A required attribute of <physdescstructured> that specifies the nature of the statement being provided. "Carrier" refers to the
number of containers; "materialtype" indicates the type and/or
number of the material types; "spaceoccupied" denotes the two- or three-dimensional
volume of the materials. If none of these values are appropriate, the value "otherphysdescstructuredtype"
may be
chosen and some other value specified in otherphysdescstructuredtype.
Values:
carrier, materialtype, otherphysdescstructuredtype, spaceoccupied
Example:
<physdescset parallel="true" coverage="part">
<physdescstructured coverage="part" physdescstructuredtype="spaceoccupied">
<quantity>6</quantity>
<unittype>terabytes</unittype>
</physdescstructured>
<physdescstructured coverage="part" physdescstructuredtype="carrier">
<quantity>12</quantity>
<unittype>hard drives</unittype>
</physdescstructured>
<physdescstructured coverage="part" physdescstructuredtype="materialtype">
<quantity>1800</quantity>
<unittype>electronic files</unittype>
</physdescstructured>
</physdescset>
@relatedencoding
Summary:
A descriptive encoding system, such as MARC21, ISAD(G), or Dublin Core, to which certain
EAD elements can be mapped using encodinganalog. Available in <ead>, <control>, and
<archdesc>; <control> and <archdesc> may be mapped to different encoding systems, for example <control> mapped to Dublin Core and <archdesc> mapped to MARC21 or
ISAD(G) instead.
Data Type:
Example:
<archdesc level="fonds" localtype="inventory" relatedencoding="ISAD(G)v2" encodinganalog="3.1.4" lang="dut" script="Latn">
<did>
<unittitle encodinganalog="3.1.2">Nederlandsche Gist- en Spiritusfabriek en Pharmaceutische Fabrieken voorheen Brocades-Stheeman
& Pharmacia, in 1967 gefuseerd tot
Gist-Brocades</unittitle>
<unitdate calendar="gregorian" era="ce" encodinganalog="3.1.3" normal="1860/1967"> 1860-1967 (1987)</unitdate>
</did>
[...] </archdesc>
@relationtype
Summary:
A required attribute of <relation> used to indicate the type of entity that is related to the materials being described.
Values:
cpfrelation, resourcerelation, functionrelation, otherrelationtype
Example:
<archdesc>
<did>
<unittitle>Michael Butterworth Papers</unittitle>
[...] </did>
[...] </archdesc>
@relator
Summary:
A contextual role or relationship that a controlled access term has with the materials
described. For example, <persname> may have a relator value of "creator" or "photographer."
EAD does not supply a controlled list of values for this attribute, but use of some
other controlled vocabulary (e.g., MARC relator codes), is encouraged.
Data Type:
Example:
<bibref>
<persname relator="author">
<part>Kinder, Dolores.</part>
</persname>
<title>
<part>Once Upon a Lullaby.</part>
</title>
<geogname>
<part>New York: </part>
</geogname>
<corpname relator="publisher">
<part>Wells & Sons, </part>
</corpname>
<date localtype="publication"> 1931 </date>
</bibref>
@render
Summary:
Controls the formatting of the content of an element for display and print purposes.
Available in <emph>, <foreign>, <quote>, <title>, and
<titleproper>. See also altrender.
Values:
altrender, bold, bolddoublequote, bolditalic, boldsinglequote, boldsmcaps, boldunderline,
doublequote, italic, nonproport, singlequote, smcaps, sub, super, underline
Example:
<bibliography>
<head>Bibliography</head>
<p>Sources consulted by John Kobler.</p>
<bibliography>
<head>Monographs</head>
<bibref>
<title render="italic">
<part>Affiches americaines</part>
</title>
San Domingo: Imprimerie royale du Cap, 1782. Nos. 30, 35.</bibref>
<bibref>Ardouin, Charles Nicholas Celigny.
<title render="italic">
<part>Essais sur l'histoire d'Haiti</part>
</title>
. Port-au-Prince, 1865.</bibref>
<bibref>Bastien, Remy.
<title render="italic">
<part>Anthologie du folklore haitien</part>
</title>
,
<title render="doublequote">
<part>Proverbes</part>
</title>
.Mexico, 1946. pp.83-91.</bibref>
<bibref>Bellegarde, Dantes.
<title render="italic">
<part>Dessalines a parle</part>
</title>
. Port-au-Prince, 1948.Chap. IV: pp. 47-54.</bibref>
</bibliography>
<bibliography>
<head>Serial publications</head>
[. . .] </bibliography>
</bibliography>
@repositorycode
Summary:
A code in <unitid> that uniquely identifies the repository responsible for intellectual control of the
materials being described. The code should be taken from ISO/DIS 15511 Information
and
documentation—International Standard Identifier for Libraries and Related Organizations
(ISIL), or another code as specified in repositoryencoding in <control>.
Data Type:
Example:
<archdesc level="collection">
<did>
<head>Descriptive Summary</head>
<unittitle label="Title">Donald C. Stone, Jr. Papers, </unittitle>
<unitdate unitdatetype="inclusive">1971-1983</unitdate>
<origination label="Creator">
<persname source="lcnaf">
<part>Stone, Donald C., Jr.</part>
</persname>
</origination>
<physdesc label="Extent">4 boxes, 4 linear ft. </physdesc>
<repository label="Repository">
<corpname>
<part>The Graduate Theological Union</part>
</corpname>
<address>
<addressline>Berkeley, California</addressline>
</address>
</repository>
<abstract label="Abstract">The papers document Donald C. Stone's work with Ornstein and Swencionis on the
<emph render="italic">est</emph>
Outcome Project, and the development of
his doctoral research, including his various publications on the human potential movement,
up to the completion of his doctoral dissertation.</abstract>
<physloc label="Shelf location">5/D/4-5</physloc>
</did>
[. . .] </archdesc>
@repositoryencoding
Repository Encoding [toc]
Summary:
The authoritative source or rules for values supplied in <agencycode> and repositorycode in <unitid>. If the value "otherrepositoryencoding" is selected an alternate code
list should be specified in <conventiondeclaration>. Available only in <control>.
Values:
iso15511, otherrepositoryencoding
Example:
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924" relatedencoding="MARC21">
<recordid>DFA/PREU</recordid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="245">Permanent Representation of Ireland to the European Union</titleproper>
</titlestmt>
</filedesc>
<maintenancestatus value="derived"></maintenancestatus>
<maintenanceagency countrycode="IE">
<agencycode>IE-NAI</agencycode>
<agencyname>National Archives of Ireland</agencyname>
</maintenanceagency>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2014-05-12T23:59:59">12 May 2014</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Converted_apeEAD_version_1.4.8</agent>
</maintenanceevent>
</maintenancehistory>
</control>
@rowsep
Summary:
Specifies whether the rows in a table are to be separated by horizontal lines. A value
of "false" indicates that no line is displayed, and "true" indicates that a line should
be displayed below the
row.
Values:
Example:
<table frame="all" colsep="true" rowsep="true">
<head>Dates of Existence for Local Chapters</head>
<tgroup align="center" cols="3">
<colspec colname="chaptertitle" colnum="1"></colspec>
<colspec colname="yearformed" colnum="2"></colspec>
<colspec colname="yeardisbanded" colnum="3"></colspec>
<thead valign="middle">
<row>
<entry colname="chaptertitle">Chapter Title</entry>
<entry colname="yearformed">Year Formed</entry>
<entry colname="yeardisbanded">Year Disbanded</entry>
</row>
</thead>
<tbody valign="middle">
<row>
<entry colname="chaptertitle">Local Chapter 543</entry>
<entry colname="yearformed">1923</entry>
<entry colname="yeardisbanded">1967</entry>
</row>
</tbody>
</tgroup>
</table>
@rules
Summary:
Name of the descriptive rules or conventions that govern the formulation of the content
of the element. Available in <corpname>, <famname>, <function>, <genreform>,
<geogname>, <name>, <occupation>, <part>, <persname>, <physfacet>, <subject>, <term>, <title>, <unitid>,
<unittype>.
Data Type:
Example:
<archdesc level="fonds">
<did>
<head>Descriptive Summary</head>
<unittitle label="Title">Richard Egan manuscript maps of Orange County</unittitle>
<unitdate unitdatetype="inclusive" normal="1878/1879">Circa 1878-1879</unitdate>
<unitid countrycode="US" repositorycode="cu-i" label="Collection number">MS-R72</unitid>
<origination label="Creator">
<persname rules="aacr2">
<part>Egan, Richard</part>
<part>1842-1923</part>
</persname>
</origination>
<repository label="Repository">
<corpname rules="aacr2">
<part>University of California, Irvine</part>
<part>Library</part>
<part>Special Collections and Archives</part>
</corpname>
</repository>
</did>
</archdesc>
@script
Summary:
Indicates the writing script of the content of an element (e.g., Cyrillic, Katakana).
Content should be taken from ISO 15924 Codes for the Representation of Names of Scripts,
or another controlled
list, as specified in the scriptencoding attribute in <control>. May be used consistently in a multi-lingual finding aid to specify which elements
are written in which script.
Available on all non-empty elements.
Data Type:
Example:
<bioghist> [. . .]
<p>Thanatos (
<foreign lang="grc" script="Grek"> Θάνατος </foreign>
) was the personification of death. He was a minor figure in Greek mythology, often
referred to,
but rarely appearing in person. </p>
[. . .] </bioghist>
@scriptcode
Summary:
The code for the writing script used with a given language. Content should be taken
from ISO 15924 Codes for the Representation of Names of Scripts, or another controlled
list, as specified in the
scriptencoding attribute in <control>. Available in <script>.
Data Type:
Example:
<langmaterial>
<languageset>
<language langcode="jpn">Japanese</language>
<script scriptcode="Hira">hiragana</script>
<script scriptcode="Kana">katakana</script>
</languageset>
<descriptivenote>
<p>This file contains documents in Japanese, in both the hiragana and katakana scripts.</p>
</descriptivenote>
</langmaterial>
@scriptencoding
Summary:
The authoritative source or rules for values supplied in script and scriptcode. If the value "otherscriptencoding" is selected an alternate code list should be
specified in
<conventiondeclaration>. Available only in <control>.
Values:
iso15924, otherscriptencoding
Example:
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924" relatedencoding="MARC21">
<recordid>DFA/PREU</recordid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="245">Permanent Representation of Ireland to the European Union</titleproper>
</titlestmt>
</filedesc>
<maintenancestatus value="derived"></maintenancestatus>
<maintenanceagency countrycode="IE">
<agencycode>IE-NAI</agencycode>
<agencyname>National Archives of Ireland</agencyname>
</maintenanceagency>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2014-05-12T23:59:59">12 May 2014</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Converted_apeEAD_version_1.4.8</agent>
</maintenanceevent>
</maintenancehistory>
</control>
@show
Summary:
A control that defines whether a remote resource that is the target of a link appears
in a new window, replaces the local resource that initiated the link, appears at the
point of the link (embed),
initiates some other action, or causes no target resource to display. It is used in
conjunction with actuate to determine link behavior.
Values:
new, replace, embed, other, none
Example:
<control> [. . .]
<conventiondeclaration>
<abbr>DACS</abbr>
<citation href="
http://www2.archivists.org/standards/DACS" lastdatetimeverified="2015-07-02T16:30:21-5:00" linktitle="DACS in HTML on SAA website" actuate="onload" show="new">Describing Archives: a Content Standard</citation>
<descriptivenote>
<p>DACS was used as the primary description standard.</p>
</descriptivenote>
</conventiondeclaration>
[. . .] </control>
@source
Summary:
The controlled vocabulary that is the source of the term contained in the element.
Available in <corpname>, <famname>, <function>, <genreform>, <geogname>,
<name>, <occupation>, <part>, <persname>, <physfacet>, <subject>, <term>, <title>, <unitid>, and <unittype>.
Data Type:
Example:
<controlaccess>
<function encodinganalog="657" source="aat">
<part>Legislating</part>
</function>
<function encodinganalog="657" source="aat">
<part>Law enforcing</part>
</function>
<function encodinganalog="657" source="aat">
<part>Convicting</part>
</function>
</controlaccess>
@standarddate
Summary:
The standardized form of date expressed in <datesingle>, <fromdate>, or <todate>. It is recommened that standarddate values follow ISO 8601, for example, 2011-07-22,
1963, or 1912-11, or another standard date format as specified in dateencoding.
Data Type:
Example:
<unitdatestructured calendar="gregorian" era="ce">
<dateset>
<datesingle standarddate="1963-01-22">22 January 1963</datesingle>
<daterange>
<fromdate standarddate="1971-06-01"> 1 June 1971 </fromdate>
<todate standarddate="1974-04-30">30 April 1974</todate>
</daterange>
</dateset>
</unitdatestructured>
@standarddatetime
Summary:
An ISO 8601-compliant form of the date or date and time of a specific maintenance
event expressed in <eventdatetime>. For example, 2009-12-31, 2009, 2009-12, 2009-12-31T23:59:59. Available
only in <eventdatetime>.
Data Type:
Constrained to the following patterns: YYYY-MM-DD, YYYY-MM, YYYY, or YYYY-MM-DDThh:mm:ss
[with optional timezone offset from UTC in the form of [+|-][hh:mm], or "Z" to indicate
the dateTime is UTC.
No timezone implies the dateTime is UTC.]
Example:
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2015-09-13T08:05:33-05:00">13 September 2015</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>EAD2002_to_EAD3.xsl</agent>
<eventdescription>Conversion from EAD 2002 finding aid using XSL transformation.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2015-09-14T10:05:23-05:00">14 September 2014</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Lisa Bolkonskaya</agent>
<eventdescription>Conversion from EAD 2002 revised. Conventions and local control added..</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2015-09-16T14:23:42-05:00">16 September 2014</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Lisa Bolkonskaya</agent>
<eventdescription>Minor revisions. Added sources.</eventdescription>
</maintenanceevent>
</maintenancehistory>
@target
Summary:
A pointer to the ID of another element. Used to create internal links within an XML
instance. Available in <ptr> and <ref>.
Data Type:
Example:
<indexentry>
<famname>
<part>Hely-Hutchinson family</part>
</famname>
<indexentry>
<genreform>
<part>Pedigree, 20th cent.</part>
</genreform>
<ref target="EngC5769-f74" show="replace" actuate="onrequest">MS. Eng. c. 5769, fol. 74</ref>
</indexentry>
</indexentry>
@transliteration
Summary:
A value designating the transliteration scheme used in converting one script into
another script. For example, the ISO 15919 Transliteration of Devanagari and related
Indic scripts into Latin
characters.
Data Type:
Example:
<relations>
<relation relationtype="cpfrelation">
<relationentry localtype="original-language" lang="ger">Hannah Arendt (1906-1975)</relationentry>
<relationentry localtype="translation" lang="jap" transliteration="DIN32708">アーレント, ハナ (1906-1975)</relationentry>
</relation>
</relations>
@unit
Summary:
The type of measurement used to calculate the value provided in <dimensions>.
Data Type:
Example:
<physdescstructured coverage="whole" physdescstructuredtype="materialtype">
<quantity>10</quantity>
<unittype>posters</unittype>
<dimensions>
<dimentions unit="inches" localtype="height">23</dimentions>
<dimentions unit="inches" localtype="width">35</dimentions>
</dimensions>
</physdescstructured>
@unitdatetype
Summary:
Identifies the type of date expressed in <unitdate> or <unitdatestructured>.
Values:
Example:
<unitdatestructured certainty="circa" unitdatetype="inclusive">
<daterange>
<fromdate notbefore="1971" notafter="1975">around 1973</fromdate>
<todate standarddate="1992">1992</todate>
</daterange>
</unitdatestructured>
@valign
Vertical Alignement [toc]
Summary:
Vertical positioning of the text within a table cell.
Values:
Example:
<table frame="all" colsep="true" rowsep="true">
<head>Dates of Existence for Local Chapters</head>
<tgroup align="center" cols="3">
<colspec colname="chaptertitle" colnum="1"></colspec>
<colspec colname="yearformed" colnum="2"></colspec>
<colspec colname="yeardisbanded" colnum="3"></colspec>
<thead valign="middle">
<row>
<entry colname="chaptertitle">Chapter Title</entry>
<entry colname="yearformed">Year Formed</entry>
<entry colname="yeardisbanded">Year Disbanded</entry>
</row>
</thead>
<tbody valign="middle">
<row>
<entry colname="chaptertitle">Local Chapter 543</entry>
<entry colname="yearformed">1923</entry>
<entry colname="yeardisbanded">1967</entry>
</row>
</tbody>
</tgroup>
</table>
@value
Summary:
General attribute, required in a number of children of <control>, that provides controlled terminology related to the management of an EAD instance.
The terms available for value
are defined in closed lists that vary by element as follows:
Values:
Values in <eventtype>: created, revised, deleted, cancelled, derived, updated, unknown
Values:
Values in <agenttype>: human, machine, unknown
Values:
Values in <publicationstatus>: inprocess, approved, published
Values:
Values in <maintenancestatus>: revised, deleted, new, deletedsplit, deletedmerged, deletedreplaced, cancelled,
derived
Example:
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924" relatedencoding="MARC21">
<filedesc>
<titlestmt>
<titleproper encodinganalog="245">Records of the Economic Affairs division: subject files</titleproper>
</titlestmt>
</filedesc>
<maintenancestatus value="derived"></maintenancestatus>
<maintenanceagency countrycode="IM">
<agencycode>IM-1586</agencycode>
<agencyname>Isle of Man Public Records Office</agencyname>
</maintenanceagency>
<conventiondeclaration>
<abbr>apeMETSRights</abbr>
</conventiondeclaration>
<maintenancehistory>
<maintenanceevent>
<eventtype value="created">Created using the Archives Hub Editor 2017-03-10</eventtype>
<eventdatetime standarddatetime="2017-03-10T23:59:59">10 March 2017</eventdatetime>
<agenttype value="human"></agenttype>
<agent></agent>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised">Normalised for publication by Archives Hub</eventtype>
<eventdatetime standarddatetime="2017-03-10T23:59:59">10 March 2017</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Archives Hub</agent>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised">Last revision by Isle of Man Public Record Office</eventtype>
<eventdatetime standarddatetime="2017-09-26T23:59:59">26 September 2017</eventdatetime>
<agenttype value="human"></agenttype>
<agent></agent>
</maintenanceevent>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2019-10-16T23:59:59">16 October 2019</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Converted_apeEAD_version_2.7.2</agent>
</maintenanceevent>
</maintenancehistory>
</control>
@xpointer
Summary:
The locator for a remote resource in a simple or locator link. Takes the form of a
Uniform Resource Identifier plus a reference, formulated in XPOINTER syntax, to a
sub-resource of the remote
resource. XPOINTER enables linking to specific sections of a document that are relative,
i.e., based on their position in the document or their content, rather than by reference
to a specific
identifier such as an ID.
Data Type:
Example:
<relatedmaterial>
<p>See the letters from Frederick Douglass, 1870-1886</p>
</relatedmaterial>
[toc]
Elements
<abbr>
Summary:
An element for encoding the shortened form of a word or phrase.
Attribute usage:
Use @expan to provide the full form of the abbreviation, which may be given for indexing or
searching purposes.
See also:
The related element <expan> with @abbr, which can be used to encode the full form of a name while providing the abbreviation
in an attribute for indexing or searching
purposes.
May contain:
[text]
May occur within:
abstract,
addressline,
archref,
author,
bibref,
citation,
container,
conventiondeclaration,
date,
datesingle,
didnote,
dimensions,
edition,
emph,
entry,
event,
fromdate,
head,
head01,
head02,
head03,
item,
label,
localtypedeclaration,
materialspec,
num,
p,
part,
physdesc,
physfacet,
physloc,
publisher,
quote,
ref,
rightsdeclaration,
sponsor,
subtitle,
titleproper,
todate,
unitdate,
unitid,
unittitle
Description and Usage:
Used to record the abbreviated form of a word or phrase, for example, an acronym.
Use <abbr> within <conventiondeclaration> to identify the code for a thesaurus, controlled vocabulary, or another standard
used in creating the EAD description. To improve
interoperability, it is recommended that the value be selected from an authorized
list of codes such as the MARC Description Convention Source Codes
(//www.loc.gov/standards/sourcelist/descriptive-conventions.html).
In other elements, use <abbr> with expan to encode abbreviations as they occur within the description, if you wish to use
an abbreviation while also providing its fuller form.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Within <control>: Optional, not repeatable
Within other elements: Optional, repeatable
Examples:
<conventiondeclaration>
<abbr> ISAD(G) </abbr>
<citation>ISAD(G): General International Standard Archival Description, second edition, Ottawa
2000</citation>
</conventiondeclaration>
<didnote>File also contains materials from the
<abbr expan="American Civil Liberties Union"> ACLU </abbr>
</didnote>
<c02>
<did>
<unittitle>
<abbr expan="United Nations Educational, Scientific and Cultural Organization"> UNESCO </abbr>
</unittitle>
[. . .] </did>
</c02>
<abstract>
Summary:
A child element of <did> that provides a brief characterization of the materials being described.
Attribute usage:
Use of @localtype and @encodinganalog on <abstract> may assist in transforming information for such MARC21 equivalents as summary note
(520$a) or biographical or
historical data (545$a).
Use @lang when abstracts are provided in more than one language.
May contain:
[text],
abbr,
corpname,
date,
emph,
expan,
famname,
footnote,
foreign,
function,
genreform,
geogname,
lb,
name,
num,
occupation,
persname,
quote,
ptr,
ref,
subject,
title
May occur within:
Description and Usage:
An <abstract> is used primarily to encode biographical or historical information about the creator
and an abridged statement about the scope, content, arrangement, or other descriptive
details
about the archival unit or one of its components.
Within archdesc/did, <abstract> is derived 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. Within the component (<c> or <c01>-<c12>) <did>, <abstract> may describe unique characteristics of an individual component.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<archdesc level="fonds">
<did>
<head>Descriptive Summary</head>
<unittitle label="Title">Richard Egan manuscript maps of Orange County</unittitle>
<unitdate unitdatetype="inclusive" normal="1878/1879">Circa 1878-1879</unitdate>
<unitid countrycode="US" repositorycode="cu-i" label="Collection number">MS-R72</unitid>
<origination label="Creator">
<persname rules="aacr2">
<part>Egan, Richard</part>
<part>1842-1923</part>
</persname>
</origination>
<repository label="Repository">
<corpname rules="aacr2">
<part>University of California, Irvine</part>
<part>Library</part>
<part>Special Collections and Archives</part>
</corpname>
</repository>
<abstract label="Abstract"> Four manuscript survey maps and one plat map depicting areas of Orange County and
attributed to the noted surveyor and judge Richard Egan. One map is dated 1878
and 1879 by Egan. The other maps are undated and unsigned but it is likely that he
drew them during these years. These maps primarily depict subdivisions of non-rancho
tracts of land
occupying what is now Orange County, with the addition of some topographical details.
</abstract>
</did>
</archdesc>
<c02 level="file">
<did>
<unittitle>Family</unittitle>
<abstract> parents, grandparents, cousin Anne </abstract>
<unitdate normal="1956/1973">1956-1973</unitdate>
<container label="Box">104</container>
<container label="Folder(s)">6578-6579</container>
</did>
</c02>
<accessrestrict>
Conditions Governing Access [toc]
Summary:
An element for information about conditions that affect the availability of the materials
being described.
See also:
Do not confuse with <userestrict>, which records information about limitations on the use of the described materials
after access has been granted.
Do not confuse with <legalstatus>, which records the statutorily-defined status of the materials being described.
May contain:
May occur within:
accessrestrict,
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
Record in <accessrestrict> information about the availability of the described materials, whether due to the
nature of the information in the materials being described, the physical condition
of the materials, or the location of the materials. Examples include restrictions
imposed by the donor, legal statute, repository, or other agency, as well as the need
to make an appointment with
repository staff. May also indicate that the materials are not restricted.
References:
ISAD(G) 3.4.1
MARC 355, 506
MODS <accessCondition>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<accessrestrict>
<p>There are no access restrictions on this collection.</p>
</accessrestrict>
<accessrestrict>
<p>University records are public records and once fully processed are generally open
to research use. Records that contain personally identifiable information will be
closed to protect
individual privacy. The closure of university records is subject to compliance with
applicable laws.</p>
</accessrestrict>
<c02 level="file">
<did>
<container label="Box">104</container>
<container label="Folder(s)">6578-6579</container>
<unittitle>
<emph render="italic">Technics and Civilization (Form and Personality)</emph>
</unittitle>
<unitdate unitdatetype="inclusive" normal="1931/1933">1931-1933</unitdate>
</did>
<scopecontent>
<p>Draft fragments.</p>
</scopecontent>
<accessrestrict>
<p>Only the photocopies (housed in Box 105) of these fragile materials may be used.</p>
</accessrestrict>
</c02>
<accruals>
Summary:
An element for information about anticipated additions to the materials being described.
May contain:
May occur within:
accruals,
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
Used to indicate anticipated additions to the material already held by the repository.
May indicate quantity and frequency of the accruals. The element may also be used
to indicate no additions are
expected.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<accruals>
<p>No further materials are expected for this collection.</p>
</accruals>
<accruals>
<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>
<acqinfo>
Acquisition Information [toc]
Summary:
An element for encoding the immediate source of acquisition of the materials being
described.
See also:
Note that the accession number may be encoded in <unitid> within <did>.
<separatedmaterial> should be used for indicating items acquired as part of a collection and then subsequently
removed from the collection.
Do not confuse with <custodhist>, which should be used for information about the chain of ownership before the materials
reached the repository.
May contain:
May occur within:
acqinfo,
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
Use <acqinfo> to identify the source of the materials being described and the circumstances under
which they were received, including donations, transfers, purchases, and deposits.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<acqinfo>
<chronlist>
<chronitem>
<datesingle>1945</datesingle>
<event>Transfer from
<corpname>
<part>National Park Service</part>
</corpname>
, Accession number 45.22 </event>
</chronitem>
</chronlist>
</acqinfo>
<acqinfo>
<p>Source unknown. Originally deposited in University Library, transferred to Department
of Palaeography,
<date normal="19580424">24 April 1958</date>
. </p>
</acqinfo>
<address>
Summary:
An element that binds together one or more <addressline> elements that provide contact information for a repository or publisher.
May contain:
May occur within:
Description and Usage:
Use to record information about the place where a repository or publisher is located
and may be contacted. Examples include a postal address, electronic mail address,
and/or phone number.
Use <address> within <repository> when encoding the contact information of the institution or agency providing intellectual
access to the materials being described. Use <address>
within <publicationstmt> when it contains the address of the publisher of the encoded archival description.
Consider using a style sheet to store address information that occurs in many archival
descriptions, as it is easier to update the information when located in a single,
shared file.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Within <publicationstmt>:One of <address>, <date>, <num>, <p>, or <publisher> is required, repeatable
Within <repository>:Optional, not repeatable
Examples:
<publicationstmt>
<publisher>The British Library</publisher>
<address>
<addressline>96 Euston Road</addressline>
<addressline>London</addressline>
<addressline>NW1 2DB</addressline>
<addressline>United Kingdom</addressline>
</address>
</publicationstmt>
<publicationstmt>
<publisher>The Bancroft Library.</publisher>
<address>
<addressline>University of California, Berkeley.</addressline>
<addressline>Berkeley, California 94720-6000</addressline>
<addressline>Phone: 510/642-6481</addressline>
<addressline>Fax: 510/642-7589</addressline>
</address>
</publicationstmt>
<repository>
<corpname>
<part>University of California, Irvine. Library. Special Collections and Archives.</part>
</corpname>
<address>
<addressline>Irvine, California 92623-9557</addressline>
</address>
</repository>
<addressline>
Summary:
A generic element for recording one line of an address, whether postal or other.
Attribute usage:
Use @localtype, if local use requires specification of the type of information contained in the
line.
May contain:
May occur within:
Description and Usage:
<addressline> may be repeated as many times as necessary to enter all parts of an address.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Example:
<publicationstmt>
<publisher>Special Collections and Archives</publisher>
<address>
<addressline>The UCI Libraries</addressline>
<addressline>P.O. Box 19557</addressline>
<addressline>University of California</addressline>
<addressline>Irvine, California 92623-9557</addressline>
<addressline>Phone: (949) 824-7227</addressline>
<addressline>Fax: (949) 824-2472</addressline>
</address>
<date>© 2000</date>
<p>The Regents of the University of California. All rights reserved.</p>
</publicationstmt>
<agencycode>
Summary:
A child element of <maintenanceagency> that provides a code for the institution or service responsible for the creation,
maintenance, and/or dissemination of the EAD instance.
See also:
Use <agencyname> to record the name of the agency.
Use <otheragencycode> to record any alternative codes representing the agency.
<recordid>, which together with <agencycode> provides a globally unique identifier for the EAD instance.
May contain:
[text]
May occur within:
Description and Usage:
Use <agencycode> to record a code indicating the institution or service responsible for the creation,
maintenance and/or dissemination of the EAD instance. Use of <agencycode> is
recommended, as the combination of <agencycode> and the required <recordid> provide a globally unique identifier for the instance.
It is recommended that the code follow the format of the International Standard Identifier
for Libraries and Related Organizations (ISIL: ISO 15511): a prefix, a dash, and an
identifier. The code is
alphanumeric (characters A-Z, 0-9, solidus, hyphen-minus, and colon) with a maximum
of 16 characters. If appropriate to local or national convention, insert avalid ISIL
for an institution, whether
provided by a national authority (usually the national library) or a service (such
as OCLC). If this is not the case then local institution codes may be given with the
ISO 3166-1 alpha-2 country code
as the prefix to ensure international uniqueness in <agencycode>.
References:
ISAD(G) 3.1.1
MODS <recordContentSource>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<maintenanceagency>
<agencycode> AU-ANL:PEAU </agencycode>
<agencyname>National Library of Australia</agencyname>
</maintenanceagency>
<maintenanceagency>
<agencycode> DNASA-G </agencycode>
<otheragencycode localtype="agency">GSFC</otheragencycode>
<agencyname>NASA Goddard Space Flight Center</agencyname>
</maintenanceagency>
<agencyname>
Summary:
A required child element of <maintenanceagency> that provides the name of the institution or service responsible for the creation,
maintenance, and/or dissemination of the EAD instance.
Attribute usage:
Use @localtype if local use requires recording the type of name.
See also:
Use <agencycode> to record a code for representating the agency, which together with <recorded> provides a globally unique identifier for the EAD instance.
Use <otheragencycode> for any alternative codes.
May contain:
[text]
May occur within:
Description and Usage:
Use <agencyname> to record the name of the institution or service responsible for the creation, maintenance,
and/or dissemination of the EAD instance. Examples include the repository name or
the name of an aggregation service.
It is recommended to use the form of the agency name that is authorized by an appropriate
national or international agency or service.
<agencyname> may be repeated in order to provide the name of the institution or service responsible
for the EAD instance in multiple languages. If <agencyname> is repeated it is
recommended to indicate the language of each name using lang.
References:
MODS <recordContentSource>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<maintenanceagency>
<agencycode> AU-ANL:PEAU </agencycode>
<agencyname> National Library of Australia </agencyname>
</maintenanceagency>
<maintenanceagency>
<otheragencycode localtype="archon">GB-58</otheragencycode>
<agencyname> British Library </agencyname>
</maintenanceagency>
<maintenanceagency>
<agencycode>DNASA-G</agencycode>
<otheragencycode localtype="agency">GSFC</otheragencycode>
<agencyname> NASA Goddard Space Flight Center </agencyname>
</maintenanceagency>
<agent>
Summary:
A required child element of <maintenanceevent> that provides the name of a person, institution, or system responsible for the creation,
modification, or deletion of an EAD instance.
See also:
Use the sibling element <agenttype> to indicate the type of agent.
May contain:
[text]
May occur within:
Description and Usage:
Use <agent> to indicate the person, institution, or system responsible for a maintenance event.
Examples include the name of the author or encoder, the database responsible for creating
the
EAD instance, and the style sheet used to update an instance to a new version of EAD.
Give the name of the agent for each maintenance event described in <maintenanceevent>. If the agent is a person or institution encode the value on <agenttype> as "human."
Otherwise, if the agent is a system, encode the value on <agentype> as "machine."
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Michael Rush</agent>
<eventdescription>Finding aid created.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Beinecke Library Edix/Wordix macros</agent>
<eventdescription>Encoded in EAD 1.0.</eventdescription>
</maintenanceevent>
<agenttype>
Summary:
A required child element of <maintenanceevent> that indicates the type of agent responsible for the creation, modification, or deletion
of an EAD instance.
Attribute usage:
<agenttype> requires use of @value, which must be set to "human," "machine," or "unknown," and should correspond to
the information recorded in <agent>. For example, if the
<agent> is Jane Marshall, the value of <agenttype> should be set to "human." If the <agent> is a database, style sheet, or other system, the value of <agenttype>
should be set to "machine." The value of <agenttype> may also be set to "unknown" if the agent and/or type of agent cannot be determined.
See also:
Use the sibling element <agent> to encode the agent’s name.
May contain:
[text]
May occur within:
Description and Usage:
Use <agenttype> and the value to indicate the type of agent responsible for the creation, modification, or deletion
of an EAD instance, as captured in <maintenanceevent>. The
element should remain empty unless text is necessary to provide a value for <agenttype> in a language other than English.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Required (values limited to: human, machine, unknown)
Availability:
Examples:
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Michael Rush</agent>
<eventdescription>Finding aid created.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Beinecke Library Edix/Wordix macros</agent>
<eventdescription>Encoded in EAD 1.0.</eventdescription>
</maintenanceevent>
<altformavail>
Alternative Form Available [toc]
Summary:
An element for indicating the existence of copies of the materials being described.
See also:
Do not confuse with <originalsloc>, which encodes information about the existence, location, and availability of originals
where the unit described consists of copies.
Do not confuse with <dao>, which may be used to encode links to digitized versions of the materials being described.
May contain:
May occur within:
altformavail,
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
Indicates the existence of 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.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<altformavail>
<p>This collection has been microfilmed and is available on three reels MF1993-034:1
to MF1993-034:3.</p>
<p>Researchers interested in purchasing microfilm copies should contact the repository.</p>
</altformavail>
<altformavail>
<head>Alternate Form of Material</head>
<p>Microfilm copy available (
<num localtype="microfilm reel"> M-5030/1</num>
).</p>
</altformavail>
<c02 level="file">
<did>
<container localtype="reel" label="Film Storage">1</container>
<unittitle>
<title render="italic">
<part>The Man Who Hated Children</part>
</title>
</unittitle>
<unitdate normal="1972">1972</unitdate>
<physdesc>16 mm. film</physdesc>
</did>
<altformavail>
<p>A VHS Videocassette version is available for viewing. Video tape is located in Video
Storage.</p>
</altformavail>
</c02>
<appraisal>
Appraisal Information [toc]
Summary:
An element for documenting decisions and actions related to assessing the archival
value and disposition of the materials being described.
May contain:
May occur within:
appraisal,
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
A statement of the rationale for decisions related to appraisal and disposition of
the materials being described. Such decisions may be based upon the records’ current
administrative, legal, and
fiscal use; their evidential, intrinsic, and informational value; their arrangement
and condition; and their relationship to other records. May include information about
destruction actions,
sampling, and disposition schedules.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<appraisal>
<p>The records of the Mid-Ocean Dynamics Experiment came to the Institute Archives in
two accessions in 1980 and 1982. During processing the collection was reduced from
fifteen cubic feet to
four by discarding duplicate materials, financial records, and publications not authored
by MODE participants. Forty charts and six inches of raw data presented the primary
appraisal issues.
The raw data consisted of bulletins and reports referring to float positions, moorings,
isotherms, geostrophic velocity calculations, ships' summaries, and work proposed
and work carried out
during the MODE-I experiment. As this raw data was recapitulated in weekly
<title render="underline">
<part>MODE Hot Line Bulletins</part>
</title>
, only a sampling was retained in the collection. Also discarded were ten charts for
which there were no descriptions of indicated data points, nor were dates or test
site locations
provided.</p>
<p>Six inches of materials pertaining to the POLYMODE project, 1973-1980, were added
to the Institute Archives POLYMODE collection.</p>
<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>
<appraisal>
<chronlist>
<chronitem>
<datesingle standarddate="1975">1975</datesingle>
<event>Appraisal provided by donor, $12,500.</event>
</chronitem>
<chronitem>
<datesingle standarddate="2008">2008</datesingle>
<event>Appraised for insurance purposes, $15,750.</event>
</chronitem>
</chronlist>
</appraisal>
<archdesc>
Archival Description [toc]
Summary:
A required child element of <ead> that binds together all of the archival descriptive information in an EAD instance.
Attribute usage:
The required @level identifies the type of aggregation being described in the EAD instance: class, collection,
file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, or
subseries. If "otherlevel" is used as a value for @level, the @otherlevel should be used to provide an alternative term.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
controlaccess,
custodhist,
did,
dsc,
fileplan,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
userestrict
May occur within:
Description and Usage:
An element for binding together the bulk of an EAD document instance, which typically
should include elements describing the content, context, and extent of a body of archival
materials, as well as
containing administrative and supplemental information that facilitates use of the
materials. The elements are organized in hierarchical levels that provide a descriptive
overview of the whole,
optionally followed by more specific description of the component parts. Descriptive
information is inherited downward, from one hierarchical level to the next.
The first child of <archdesc> must be the required <did> that provides core information about the overall unit being described in the finding
aid. This may be followed by a variety of
notes and controlled access elements that describe or provide administrative information
about the whole of the materials being described. <archdesc> may also include information about
subordinate units, which are bound together within <dsc> containing one or more levels of subordinate components. Data elements available
in <archdesc> are repeatable in components
(<c> or <c01>-<c12>) within <dsc>.
References:
ISAD(G) 3.1.4 is equivalent to level
MARC 351$c is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Required (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Optional
Optional
Availability:
Example:
<archdesc level="fonds" localtype="inventory" relatedencoding="ISAD(G)v2" encodinganalog="3.1.4" lang="dut" script="Latn">
<did>
<unittitle encodinganalog="3.1.2">Nederlandsche Gist- en Spiritusfabriek en Pharmaceutische Fabrieken voorheen Brocades-Stheeman
& Pharmacia, in 1967 gefuseerd tot
Gist-Brocades</unittitle>
<unitdate calendar="gregorian" era="ce" encodinganalog="3.1.3" normal="1860/1967"> 1860-1967 (1987)</unitdate>
</did>
[...] </archdesc>
<archref>
Summary:
An element for citing other archival materials.
See also:
Do not confuse with <bibref>, which is used to cite published works or other materials that are not archival in
nature.
May contain:
[text],
abbr,
corpname,
date,
emph,
expan,
famname,
footnote,
foreign,
function,
genreform,
geogname,
lb,
name,
num,
occupation,
persname,
ptr,
quote,
ref,
subject,
title
May occur within:
Description and Usage:
<archref> is used to cite separately described archival materials of potential interest to
the researcher, such as a series described separately from its record group or a collection
that is
related topically or by provenance.
Use <archref> to cite archival materials in <bibliography>, <otherfindaid>, <relatedmaterial>, or <separatedmaterial>. Also, <ref> may be used within
<archref> to link to another EAD instance.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<relatedmaterial>
<head>Related Collections</head>
<archref>
<num localtype="collection">BANC PIC 19xx.055--ffALB</num>
, Photographs Taken During the U.S. Geological Surveys West of the 100th Meridian,
1871-1873, by Timothy H. O'Sullivan and
William Bell </archref>
<archref>
<num localtype="collection">BANC PIC 19xx.089--STER</num>
, Stereoviews of the U.S. Geographical Survey Expedition West of the 100th Meridian
of 1871, by Timothy H. O'Sullivan </archref>
<archref>
<num localtype="collection">BANC PIC 19xx.273--PIC</num>
, Geographical Surveys West of the 100th Meridian (U.S.). New Mexico Photographs from
the 1873 Geographical Survey West of the
100th Meridian </archref>
<archref>
<num localtype="collection">BANC PIC 1905.17116-.17119--STER</num>
, Western Survey Expeditions of 1871, 1872, 1873, and 1874, by Timothy H. O'Sullivan
and William Bell </archref>
</relatedmaterial>
<relatedmaterial>
<archref>
<ref actuate="onrequest" show="new" href="smith_m">Mary Smith Papers</ref>
</archref>
<archref>
<ref actuate="onrequest" show="new" href="smith_j">Jeremiah Smith Correspondence</ref>
</archref>
</relatedmaterial>
<arrangement>
Summary:
An element for describing the organization or filing sequence of the records.
May contain:
May occur within:
archdesc,
arrangement,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
Use <arrangement> to record the logical or physical groupings within a hierarchical structure and their
relationships. This includes how the described materials have been subdivided into
smaller units, e.g., record groups into series. May also indicate the filing sequence
of the described materials, for example chronological or alphabetical arrangement.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<arrangement>
<head>Arrangement of the Collection</head>
<p>The filing system for the Braman Collection has been kept substantially in its original
form. That is, original folders and their titles have been retained. The processor
devised the basic
organization scheme for the collection and, where necessary, reorganized the papers
within the various component groups.</p>
</arrangement>
<c01 level="series">
<did>
<unittitle>Research files</unittitle>
<unitdate unitdatetype="inclusive" normal="1887/1995">1887-1995</unitdate>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>3.5</quantity>
<unittype>linear ft.</unittype>
</physdescstructured>
</did>
<scopecontent>
<p>This series consists of newspaper clippings and research notes of Fred Reed, pertaining
to the Champlain Transportation Company, its vessels, and the vessels' crew members.
Several of
the folders of chronological clippings include subjects, such as the move of the Ticonderoga
(1954-1955) and the sale of the Champlain Transportation Company (1966). A number
of clippings
under "Persons" are obituaries. Two folders under the subseries "Notes" contain handwritten
notes by Fred Reed broadly pertaining to the history of the Champlain Transportation
Company,
including a chronology, a list of crew members, and information about the Company's
vessels.</p>
</scopecontent>
<arrangement>
<p>Organized into three subseries:
<list listtype="unordered">
<item>Clippings--chronological</item>
<item>Clippings--persons</item>
<item>Notes</item>
</list>
</p>
<p>"Clippings-persons" is arranged alphabetically by surname, and "Notes" alphabetically
by subject.</p>
</arrangement>
</c01>
<c03 level="file">
<did>
<unittitle id="bruce.A.2.3">Letters from various correspondents to Craufurd Bruce</unittitle>
<unitdate normal="1807/1819">1807-19</unitdate>
<unitid>MS. Eng. c. 5746</unitid>
<physdesc>126 items</physdesc>
</did>
<arrangement>
<p>Alphabetical, Grey - Peterkin</p>
</arrangement>
<scopecontent>
<p>Mainly relating to Michael Bruce, with drafts of a few letters from Craufurd Bruce.</p>
</scopecontent>
</c03>
<author>
Summary:
An optional child element of <titlestmt> that provides the name(s) of the institution(s) or individual(s) responsible for
compiling the intellectual content of the EAD instance.
Attribute usage:
Use @localtype if local practice requires recording the type of author.
See also:
Use <agent> within <maintenanceevent> to designate the encoder of the finding aid.
Use <persname> or <corpname> with the relator attribute to designate the author in a Bibliographic Reference <bibref> citation.
Use <origination> to designate the compiler, collector, or creator of the materials being described.
May contain:
May occur within:
Description and Usage:
Use <author> to record the name(s) of institution(s) or individual(s) responsible for compiling
the intellectual content of the finding aid, as well as any additional information
about the
roles of the author(s) a repository wants to convey to users.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<filedesc>
<titlestmt>
<titleproper>Register of the Rhea Higbee Wakeling Collection</titleproper>
<author> The print and machine readable finding aids for this collection were created by the
Special Collections staff, Gerald R. Sherratt Library. </author>
</titlestmt>
</filedesc>
<filedesc>
<titlestmt>
<titleproper>Finding Aid to the William Johannsson Correspondence</titleproper>
<author> Martin Smith, Lead Archivist; Jane Howard, ILS intern </author>
<sponsor>IMLS Grant #HC-123</sponsor>
</titlestmt>
</filedesc>
<bibliography>
Summary:
For citing works based on the use or analysis of the materials being described.
May contain:
May occur within:
archdesc,
bibliography,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
<bibliography> identifies 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
occurs.
The works may be encoded in <bibref> or <archref>, as a <table>, <list>, or <chronlist>, or in a series of <p> elements.
References:
ISAD(G) 3.5.4
MARC 510, 581
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Example:
<bibliography>
<head>Bibliography</head>
<p>Sources consulted by John Kobler.</p>
<bibliography>
<head>Monographs</head>
<bibref>
<title render="italic">
<part>Affiches americaines</part>
</title>
San Domingo: Imprimerie royale du Cap, 1782. Nos. 30, 35.</bibref>
<bibref>Ardouin, Charles Nicholas Celigny.
<title render="italic">
<part>Essais sur l'histoire d'Haiti</part>
</title>
. Port-au-Prince, 1865.</bibref>
<bibref>Bastien, Remy.
<title render="italic">
<part>Anthologie du folklore haitien</part>
</title>
,
<title render="doublequote">
<part>Proverbes</part>
</title>
.Mexico, 1946. pp.83-91.</bibref>
<bibref>Bellegarde, Dantes.
<title render="italic">
<part>Dessalines a parle</part>
</title>
. Port-au-Prince, 1948.Chap. IV: pp. 47-54.</bibref>
</bibliography>
<bibliography>
<head>Serial publications</head>
[. . .] </bibliography>
</bibliography>
<bibref>
Bibliographic Reference [toc]
Summary:
An element for citing a published work.
See also:
Do not confuse with <ref>, which provides links both internal to a finding aid or from the finding aid to external
content.
Use the more specific <archref> to cite separately described archival materials.
May contain:
[text],
abbr,
corpname,
date,
emph,
expan,
famname,
footnote,
foreign,
function,
genreform,
geogname,
lb,
name,
num,
occupation,
persname,
ptr,
quote,
ref,
subject,
title
May occur within:
Description and Usage:
Use <bibref> to cite a published work such as a book, article, dissertation, motion picture, or
sound recording. The work may be based on, about, or related in some other way to
the materials
described.
<bibref> may contain text, controlled access elements, or formatting elements, and may use
<ptr> or <ref> to link to the published work. Multiple <bibref> elements may be
grouped into a <bibliography>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<otherfindaid>
<bibref>
<title render="italic">
<part>Library of Congress Acquisitions: Manuscript Division, 1982</part>
</title>
, p. 29.
</bibref>
</otherfindaid>
<bibliography>
<head>Sources consulted</head>
<bibref>
<emph render="italic">Affiches americaines</emph>
. San Domingo: Imprimerie royale du Cap, 1782. Nos. 30, 35.
<num localtype="bibid">inet</num>
</bibref>
<bibref> Madiou, Thomas.
<emph render="italic">Histoire d'Haiti</emph>
. Port-au-Prince, 1987.
<num localtype="bibid"> F1921.M154 1987</num>
</bibref>
</bibliography>
<bioghist>
Biography or History [toc]
Summary:
For recording biographical or historical information about the creator(s) of the materials
being described.
May contain:
May occur within:
archdesc,
bioghist,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
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. Use a series of <p> elements to capture a narrative history, and/or <chronlist> to match dates and date ranges with associated
events (and, optionally, places).
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<bioghist>
<head>Administrative History</head>
<p id="PRO123">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>
<p>Under the Act the posts of Economic Secretary to the Treasury and Secretary of State
for Industry, Trade and Regional Development were abolished.</p>
<p>George Brown was appointed as First Secretary of State and Secretary of State for
Economic Affairs, and as chairman of the National Economic Development Council (NEDC).</p>
<p>Composition of DEA: most of Treasury's National Economy Group (excluding the short
term forecasting team); economic planning staff from the National Economic Development
Office (NEDO); the
regional policy divisions from the Board of Trade; a team of industrial experts.</p>
<p>DEA charged with duty of formulating, with both sides of industry, a National Plan
(published in September 1965), co-ordinating the work of other departments in implementing
policies of
economic growth, particularly in the fields of industry, the regions, and prices and
incomes.</p>
. . . </bioghist>
<bioghist>
<head>Chronology</head>
<chronlist>
<chronitem>
<datesingle standarddate="1840-10-12">12 Oct 1840</datesingle>
<event>Born Helena Opid in Krakow, Poland.</event>
</chronitem>
<chronitem>
<datesingle standarddate="1861">1861</datesingle>
<event>Made stage debut as Helena Modrzejewska in charity fair production of
<emph render="italic">The White Camellia</emph>
, in Bochnia, Poland.</event>
</chronitem>
[. . .]
<chronitem>
<datesingle standarddate="1909-04-09">1909</datesingle>
<event>Died April 8th at her home on Bay Island. Funeral services held at St. Vibiana's Cathedral
in Los Angeles, and Modjeska was later buried in her native Krakow.</event>
</chronitem>
</chronlist>
</bioghist>
<blockquote>
Summary:
A generic formatting element that designates an extended quotation.
See also:
Use <quote> to identify inline quotes within a block of text.
May contain:
Description and Usage:
An extended quotation or other lengthy text to be set off from the main text by spacing
or other typographic distinction, for example, by adding additional line spaces above
and below the block quote
and by indenting the left margin of the block quote.
<blockquote> is equivalent to the element <blockquote> in HTML.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<bioghist>
<head>Administrative History</head>
<p>As the size of the Yale faculty increased, Brewster's new admissions policies caused
the make up of the undergraduate body to shift. By the early 1960s, most undergraduates
had prepared at
private schools, and many were sons of Yale alumni. As with the faculty, Brewster
felt that Yale was consistently overlooking some of the best intellectual student
talent necessary to maintain
the highest levels of academic excellence. In a 1965 speech to alumni, Brewster summarized
his administration's revised recruitment policy by stating that Yale would only seek
students</p>
<blockquote>
<p>...whose capacity for intellectual achievement is outstanding and who also have the
motivation to put their intellectual capacities to creatively influential use, in
thought, in art, in
science, or in the exercise of public or private or professional responsibility.</p>
</blockquote>
</bioghist>
<c>
Component (unnumbered) [toc]
Summary:
An element that designates a subordinate part of the materials being described.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which the @level has been set to "otherlevel."
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
Description and Usage:
As a wrapper for a set of elements, <c> provides information about the content, context, and extent of a subordinate body
of materials. It is always a child or descendant of <dsc> and
often a child and/or parent of another <c>. Each <c> identifies a logical section, or level, of the described materials. The physical
filing separations between components need 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 logical point in 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 a 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.
Numbered and un-numbered components cannot be mixed in an EAD instance, and only up
to twelve numbered <c>s, (<c01>-<c12>) may be used in an EAD instance. Numbering components
may assist a finding aid encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<dsc dsctype="combined">
<c level="series">
<did>
<unitid>Series 1</unitid>
<unittitle>Correspondence</unittitle>
</did>
<scopecontent>[...]</scopecontent>
<c level="subseries">
<did>
<unitid>Subseries 1.1</unitid>
<unittitle>Outgoing Correspondence</unittitle>
</did>
<c level="file">
<did>
<unittitle>Abbinger-Aldrich</unittitle>
</did>
</c>
[. . .] </c>
<c level="subseries">
<did>
<unitid>Subseries 1.2</unitid>
<unittitle>Incoming Correspondence</unittitle>
</did>
<c level="file">
<did>
<unittitle>Adams-Ayers</unittitle>
</did>
</c>
[. . .] </c>
</c>
</dsc>
<c01>
Component (first level) [toc]
Summary:
An element that designates the top or first-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c01>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which the @level has been set to "otherlevel."
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c02,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the encoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<dsc dsctype="combined">
<c01 level="series">
<did>
<unittitle>Topical Files</unittitle>
<unitdate unitdatetype="inclusive" normal="1918/1945">1918-1945</unitdate>
</did>
<scopecontent>[...]</scopecontent>
<c02 level="file">
<did>
<unittitle>California Dining Club</unittitle>
</did>
<c03 level="file">
<did>
<unittitle>Annual financial statements</unittitle>
<unitdate unitdatetype="inclusive" normal="1923/1929">1923-1929</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<unittitle>Membership rosters</unittitle>
<unitdate unitdatetype="inclusive" normal="1918/1932">1918-1932</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<unittitle>Minutes</unittitle>
<unitdate unitdatetype="inclusive" normal="1925/1930">1925-1930</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<unittitle>Newsletters</unittitle>
<unitdate unitdatetype="inclusive" normal="1919/1932">1919-1932</unitdate>
</did>
</c03>
</c02>
[. . .] </c01>
</dsc>
<c02>
Component (second level) [toc]
Summary:
An element that designates a second-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c02>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which the @level has been set to "otherlevel."
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c03,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c03>
Component (third level) [toc]
Summary:
An element that designates a third-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c03>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which @level has been set to "otherlevel."
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c04,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c04>
Component (fourth level) [toc]
Summary:
An element that designates a fourth-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c04>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which @level has been set to "otherlevel."
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c05,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c05>
Component (fifth level) [toc]
Summary:
An element that designates a fifth-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c05>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which @level has been set to "otherlevel."
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c06,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c06>
Component (sixth level) [toc]
Summary:
An element that designates a sixth-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c06>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which @level has been set to "otherlevel."
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c07,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: sclass, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c07>
Component (seventh level) [toc]
Summary:
An element that designates a seventh-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c07>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which @level has been set to "otherlevel."
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c08,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c08>
Component (eighth level) [toc]
Summary:
An element that designates an eighth-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c08>.
See also:
The element definition for <c>.
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c09>
Component (ninth level) [toc]
Summary:
An element that designates a ninth-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c09>.
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c10,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c10>
Component (10th level) [toc]
Summary:
An element that designates a tenth-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c10>.
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c11,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c11>
Component (11th level) [toc]
Summary:
An element that designates an eleventh-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c11>.
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c12,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
thead,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<c12>
Component (12th level) [toc]
Summary:
An element that designates a twelfth-level subordinate part of the materials.
Attribute usage:
Use @base to specify a base URI other than the URI of the EAD instance for the purpose of resolving
any relative URIs contained within <c12>.
Use @encodinganalog to indicate corresponding data elements categories in another data format, such as
MARC.
Use @level to identify the logical type of the component, using one of these values: class,
collection, file, fonds, item, otherlevel, recordgrp, series, subfonds, subgrp, subseries.
Assigning @level for the highest <c> is recommended; thereafter the attribute may be used when the repository deems it
useful, or when encoding protocols dictate its use.
Use @otherlevel to specify the level of a component for which @level has been set to "otherlevel."
See also:
The element definition for <c>.
May contain:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
controlaccess,
custodhist,
did,
fileplan,
head,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
relations,
scopecontent,
separatedmaterial,
userestrict
May occur within:
Description and Usage:
Components may be either unnumbered <c> or numbered <c01>, <c02>,… to <c12>. The numbering indicates hierarchy within the endcoded finding aid, not the order
of the
components, so <c01> in one part of a finding aid may designate a series, while in another part of the
finding aid it may designate an item. Numbering components may also assist a finding
aid
encoder in accurately nesting components. <c12> is the lowest hierarchical level permitted when using numbered components.
References:
ISAD(G) 3.1.4 is equivalent to level
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: class, collection, file, fonds, item, otherlevel, recordgrp,
series, subfonds, subgrp, subseries)
Optional
Optional
Availability:
Example:
<chronitem>
Chronology List Item [toc]
Summary:
An element that pairs a date with one or more events and zero or more geographic names
within a chronology list <chronlist>.
Attribute usage:
Use @localtype, if local use requires specification of the type of chronological item.
May contain:
May occur within:
Description and Usage:
An item within a chronology list, <chronitem> must contain a date, date range, or set of dates followed by an event or set of events.
An optional <geogname> may follow the date, date
range or set of dates. Use <dateset> to record multiple dates or date ranges and <chronitemset> to record multiple events or geographic names within a single <chronitem>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<chronlist>
<chronitem>
<datesingle>2015</datesingle>
<chronitemset>
<geogname>
<part>Woodbury, Minnesota</part>
</geogname>
<geogname>
<part>Roseville, Minnesota</part>
</geogname>
<event>Opens additional stores</event>
</chronitemset>
</chronitem>
<chronitem>
<datesingle>1948</datesingle>
<chronitemset>
<geogname>
<part>Minneapolis, Minnesota</part>
</geogname>
<event>Graduates from the University of Minnesota</event>
<event>Begins work as a receptionist for the Humphrey for Senator Committee</event>
</chronitemset>
</chronitem>
<chronitem>
<datesingle>March 1957</datesingle>
<chronitemset>
<geogname>
<part encodinganalog="651" localtype="a">Biwabik, Minnesota</part>
</geogname>
<event>Dies</event>
</chronitemset>
<chronitemset>
<geogname>
<part encodinganalog="651" localtype="a">Minneapolis, Minnesota</part>
</geogname>
<event>Buried in Lakewood Cemetery</event>
</chronitemset>
</chronitem>
</chronlist>
<chronlist>
<chronitem>
<datesingle standarddate="1927">1927</datesingle>
<geogname>
<part>Berlin, Germany </part>
<geographiccoordinates coordinatesystem="mgrs">33UUU9029819737 </geographiccoordinates>
</geogname>
<event>Designs and builds Piscator Apartment</event>
</chronitem>
<chronitem>
<datesingle standarddate="1932">1932</datesingle>
<geogname>
<part>Basel, Switzerland</part>
<geographiccoordinates coordinatesystem="mgrs"> 32TLT9469569092</geographiccoordinates>
</geogname>
<event>Designs and builds Wohnbedarf Furnniture Stores</event>
</chronitem>
</chronlist>
<chronitemset>
Chronology Item Set [toc]
Summary:
An element for binding together zero or more <geogname> elements and one or more <event> elements within <chronitem>.
May contain:
May occur within:
Description and Usage:
Use <chronitemset> within <chronitem> when it is necessary to associate multiple <event> elements or multiple <geogname> elements. Possible combinations include multiple
events, a single event associated with multiple locations, multiple events associated
with a single location, or multiple events associated with multiple locations. <chronitemset> may be
repeated within <chronitem> when necessary to associate multiple instances of such combinations with the date
or dates recorded within <chronitem>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Examples:
<chronitem>
<datesingle>2015</datesingle>
<chronitemset>
<geogname>
<part>Woodbury, Minnesota</part>
</geogname>
<geogname>
<part>Roseville, Minnesota</part>
</geogname>
<event>Opens additional stores</event>
</chronitemset>
</chronitem>
<chronitem>
<datesingle>1948</datesingle>
<chronitemset>
<geogname>
<part>Minneapolis, Minnesota</part>
</geogname>
<event>Graduates from the University of Minnesota</event>
<event>Begins work as a receptionist for the Humphrey for Senator Committee</event>
</chronitemset>
</chronitem>
<chronitem>
<datesingle>March 1957</datesingle>
<chronitemset>
<geogname>
<part encodinganalog="651" localtype="a">Biwabik, Minnesota</part>
</geogname>
<event>Dies</event>
</chronitemset>
<chronitemset>
<geogname>
<part encodinganalog="651" localtype="a">Minneapolis, Minnesota</part>
</geogname>
<event>Buried in Lakewood Cemetery</event>
</chronitemset>
</chronitem>
<chronitem>
<dateset>
<datesingle standarddate="1942-03">March 1942</datesingle>
<daterange>
<fromdate standarddate="1942-05">May 1946</fromdate>
<todate standarddate="1946-09">September 1946</todate>
</daterange>
</dateset>
<chronitemset>
<geogname>
<part>Clear Spring</part>
<part>Maryland</part>
<geographiccoordinates coordinatesystem="UTM">18S 248556mE 4393694mN</geographiccoordinates>
</geogname>
<event>Enlisted in Civilian Public Service as a conscientious objector.</event>
<event>Served at CPS Camp No. 24, subunit 4 in Clear Spring, Maryland. Constructed fences
to conserve soil, practiced specialized tilling, and dug water diversion ditches.
Fought occasional
forest fires.</event>
</chronitemset>
</chronitem>
<chronlist>
Summary:
An element for designating the temporal sequence of significant events associated
with the entity or material described.
Attribute usage:
Use @localtype, if local use requires specification of the type of chronology list.
See also:
Do not confuse with <list>, which is used for formatting a non-chronological series of <item> or <defitem> elements.
May contain:
May occur within:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
blockquote,
controlaccess,
controlnote,
custodhist,
dsc,
fileplan,
footnote,
index,
legalstatus,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
scopecontent,
separatedmaterial,
userestrict
Description and Usage:
<chronlist> provides a structured display for a chronological sequence of events. Each <chronlist> contains one or more <chronitem> elements that pair one or more dates with one
or more events and zero or more geographic names.
<chronlist> most often appears in finding aids as part of <bioghist>, but <chronlist> is also available for use in other elements that might need to present dates and
events in a
multicolumn list.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<chronlist>
<listhead>
<head01>Date(s)</head01>
<head02>Location(s)</head02>
<head03>Event(s)</head03>
</listhead>
<chronitem>
<dateset>
<datesingle standarddate="1942-03">March 1942</datesingle>
<daterange>
<fromdate standarddate="1942-05">May 1946</fromdate>
<todate standarddate="1946-09">September 1946</todate>
</daterange>
</dateset>
<chronitemset>
<geogname>
<part>Clear Spring</part>
<part>Maryland</part>
<geographiccoordinates coordinatesystem="UTM">18S 248556mE 4393694mN</geographiccoordinates>
</geogname>
<event>Enlisted in Civilian Public Service as a conscientious objector.</event>
<event>Served at CPS Camp No. 24, subunit 4 in Clear Spring, Maryland. Constructed fences
to conserve soil, practiced specialized tilling, and dug water diversion ditches.
Fought
occasional forest fires.</event>
</chronitemset>
</chronitem>
</chronlist>
<chronlist>
<chronitem>
<datesingle standarddate="1927">1927</datesingle>
<geogname>
<part>Berlin, Germany </part>
<geographiccoordinates coordinatesystem="mgrs">33UUU9029819737 </geographiccoordinates>
</geogname>
<event>Designs and builds Piscator Apartment</event>
</chronitem>
<chronitem>
<datesingle standarddate="1932">1932</datesingle>
<geogname>
<part>Basel, Switzerland</part>
<geographiccoordinates coordinatesystem="mgrs"> 32TLT9469569092</geographiccoordinates>
</geogname>
<event>Designs and builds Wohnbedarf Furnniture Stores</event>
</chronitem>
</chronlist>
<chronlist>
<chronitem>
<daterange>
<fromdate standarddate="2010">2010</fromdate>
<todate standarddate="2015">2015</todate>
</daterange>
<event> EAD revision </event>
</chronitem>
<chronitem>
<datesingle standarddate="2014-08-13">2014 August 13</datesingle>
<chronitemset>
<geogname>
<part> Washington, D.C. </part>
</geogname>
<event>TS-EAD Meeting</event>
<event>EAD Roundtable Meeting</event>
</chronitemset>
</chronitem>
<chronitem>
<datesingle standarddate="2014-10-23"> 2014 October 23</datesingle>
<event> SAA Webinar, "EAD3: What’s new?" </event>
</chronitem>
</chronlist>
<citation>
Summary:
A required child element of <conventiondeclaration>, <localtypedeclaration>, and <rightsdeclaration> for identifying any rules and conventions applied in the compilation of the description.
Attribute usage:
Use @href to link to the cited resource.
See also:
Use <source> to cite a source of evidence used in describing the archival materials.
Use <bibliography> to provide one or more citations for a published work based on, about, or related
to the materials being described.
May contain:
May occur within:
Description and Usage:
Use <citation> to identify any rules and conventions used in creating the description. Examples
include content standards, controlled vocabularies, and thesauri.
Use <citation> to cite an external resource in human and/or machine-processable form. Provide the
formal title or name of the resource, using <emph> to specify any formatting (such as
italic or bold, etc.) deemed useful.
Attributes:
Optional (values limited to: none, onload, onrequest, other)
Optional
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (must follow pattern based on ISO 8601)
Optional
Optional
Optional
Optional (values limited to: embed, new, none, other, replace)
Availability:
Examples:
<conventiondeclaration>
<abbr>ISAD(G)</abbr>
<citation> ISAD(G): General International Standard Archival Description, second edition, Ottawa
2000 </citation>
</conventiondeclaration>
<conventiondeclaration>
<abbr>NCARules</abbr>
<citation> National Council on Archives, Rules for the Construction of Personal, Place and Corporate
Names, 1997 </citation>
</conventiondeclaration>
<localtypedeclaration>
<citation> IAMS Catloguing Guidelines Part 1: Describing Archives and Manuscripts </citation>
</localtypedeclaration>
<rightsdeclaration>
<abbr>CC0</abbr>
<descriptivenote>
<p>CC0 1.0 Universal (CC0 1.0)</p>
</descriptivenote>
</rightsdeclaration>
<colspec>
Table Column Specification [toc]
Summary:
An empty formatting element that specifies the position and size of a single column
in a table.
Attribute usage:
See the Attributes section of the Tag Library for information about specific attributes.
See also:
Related elements <table> and <tgroup>.
May contain:
[empty]
May occur within:
Description and Usage:
Use <colspec> to specify the position, size, and display aspects of a column. Attributes specify
the unique name of the column, its unique number within the table, its width and rules,
and the
horizontal alignment of text within the column. Note that the quantity of columns
in <table> is determined by the cols of <tgroup>, not by the number of <colspec>
elements present. The values set for <colspec> override any values implied from <tgroup> or <thead>.
Attributes:
Optional (values limited to: center, char, justify, left, right)
Optional
Optional
Optional
Optional
Optional (values limited to: false, true)
Optional
Optional (values limited to: false, true)
Availability:
Example:
<table frame="none">
<tgroup cols="3">
<colspec colnum="1" colname="1" align="left" colwidth="50pt"></colspec>
<colspec colnum="2" colname="2" align="left" colwidth="50pt"></colspec>
<colspec colnum="3" colname="3" align="left" colwidth="50pt"></colspec>
<thead>
<row>
<entry colname="1">Major Family Members</entry>
<entry colname="2">Spouses</entry>
<entry colname="3">Children</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="1">John Albemarle (1760-1806)</entry>
<entry colname="2">Mary Frances Delaney (1769-1835)</entry>
<entry colname="3">John Delaney Albemarle (1787-1848)</entry>
</row>
. . . </tbody>
</tgroup>
</table>
<container>
Summary:
A child element of <did> for indicating the container in which the material being described is housed, e.g.,
box, folder.
Attribute usage:
Use @parent to indicate the container in which the current container is housed, e.g., a box in
which a folder is housed.
See also:
Use <physloc> to designate the shelves, stacks, rooms, buildings, or other places where the containers
are stored.
Use <unitid> to designate control numbers not associated with a physical container, for example,
accession numbers.
May contain:
May occur within:
Description and Usage:
<container> contributes to locating the described materials by indicating the kinds of containers
that physically hold the materials and identifying any sequential numbers assigned
to those
containers. <container> is used most frequently at the component level. This storage information can help
researchers understand how extensive the described material is, especially in the
absence of a specific <physdescstructured> or <physdesc> statement at the component level.
Consistency in the use of <container> and its attributes is essential to enabling a style sheet to properly display the
information, which often consists of a tabular listing of archival
materials and their associated boxes, folders, etc. For example, <container localtype="Box">
is not necessarily the same as <container localtype="box"> to a style sheet. Also
keep in mind
that a style sheet may automatically display column headings based on the localtype value. It is important to establish one method of expressing values in localtype and be
consistent within and across your institution's finding aids.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional (IDREFS)
Optional
Availability:
Examples:
<c01 level="series">
<did>
<unittitle>...</unittitle>
</did>
<c02 level="file">
<did>
<container localtype="box"> 3 </container>
<container localtype="folder"> 18 </container>
<unittitle>Parent-Teacher Association of Fondsville</unittitle>
<unitdate unitdatetype="inclusive" normal="1959/1972">1959-1972</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container localtype="box"> 3 </container>
<container localtype="folder"> 19 </container>
<unittitle>Pasta and Politics Club</unittitle>
<unitdate unitdatetype="inclusive" normal="1967/1975">1967-1975</unitdate>
</did>
</c02>
</c01>
<dsc dsctype="combined">
<c level="series">
<did>
<unittitle>Correspondence</unittitle>
</did>
<scopecontent>
<p>[...]</p>
</scopecontent>
<c level="file">
<did>
<container id="mss1993-043.1.1" localtype="box"> 1 </container>
<container parent="mss1993-043.1.1" localtype="folder"> 1 </container>
<unittitle>Family</unittitle>
<unitdate normal="1942/1947">1942-1947</unitdate>
</did>
</c>
<c level="file">
<did>
<container parent="mss1993-043.1.1" localtype="folder"> 2 </container>
<unittitle>General</unittitle>
<unitdate normal="194401/194408">January-August 1944</unitdate>
</did>
</c>
<c level="file">
<did>
<container parent="mss1993-043.1.1" localtype="folder"> 3 </container>
<unittitle>General</unittitle>
<unitdate normal="194409/194503">August 1944-March 1945</unitdate>
</did>
</c>
</c>
</dsc>
<control>
Summary:
A required child element of <ead> for recording bibliographic and administrative information about an EAD instance.
Attribute usage:
Use @base to specify a URI (other than the base URI of the EAD instance) to be used for resolving
relative URIs within <control> or descendant elements.
Use @countryencoding to identify the authoritative source for values supplied in @countrycode. This attribute may be set to "iso3166-1" or "othercountryencoding." If the
value "othercountryencoding" is selected, further information regarding the country
codes used in the instance should be supplied in <conventiondeclaration>.
Use @dateencoding to identify the rules for values provided in @normal, @standarddate, @notbefore, and @notafter in date elements. This
attribute may be set to "iso8601" or "otherdateencoding." If the value "otherdateencoding"
is selected, further information regarding the rules for normalized date values used
in the instance
should be supplied in <conventiondeclaration>.
Use @langencoding to identify the authoritative source for values supplied in @lang and @langcode. This attribute may be set to "iso639-1," "iso639-2b,"
"iso639-3," or "otherlangencoding." Previous versions of EAD prescribed the use of
ISO 639-2b, so "iso639-2b" may be the most commonly used value. If the value "otherlangencoding"
is selected,
further information regarding the language codes used in the instance should be supplied
in <conventiondeclaration>.
May contain:
conventiondeclaration,
filedesc,
languagedeclaration,
localcontrol,
localtypedeclaration,
maintenanceagency,
maintenancehistory,
maintenancestatus,
otherrecordid,
publicationstatus,
recordid,
representation,
rightsdeclaration,
sources
May occur within:
Description and Usage:
Use <control> to record any bibliographic information about an EAD instance and administrative
information necessary to manage it. <control> can include information about the identity,
creation, maintenance, rights, and status of the instance as well as about the languages,
rules, and authorities used in the composition of the description.
<control> must contain the following information about the EAD instance:
A unique identifier within <recordid>. (Other associated identifiers may be given in <otherrecordid>.)
Bibliographic information in <filedesc>, with at least a <titleproper> within <titlestmt>.
A description of the agency responsible for creation and maintenance in <maintenanceagency>.
Statements about current version status in <maintenancestatus>.
Information related to creation, maintenance, and disposition in <maintenancehistory>.
Additional, optional child elements include four elements to declare languages, rules,
and conventions used in and by the EAD instance. <languagedeclaration> may be used to provide information
on the language(s) and script(s) used in the description. <conventiondeclaration> provides information on the standards, authorities, or controlled vocabularies used
in the instance.
<localtypedeclaration> declares the local conventions and controlled vocabularies used in localtype. <rightsdeclaration> may be used to declare the rights associated with
the description itself.
The prescribed order of all child elements (both required and optional) is:
<recordid>
<otherrecordid>
<representation>
<filedesc>
<maintenancestatus>
<publicationstatus>
<maintenanceagency>
<languagedeclaration>
<conventiondeclaration>
<rightsdeclaration>
<localtypedeclaration>
<localcontrol>
<maintenancehistory>
<sources>
Many of these elements are repeatable, allowing the recording of multiple languages
and conventions, for example.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional (values limited to: iso3166-1, othercountryencoding)
Optional (values limited to: iso8601, otherdateencoding)
Optional
Optional
Optional
Optional (values limited to: iso639-1, iso639-2b, iso639-3, otherlangencoding)
Optional
Optional (values limited to: iso15511, otherrepositoryencoding)
Optional
Optional (values limited to: iso15924, otherscriptencoding)
Availability:
Examples:
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924" relatedencoding="MARC21">
<recordid>DFA/PREU</recordid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="245">Permanent Representation of Ireland to the European Union</titleproper>
</titlestmt>
</filedesc>
<maintenancestatus value="derived"></maintenancestatus>
<maintenanceagency countrycode="IE">
<agencycode>IE-NAI</agencycode>
<agencyname>National Archives of Ireland</agencyname>
</maintenanceagency>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2014-05-12T23:59:59">12 May 2014</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Converted_apeEAD_version_1.4.8</agent>
</maintenanceevent>
</maintenancehistory>
</control>
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924" relatedencoding="MARC21">
<filedesc>
<titlestmt>
<titleproper encodinganalog="245">Records of the Economic Affairs division: subject files</titleproper>
</titlestmt>
</filedesc>
<maintenancestatus value="derived"></maintenancestatus>
<maintenanceagency countrycode="IM">
<agencycode>IM-1586</agencycode>
<agencyname>Isle of Man Public Records Office</agencyname>
</maintenanceagency>
<conventiondeclaration>
<abbr>apeMETSRights</abbr>
</conventiondeclaration>
<maintenancehistory>
<maintenanceevent>
<eventtype value="created">Created using the Archives Hub Editor 2017-03-10</eventtype>
<eventdatetime standarddatetime="2017-03-10T23:59:59">10 March 2017</eventdatetime>
<agenttype value="human"></agenttype>
<agent></agent>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised">Normalised for publication by Archives Hub</eventtype>
<eventdatetime standarddatetime="2017-03-10T23:59:59">10 March 2017</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Archives Hub</agent>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised">Last revision by Isle of Man Public Record Office</eventtype>
<eventdatetime standarddatetime="2017-09-26T23:59:59">26 September 2017</eventdatetime>
<agenttype value="human"></agenttype>
<agent></agent>
</maintenanceevent>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2019-10-16T23:59:59">16 October 2019</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Converted_apeEAD_version_2.7.2</agent>
</maintenanceevent>
</maintenancehistory>
</control>
<controlaccess>
Controlled Access Headings [toc]
Summary:
An element that binds together elements containing access headings for the described
materials.
See also:
<relations> contains one or more <relation> elements that identify an external entity or concept, and describe the nature of
the relationship of the described materials to that
entity or concept.
May contain:
blockquote,
chronlist,
controlaccess,
corpname,
famname,
function,
genreform,
geogname,
head,
list,
name,
occupation,
p,
persname,
subject,
table,
title
May occur within:
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12,
controlaccess
Description and Usage:
Use <controlaccess> to bundle in a single group access points — names, topics, places, functions, occupations,
titles, and genre terms — that represent the contexts and contents of the
materials described. Although <controlaccess> is often used within <archdesc> to provide significant access terms for the entirety of the materials described,
it may be used at the
component level to provide terms specific to a component if so desired.
<controlaccess> helps to enable authority-controlled searching across finding aids, particularly
when its children contain terms drawn from nationally or internationally controlled
vocabularies such as the Library of Congress Subject Headings (LCSH) or the UK Archival
Thesaurus (UKAT) for topics, the Virtual International Authority File (VIAF) for names,
or GeoNames for
places.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Example:
<archdesc level="collection">
<did>[...]</did>
<scopecontent>[...]</scopecontent>
<controlaccess>
<head>Index Terms</head>
<p>These records are indexed under the following headings in the catalog of the
Minnesota Historical Society. Researchers wishing to find related materials should
search the catalog under these index terms.</p>
<controlaccess>
<head>Organizations:</head>
<corpname encodinganalog="610" source="lcnaf">
<part>Board of Game and Fish Commissioners of Minnesota.</part>
</corpname>
</controlaccess>
<controlaccess>
<head>Topics:</head>
<subject encodinganalog="650" source="lcsh">
<part>Fishery law and legislation</part>
<part>Minnesota</part>
</subject>
<subject encodinganalog="650" source="lcsh">
<part>Game-law</part>
<part>Minnesota</part>
</subject>
<subject encodinganalog="650" source="lcsh">
<part>Law enforcement</part>
<part>Minnesota</part>
</subject>
</controlaccess>
<controlaccess>
<head>Government Functions:</head>
<function encodinganalog="657" source="aat">
<part>Law enforcing.</part>
</function>
<function encodinganalog="657" source="aat">
<part>Convicting.</part>
</function>
</controlaccess>
</controlaccess>
[...]
</archdesc>
<controlnote>
Summary:
A child element of <notestmt>, used to provide a general note related to the EAD instance.
Attribute usage:
Use @localtype if local practice requires recording the type of note.
See also:
Use <descriptivenote> for general information about the materials being described.
May contain:
May occur within:
Description and Usage:
Use <controlnote> to record general descriptive information about a finding aid. <controlnote> is similar to the "general notes" in traditional bibliographic descriptions. Repeat
<controlnote> if it is necessary to capture multiple but separate general statements about the
finding aid.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<notestmt>
<controlnote localtype="bpg">
<p>This encoded finding aid is compliant with the Yale EAD Best Practice Guidelines,
Version 1.0.</p>
</controlnote>
</notestmt>
<notestmt>
<controlnote>
<p>Contact information:
<ref show="new" actuate="onrequest" href="http://hdl.loc.gov/loc.mss/mss.contact%22%3Ehttp://hdl.loc.gov/loc.mss/mss.contact%3C/ref%3E
</p>
</controlnote>
<controlnote>
<p>Catalog Record:
<ref href="http://lccn.loc.gov/mm82036905" actuate="onrequest" linktitle="MARC record for collection">http://lccn.loc.gov/mm82036905%3C/ref%3E
</p>
</controlnote>
</notestmt>
<conventiondeclaration>
Convention Declaration [toc]
Summary:
An optional child element of <control>, used to bind together <citation> with optional <abbr> and <descriptivenote> elements that identify rules or conventions applied in
compiling the description.
See also:
Use <localtypedeclaration> to identify local values used in @localtype attributes.
May contain:
May occur within:
Description and Usage:
A statement about any rules or conventions used in constructing the description. Examples
include content standards, controlled vocabularies, or thesauri.
You may use <conventiondeclaration> to:
identify any rules used to formulate the content of controlled access terms and referenced
in @rules.
identify any controlled vocabularies used to populate controlled access terms and
referenced in @source.
identify any related encoding schemes referenced in @relatedencoding.
specify standards used to formulate data elements or provide codes.
<conventiondeclaration> should always be included when @langencoding, @scriptencoding, @dateencoding, @countryencoding, or
@repositoryencoding are set to the "other" value.
Each additional rule or set of rules, controlled vocabulary, or standard should be
contained in a separate <conventiondeclaration>.
It may not be necessary to include <conventiondeclaration> in such cases where the above scenarios are addressed in local or consortial documentation.
<abbr> may be used to identify the standard or controlled vocabulary in a coded structure.
The content of <abbr> should be the same value given to rules, source,
or relatedencoding when referencing a given convention. Any notes relating to how these rules or conventions
have been used may be given within <descriptivenote>.
The prescribed order of all child elements (both required and optional) is:
<abbr>
<citation>
<descriptivenote>
References:
ISAD(G) 3.7.2
MODS <descriptionStandard>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<control> [. . .]
<conventiondeclaration>
<abbr>ISAD(G)</abbr>
<citation>ISAD(G): General International Standard Archival Description, second edition, Ottawa
2000</citation>
</conventiondeclaration>
<conventiondeclaration>
<abbr>NCARules</abbr>
<citation>National Council on Archives, Rules for the Construction of Personal, Place and Corporate
Names, 1997</citation>
</conventiondeclaration>
<conventiondeclaration>
<citation>ISO 8601 - Data elements and interchange formats - Information interchange - Representation
of dates and times, 2nd ed., Geneva: International Standards Organization,
2000</citation>
</conventiondeclaration>
[. . .] </control>
<control> [. . .]
<conventiondeclaration>
<abbr>DACS</abbr>
<citation href="
http://www2.archivists.org/standards/DACS" lastdatetimeverified="2015-07-02T16:30:21-5:00" linktitle="DACS in HTML on SAA website" actuate="onload" show="new">Describing Archives: a Content Standard</citation>
<descriptivenote>
<p>DACS was used as the primary description standard.</p>
</descriptivenote>
</conventiondeclaration>
[. . .] </control>
<corpname>
Summary:
An element for identifying the name of an organization or group of people.
Attribute usage:
Use @encodinganalog to indicate corresponding data elements in another data format, such as MARC.
Use @identifier to provide a number, code, or string (e.g., URI) that uniquely identifies the corporate
body in a controlled vocabulary, taxonomy, ontology, or other knowledge
organization system. Do not confuse with @id, which provides a unique id for the element within the XML instance.
Use @localtype, if local use requires specification of the type of corporate name.
Use @normal to identify a standardized form of the corporate name if not provided in the element
itself.
Use @relator to specify, either as a URI or a string, other relationship(s) the corporate name
has to the described materials, for example, "compiler," "creator," "collector," or
"subject." The schema does not limit possible values of @relator, but an institution could define and enforce values elsewhere if desired.
May contain:
May occur within:
abstract,
archref,
bibref,
controlaccess,
entry,
event,
indexentry,
item,
namegrp,
origination,
p,
physfacet,
ref,
repository,
unittitle
Description and Usage:
Identifies the name of an organization or group of people that act as an organizational
entity. Examples include names of associations, institutions, business firms, nonprofit
enterprises,
governments, government agencies, projects, programs, religious bodies, churches,
conferences, athletic contests, exhibitions, expeditions, fairs, and ships.
<corpname> must contain one or more <part> elements. A single <part> may be used for the entire string, or if more granularity is desired, multiple <part> elements may be
used to capture each component of the corporate name, e.g.,
Part 1: Yale University
Part 2: Dept. of Astronomy
Use <corpname> within <controlaccess> for encoding corporate names as defined by controlled vocabularies or according to
appropriate rules. You may also use <corpname> for
encoding corporate names as they appear within text.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <indexentry>: Optional, not repeatable
Within all other elements: Optional, repeatable
Examples:
<controlaccess>
</controlaccess>
<archdesc level="collection">
<did>
<origination label="Creator">
<corpname encodinganalog="110" source="lcnaf">
<part>National Association for the Advancement of Colored People</part>
</corpname>
</origination>
[ . . .] </did>
[ . . .] </archdesc>
<custodhist>
Summary:
An element for information about the chain of ownership or custody of the materials
being described, before they reached the archives.
See also:
Use <acqinfo> to record information about the immediate source of the described materials and the
circumstances under which they were received by the repository.
May contain:
May occur within:
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12,
custodhist
Description and Usage:
<custodhist> may be used to describe both physical possession and intellectual ownership, providing
details of changes of ownership and/or custody that may be significant in terms of
authority, integrity, and interpretation.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<custodhist>
<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>
<custodhist>
<chronlist>
<chronitem>
<daterange>
<fromdate standarddate="1972">1972</fromdate>
<todate standarddate="1988">1988</todate>
</daterange>
<geogname>
<part>Irvine, California</part>
</geogname>
<event>Held by Mayor's office</event>
</chronitem>
<chronitem>
<daterange>
<fromdate standarddate="1988">1988</fromdate>
<todate standarddate="2008">2008</todate>
</daterange>
<geogname>
<part>Irvine, California</part>
</geogname>
<event>Held by Special Collections and Archives, The UC Irvine Libraries</event>
</chronitem>
<chronitem>
<datesingle standarddate="2009">2009</datesingle>
<geogname>
<part>Austin, Texas</part>
</geogname>
<event>Held by Harry Ransom Center</event>
</chronitem>
</chronlist>
</custodhist>
<dao>
Digital Archival Object [toc]
Summary:
A child element of <did> used for linking to born digital records or a digital representation of the materials
being described.
Attribute usage:
Use the required @daotype to specify if <dao> is born digital ("borndigital"), was digitized by the repository from physical holdings
("derived"), if the type is unknown, or
other. If selecting "otherdaotype," then use @otherdaotype to further specify the type.
Use @coverage, with the possible values "whole" or "part," to indicate whether the digital archival
object represents the entire set or records being described or a part of it.
See also:
<daoset> for grouping two or more related <dao> elements.
May contain:
May occur within:
Description and Usage:
<dao> is a linking element that uses href to connect to born digital records or digital representations of the described materials.
Digital representations may include graphic
images, audio or video clips, images of text pages, and electronic transcriptions
of text. The objects can be selected examples, or digital surrogates of all the materials
in a collection, fonds, or
an individual file.
An optional <descriptivenote> may be used to provide a description of the object being linked to, if the information
in a sibling<unittitle> is insufficient.
References:
Attributes:
Optional (values limited to: none, onload, onrequest, other)
Optional
Optional
Optional (values limited to: external, internal)
Optional (values limited to: part, whole)
Required (values limited to: borndigital, derived, unknown, otherdaotype)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<c>
<did>
<unittitle>Quilting bee, Union Town, Md.</unittitle>
<unitdate>1930</unitdate>
<physdesc>1 photograph</physdesc>
</did>
</c>
<daoset label="Digital Objects" coverage="part">
</daoset>
<daoset label="Digital Objects" coverage="whole">
[. . .]
<descriptivenote>
<p>Digitized pages of Barrie’s "The Pippa and Porthos."</p>
</descriptivenote>
</daoset>
<daoset>
Digital Archival Object Set [toc]
Summary:
An element for binding together two or more links to digital archival objects.
Attribute usage:
Use @coverage to indicate whether the set is part of or the whole of the unit being described.
Use @localtype to indicate the nature of the set of digital archival objects.
See also:
<dao> for linking to a single digital archival object.
May contain:
May occur within:
Description and Usage:
Use <daoset> to group multiple links to born digital records or digital representations of the
materials being described. <dao> and <daoset> allow the content of an archival
collection or record group to be incorporated into the finding aid. These digital
representations include graphic images, audio or video clips, images of text pages,
and electronic transcriptions of
text. The objects can be selected examples, or digital surrogates of all the materials
in a collection, fonds, or an individual file.
<daoset> must contain more two or more <dao> elements, which may be followed by an optional <descriptivenote> to provide a description of the objects being linked to.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional (values limited to: part, whole)
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<daoset label="Digital Objects" coverage="part">
</daoset>
<daoset label="Digital Objects" coverage="whole">
[. . .]
<descriptivenote>
<p>Digitized pages of Barrie’s "The Pippa and Porthos."</p>
</descriptivenote>
</daoset>
<date>
Summary:
An element used to express a date.
Attribute usage:
A standard numeric form of the date (YYYY-MM-DD) can be expressed with @normal to facilitate machine processing of dates, for example, 1948-01-01/1998-04-01 (YYYY-MM-DD/YYYY-MM-DD),
or 1948/1998 (YYYY/YYYY).
Use @localtype to supply a more specific designation, for example, "life," "flourish," "depiction,"
"publication," or "acquisition."
Use @certainty to indicate the degree of precision in the dating, for example, "circa," "approximately,"
or "after."
Use @calendar to indicate the calendar from which the date stems, e.g., "gregorian".
Use @era to indicate the era in which the date occurred, e.g., "ce" for Common Era.
Use @normal to capture a standardized expression of the date or dates to facilitate machine processing.
See also:
Do not confuse with <unitdate> and <unitdatestructured>, which provide the date of creation and other relevant dates of the described materials.
Do not confuse with <daterange>, <dateset>, and <datesingle>, which are used to record dates in the creation (within <unitdatestructured>), contextual history
(within <chronlist>), local control of the described materials (within <localcontrol>), or their relationships to other entities (within <relations>).
Do not confuse with <eventdatetime>, which is used for the date and time of a maintenance event in the history of the
EAD instance.
May contain:
May occur within:
abstract,
archref,
bibref,
entry,
event,
item,
p,
part,
physfacet,
publicationstmt,
ref,
unittitle
Description and Usage:
Use <date> to highlight any dates that merit encoding and are not more appropriately encoded
in other, more specific date-related elements, e.g., <unitdate> or
<unitdatestructured>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<bibref>
<persname relator="author">
<part>Kinder, Dolores.</part>
</persname>
<title>
<part>Once Upon a Lullaby.</part>
</title>
<geogname>
<part>New York: </part>
</geogname>
<corpname relator="publisher">
<part>Wells & Sons, </part>
</corpname>
<date localtype="publication"> 1931 </date>
</bibref>
<acqinfo>
<p>This collection, number
<num localtype="donor">1988-015,</num>
was donated by Mrs. Dolores Franklin on
<date localtype="acquisition" normal="19880423"> April 23, 1988.
</date>
</p>
</acqinfo>
<daterange>
Summary:
A wrapper element for binding together <fromdate> and <todate> in order to represent a range of dates.
Attribute usage:
Use @localtype to supply a more specific characterization of the date range.
See also:
If an event or relationship has a single date, use <datesingle>.
Record a complex date (for example, one that includes single dates and date ranges)
in <dateset>.
For the date and time of a maintenance event in the history of the EAD instance, use
<eventdatetime>.
May contain:
May occur within:
Description and Usage:
Use <daterange> to express a range of dates in the creation, contextual history, or local control
of the described materials, or their relationships to other entities such as persons,
families, corporate bodies, resources, functions, events, places, and topics. <daterange> contains <fromdate> and/or <todate>, and therefore may express a range of dates as a
starting point with no end point, a start and end point, or an end point with no starting
point. The content of the children of <daterange> is intended to be a human-readable, natural language
expression of the date. If, however, indexing or other machine processing of dates
is desired, standarddate should be used on the children of <daterange> to record the date in
machine-processable form as well.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Within <chronitem> and <unitdatestructured>: One of <daterange>, <dateset>, or <datesingle> is required, not repeatable
Within <dateset>: One of <daterange> or <datesingle> is required, repeatable
Within <localcontrol> and <relation>: Optional, not repeatable
Examples:
<unitdatestructured calendar="gregorian" era="ce">
<dateset>
<datesingle standarddate="1963-01-22">22 January 1963</datesingle>
<daterange>
<fromdate standarddate="1971-06-01">1 June 1971</fromdate>
<todate standarddate="1974-04-30">30 April 1974</todate>
</daterange>
</dateset>
</unitdatestructured>
<chronitem>
<daterange>
<fromdate>1819</fromdate>
<todate>1820</todate>
</daterange>
<event>Studies theology at Yale College</event>
</chronitem>
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate notafter="1962">1962</fromdate>
<todate notafter="1968">1968</todate>
</daterange>
</unitdatestructured>
<unitdatestructured certainty="circa" unitdatetype="inclusive">
<daterange>
<fromdate notbefore="1971" notafter="1975">around 1973</fromdate>
<todate standarddate="1992">1992</todate>
</daterange>
</unitdatestructured>
<dateset>
Summary:
A wrapper element for encoding complex dates that cannot be adequately represented
in one <datesingle> or <daterange>.
May contain:
May occur within:
Description and Usage:
<dateset> binds together single dates and date ranges, multiple single dates, or multiple date
ranges. <dateset> is used in situations where complex date information needs to be
conveyed and requires at least two child elements. These can be a combination of <datesingle> and <daterange>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Within <chronitem> and <unitdatestructured>: One of <daterange>, <dateset>, or <datesingle> is required, not repeatable
Within <relation>: Optional, not repeatable
Examples:
<unitdatestructured calendar="gregorian" era="ce">
<dateset>
<datesingle standarddate="1963-01-22">22 January 1963</datesingle>
<daterange>
<fromdate standarddate="1971-06-01">1 June 1971</fromdate>
<todate standarddate="1974-04-30">30 April 1974</todate>
</daterange>
</dateset>
</unitdatestructured>
<unitdatestructured>
<dateset>
<daterange>
<fromdate>1900</fromdate>
<todate>1910</todate>
</daterange>
<datesingle>1921 </datesingle>
</dateset>
</unitdatestructured>
<datesingle>
Summary:
An element for encoding an individual date related to the materials being described.
Attribute usage:
Use @localtype to supply a more specific characterization of the date.
Use @notafter and @notbefore to capture the earliest and latest possible dates in machine-processable form in
cases when the date is uncertain.
Use @standarddate to provide a machine-processable form of the date. Note that this attribute is for
a single date only, while the @normal attribute available on
<unitdate> can express a single date or date range.
See also:
If an event or relationship has a range of dates, use <daterange>.
Record a complex date (for example, one that includes single dates and date ranges)
in <dateset>.
For the date and time of a maintenance event in the history of the EAD instance, use
<eventdatetime>.
May contain:
May occur within:
Description and Usage:
<datesingle> is an element for expressing a single date in the creation, contextual history, or
local control of the described materials, or in their relationships to other entities
such as
persons, families, corporate bodies, resources, functions, events, places, and topics.
<datesingle> may contain actual or approximate dates. The content of the element is intended to
be a
human-readable, natural language expression of the date. If, however, indexing or
other machine processing of dates is desired, standarddate should be used to record the date in
machine-processable form as well.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <chronitem> and <unitdatestructured>: One of <daterange>, <dateset>, or <datesingle> is required, not repeatable
Within <dateset>: One of <daterange> or <datesingle> is required, repeatable
Within <localcontrol> and <relation>: Optional, not repeatable
Examples:
<unitdatestructured calendar="gregorian" era="ce">
<dateset>
<datesingle standarddate="1963-01-22">22 January 1963 </datesingle>
<daterange>
<fromdate standarddate="1971-06-01">1 June 1971</fromdate>
<todate standarddate="1974-04-30">30 April 1974</todate>
</daterange>
</dateset>
</unitdatestructured>
<chronitem>
<datesingle> 1793 May 24 </datesingle>
<geogname>
<part>Deerfield, Mass</part>
</geogname>
<event>Born</event>
</chronitem>
<defitem>
Definition List Item [toc]
Summary:
A wrapper element for binding pairs of labels and items within a list.
May contain:
May occur within:
Description and Usage:
An element, used within a definition list, that pairs a required <label> and <item>. The item may be an expansion of the label, as in a list of abbreviations. Definition
lists are often
displayed in two columns.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<list listtype="deflist">
<listhead>
<head01>Abbreviation</head01>
<head02>Expansion</head02>
</listhead>
<defitem>
<label>ALS</label>
<item>Autograph Letter Signed</item>
</defitem>
<defitem>
<label>TLS</label>
<item>Typewritten Letter Signed</item>
</defitem>
</list>
<descriptivenote>
Summary:
An element used to provide general descriptive information related to its parent element.
See also:
Do not confuse with <odd>, which is used for other descriptive data that is not easily incorporated into other
named elements within <archdesc> and <c>.
May contain:
May occur within:
conventiondeclaration,
dao,
daoset,
langmaterial,
languagedeclaration,
languageset,
localtypedeclaration,
maintenanceagency,
physdescstructured,
relation,
source
Description and Usage:
<descriptivenote> provides additional descriptive information about the element in which it is contained.
Notes must contain one or more <p> elements.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<conventiondeclaration>
<abbr>AU-CRS</abbr>
<citation>Australia’s Commonwealth Records Series (CRS) System</citation>
<descriptivenote>
<p>Series controlled and described under the rules of the National Archives of Australia’s
Commonwealth Records Series (CRS) System.</p>
</descriptivenote>
</conventiondeclaration>
<conventiondeclaration>
<abbr>DACS</abbr>
<citation href="
http://www2.archivists.org/standards/DACS" lastdatetimeverified="2015-07-02T16:30:21-5:00" linktitle="DACS in HTML on SAA website" actuate="onload" show="new">Describing Archives: a Content Standard</citation>
<descriptivenote>
<p>DACS was used as the primary description standard.</p>
</descriptivenote>
</conventiondeclaration>
<langmaterial>
<languageset>
<language langcode="lat">Latin</language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="ang">Old English</language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="eng">English</language>
<script scriptcode="Latn"></script>
</languageset>
<descriptivenote>
<p>The majority of the documents are written in Modern English. Roberts copies multiple
passages from original manuscripts in Latin and Old English.</p>
</descriptivenote>
</langmaterial>
<did>
Descriptive Identification [toc]
Summary:
A wrapper element that encloses information essential for identifying the material
being described.
May contain:
abstract,
container,
dao,
daoset,
didnote,
head,
langmaterial,
materialspec,
origination,
physdescset,
physdesc,
physdescstructured,
physloc,
repository,
unitdate,
unitdatestructured,
unitid,
unittitle
May occur within:
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12
Description and Usage:
<did> binds together other elements that provide core information needed for identifying
the described materials. <did> occurs in <archdesc> and <c>, <c01> -
<c12>. The various <did> child elements are intended for brief, clearly designated statements of information,
whereas following sibling elements of <did> such as
<custodhist>, <arrangement>, or <scopecontent> allow for more detailed, narrative description.
<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 output of a coherent body
of elements for resource discovery and recognition.
The <did> in <archdesc> is sometimes called the high-level <did>, because it covers the entirety of the materials described by the EAD instance. Consider
using the following
child elements in the high-level <did>: <origination>, <unittitle>, <unitdate> or <unitdatestructured>, <physdesc> or <physdescstructured>,
<repository>, and <abstract>. <unitid> and <physloc> are suggested if applicable to a repository's practice. <did> within components can have fewer elements, and
might have only <container> or <unitid> and <unittitle>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<archdesc localtype="inventory" level="subgrp">
<did>
<head>Overview of the Records</head>
<repository label="Repository:">
<corpname>
<part>Minnesota Historical Society</part>
</corpname>
</repository>
<origination label="Creator:">
<corpname>
<part>Minnesota.</part>
<part>Game and Fish Department</part>
</corpname>
</origination>
<unittitle label="Title:">Game laws violation records,</unittitle>
<unitdate label="Dates:">1908-1928</unitdate>
<abstract label="Abstract:">Records of prosecutions for and seizures of property resulting from violation of the
state's hunting and fishing laws.</abstract>
<physdesc label="Quantity:">2.25 cu. ft. (7 v. and 1 folder in 3 boxes)</physdesc>
</did>
[ . . .] </archdesc>
<c02 id="able-pa" level="file">
<did>
<unittitle>Adult Basic and Literacy Education, Pennsylvania (ABLE)</unittitle>
<abstract>includes "Focus on..." newsletters</abstract>
<physdescstructured coverage="whole" physdescstructuredtype="carrier">
<quantity>21</quantity>
<unittype>reels</unittype>
</physdescstructured>
<container localtype="Box">20</container>
</did>
</c02>
<c03>
<did>
<unittitle>Class Notes, Undergraduate</unittitle>
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate notafter="1962">1962</fromdate>
<todate notafter="1968">1968</todate>
</daterange>
</unitdatestructured>
<physdesc>12 notebooks</physdesc>
<container localtype="boxes">5-6</container>
<didnote>The notebooks contain months and days, not years. Estimated dates are based on the
years Scully attended the University of Maryland.</didnote>
</did>
</c03>
<didnote>
Descriptive Identification Note [toc]
Summary:
A child element of <did> that can express any kind of explanatory information.
May contain:
May occur within:
Description and Usage:
<didnote> can encode textual notes within <did> that are not more appropriately encoded in the other available elements.
References:
ISAD(G) 3.6.1
MARC 500
MODS <note>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<archdesc level="collection">
<did>
<repository label="repository" encodinganalog="852">
<corpname>
<part>Library of Congress, </part>
<part>Prints and Photographs Division,</part>
</corpname>
<address>
<addressline>Washington, D.C. 20540</addressline>
</address>
</repository>
<didnote> For information about Prints and Photographs Division collections and services, see
the Prints and Photographs Division's Reading Room Home Page:
<ptr actuate="onrequest" href="http://lcweb.loc.gov/rr/print.htm" show="new" linkrole="text/html"></ptr>
</didnote>
</did>
</archdesc>
<did>
<unittitle>Class Notes, Undergraduate</unittitle>
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate notafter="1962">1962</fromdate>
<todate notafter="1968">1968</todate>
</daterange>
</unitdatestructured>
<physdesc>12 notebooks</physdesc>
<container localtype="boxes">5-6</container>
<didnote> The notebooks contain months and days, not years. Estimated dates are based on the
years Scully attended the University of Maryland. </didnote>
</did>
<dimensions>
Summary:
A child element of <physdescstructured> that provides information about the size of the material being described.
Attribute usage:
If the kind of measurement is not clear in the text, @unit may be used to specify this information, for example, "inches" or "centimeters."
If desired, @localtype may be used to capture the kind of dimensions being measured, such as "height" or
"circumference."
May contain:
May occur within:
Description and Usage:
<dimensions> may be used to specify the size, in two or three dimensions, of the units identified
by <unittype> within <physdescstructured>. It usually includes numerical data.
Express measurements in any convenient unit as indicated in the unit attribute. Multiple dimensions, for example, height-by-width, can be encoded in a
single <dimensions> or in
separate <dimensions> with distinctive localtype values.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<physdescstructured coverage="part" physdescstructuredtype="materialtype">
<quantity>5</quantity>
<unittype>dageurreotypes</unittype>
<physfacet>hand-tinted</physfacet>
<dimensions>6.5 x 8.5 inches</dimensions>
</physdescstructured>
<physdescstructured coverage="whole" physdescstructuredtype="materialtype">
<quantity>10</quantity>
<unittype>posters</unittype>
<dimensions>
<dimentions unit="inches" localtype="height">23</dimentions>
<dimentions unit="inches" localtype="width">35</dimentions>
</dimensions>
</physdescstructured>
<dsc>
Description of Subordinate Components [toc]
Summary:
A wrapper element that bundles information about the hierarchical groupings of the
materials being described.
May contain:
May occur within:
Description and Usage:
Use <dsc> to wrap subordinate components in the archival hierarchy of the materials being described.
Although <dsc> may repeat, it is recommended to include only a single <dsc>
element. Because it is a wrapper element and not an essential part of archival description,
<dsc> may be deprecated in future versions of EAD. Avoiding multiple <dsc> elements within an
EAD instance will make future migrations simpler.
The subordinate components can be presented in several different forms or levels of
descriptive detail, which are identified by the element's optional dsctype. For example, "combined" is
used when the narrative description of a series is followed immediately by a listing
of the contents of that series within a single <dsc>. The dsctype value "analyticover"
identifies an overview description of series and subseries, which might be followed
by a second <dsc> with the dsctype 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 dsctype "otherdsctype" is for models that do not follow any of the
above-mentioned formats, in which case otherdsctype can then be used to specify a particular presentation model.
If <dsc> contains children other than <thead> or component elements (<c>, <cXX>), those elements must come first, followed by the optional <thead>, then <c>
or <c01>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional (values limited to: analyticover, combined, in-depth, otherdsctype)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<dsc dsctype="combined">
<c01 level="series">
<did>
<unittitle>Activities</unittitle>
<unitdate unitdatetype="inclusive">1965-1971</unitdate>
<physdesc>0.3 linear ft.</physdesc>
</did>
<scopecontent>
<p>The Activities series gives examples of the types of activities offered at the camp.
The folders contain reports, schedules, and inventories from each activity area of
the camp. These
records are predominantly from the late 1960s and early 1970s and replicate some of
the information found in the staff manuals.</p>
</scopecontent>
<c02 level="file">
<did>
<container localtype="box">1</container>
<unittitle>General</unittitle>
<unitdate unitdatetype="inclusive">1970-1971</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container localtype="box">1</container>
<unittitle>Camp Crafts</unittitle>
<unitdate>1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container localtype="box">1</container>
<unittitle>Education Program</unittitle>
<unitdate>1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container localtype="box">1</container>
<unittitle>Expressive Arts</unittitle>
<unitdate>1970</unitdate>
</did>
</c02>
[ . . .] </c01>
[ . . .] </dsc>
<dsc dsctype="analyticover">
<c01 level="series">
<did>
<unitid>1-429-1</unitid>
<unittitle>Forest Stand Maps by Township and Basemap </unittitle>
<unitdate unitdatetype="inclusive">1958-1979</unitdate>
<physdesc>36 ft. (approx. 1700 sheets) of cartographic records.</physdesc>
<materialspec>Scale: predominantly 4 inches to 1 mile (1:15,840)</materialspec>
</did>
<scopecontent>
<p>Series consists of forest stand maps. A map sheet was created for each township of
the surveyed section of the province and for each basemap area in unsurveyed areas.</p>
[ . . .]
</scopecontent>
</c01>
<c01 level="series">
<did>
<unitid>RG 1-429-2</unitid>
<unittitle>Forest Stand Map Composites</unittitle>
<unitdate unitdatetype="inclusive">1958-1971</unitdate>
<physdesc>ca.70 maps</physdesc>
<materialspec>Scale: 1 inch to 1 mile</materialspec>
</did>
<scopecontent>
<p>Series consists of composite maps of the forest resource inventory data from all the
townships within a Forestry Management Unit. The composites offer a broader view of
an area than
the township/basemaps, however the forest stand statistics are quite small and difficult
to read.</p>
[ . . .] </scopecontent>
</c01>
[ . . .]
</dsc>
<dsc dsctype="in-depth">
<c01 level="series">
<did>
<unitid>Series 1</unitid>
<unittitle>Administrative Records</unittitle>
<unitdate unitdatetype="inclusive">1912-1956</unitdate>
</did>
<c02>
<did>
<container id="mss92-894c-bx1" localtype="box">Box 1</container>
<container parent="mss92-894c-bx1" label="Folder" localtype="folder">7-8 </container>
<unittitle>Annual reports</unittitle>
<unitdate unitdatetype="inclusive">1912-16, 1922</unitdate>
</did>
</c02>
<c02>
<did>
<container parent="mss92-894c-bx1" label="Folder" localtype="folder">9 </container>
<unittitle>Board of Directors, Minutes and correspondence</unittitle>
<unitdate unitdatetype="inclusive">1947-1949</unitdate>
</did>
</c02>
<c02>
<did>
<container parent="mss92-894c-bx1" label="Folder" localtype="folder">10 </container>
<unittitle>Contracts and specifications for construction of nurses' quarters</unittitle>
<unitdate>ca. 1947</unitdate>
</did>
</c02>
<c02>
<did>
<container parent="mss92-894c-bx1" label="Folder" localtype="folder">11 </container>
<unittitle>Marin County Reports</unittitle>
<unitdate unitdatetype="inclusive">1955-1956</unitdate>
</did>
</c02>
</c01>
<c01 level="series">
<did>
<unitid>Series 3</unitid>
<unittitle>Philip King Brown</unittitle>
<unitdate unitdatetype="inclusive">1910-1931, n.d.</unitdate>
</did>
<c02>
<did>
<container parent="mss92-894c-bx1" label="Folder" localtype="folder">21 </container>
<unittitle>Correspondence</unittitle>
<unitdate unitdatetype="inclusive">1910-1931</unitdate>
</did>
</c02>
<c02>
<did>
<container parent="mss92-894c-bx1" label="Folder" localtype="folder">22 </container>
<unittitle>Writings</unittitle>
<unitdate>n.d.</unitdate>
</did>
</c02>
[ . . .] </c01>
</dsc>
<ead>
Encoded Archival Description [toc]
Summary:
The required root element of an EAD instance.
Attribute usage:
The @audience value may be set to "external" to display data in all descendant elements, unless
the value is changed for a specific element.
Use @base to specify a URI (other than the base URI of the EAD instance) to be used for resolving
relative URIs within <ead> or descendant elements.
May contain:
Description and Usage:
<ead> wraps all other elements in an Encoded Archival Description document or finding aid.
Also referred to more specifically as an inventory or register, a finding aid establishes
physical
and intellectual control over many types of archival materials and helps researchers
understand and access the materials being described. <ead> must contain <control> followed by
<archdesc>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
<edition>
Summary:
A child element of <editionstmt> for recording the version of an EAD instance.
See also:
Use <maintenanceevent> to record the date when changes have been introduced to the EAD instance, the type
of changes, and the person or organization responsible. The child
<eventdescription> optionally allows you to provide details about the changes.
May contain:
May occur within:
Description and Usage:
Use <edition> to indicate the version of an EAD instance. Generally, a new edition of a finding
aid represents substantial additions or changes and should supersede previous online
versions.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Within <editionstmt>, one of <edition> or <p> is required, repeatable
Example:
<filedesc>
<titlestmt>
<titleproper>Register of the Emily Higby Collection</titleproper>
</titlestmt>
<editionstmt>
<edition>2nd ed.</edition>
<p>This edition reflects substantial additions to the collection in 1994.</p>
</editionstmt>
</filedesc>
<editionstmt>
Summary:
A child element of <filedesc>, used to provide information about the version of an EAD instance.
May contain:
May occur within:
Description and Usage:
Use <editionstmt> to indicate the version of an EAD instance, as well as providing any related narrative
information. Generally, a new edition of a finding aid represents substantial additions
or changes and should supersede previous online versions.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Example:
<filedesc>
<titlestmt>
<titleproper>Register of the Emily Higby Collection</titleproper>
</titlestmt>
<editionstmt>
<edition>2nd ed.</edition>
<p>This edition reflects substantial additions to the collection in 1994.</p>
</editionstmt>
</filedesc>
<emph>
Summary:
A formatting element for marking words or phrases that are emphasized or specially
formatted.
May contain:
May occur within:
abstract,
addressline,
archref,
author,
bibref,
citation,
container,
date,
datesingle,
didnote,
dimensions,
edition,
emph,
entry,
event,
fromdate,
head,
head01,
head02,
head03,
item,
label,
materialspec,
num,
p,
part,
physdesc,
physfacet,
physloc,
publisher,
quote,
ref,
sponsor,
subtitle,
titleproper,
todate,
unitdate,
unitid,
unittitle
Description and Usage:
A formatting element for marking words or phrases that are emphasized for linguistic
effect or specially formatted. Use render to specify the kind of emphasis, e.g., bold or italic, or
formatting, e.g. superscript or subscript.
When the content of an entire element should always be rendered in italics or some
other display feature, use the style sheet functions instead of <emph>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional (values limited to: altrender, bold, bolddoublequote, bolditalic, boldsinglequote,
boldsmcaps, boldunderline, doublequote, italic, nonproport, singlequote, smcaps, sub,
super,
underline)
Optional
Availability:
Example:
<abstract label="Abstract">Papers document Donald C. Stone's work with Ornstein and Swencionis on the
<emph render="italic">est</emph>
Outcome Project, and the development of his doctoral
research, including his various publications on the human potential movement, up to
the completion of his doctoral dissertation. </abstract>
<entry>
Summary:
A formatting element that designates the contents of a cell in a table.
Attribute usage:
Three attributes are used together to force horizontal alignment on a specific character,
such as a decimal point.
See also:
Related elements <colspec>, <row>, <table>, <tbody>, <tgroup>, and <thead>.
May contain:
[text],
abbr,
corpname,
date,
emph,
expan,
famname,
footnote,
foreign,
function,
genreform,
geogname,
lb,
list,
name,
num,
occupation,
persname,
ptr,
quote,
ref,
subject,
title
May occur within:
Description and Usage:
In a table, a cell is the intersection of a row and a column. Attributes of <entry> control cell spanning, alignment of the contents, and the rules on the cell edges.
The attributes can be
specified for <entry> or inherited from the nearest of the following table elements: <table>, <tgroup>, <colspec>, <tbody>, <thead>, or <row>.
Attributes:
Optional (values limited to: center, char, justify, left, right)
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional (values limited to: false, true)
Optional
Optional
Optional
Optional
Optional
Optional (values limited to: false, true)
Optional
Optional (values limited to: bottom, middle, top)
Availability:
Example:
<table frame="none">
<tgroup cols="3">
<colspec colnum="1" colname="1" align="left" colwidth="50pt"></colspec>
<colspec colnum="2" colname="2" align="left" colwidth="50pt"></colspec>
<colspec colnum="3" colname="3" align="left" colwidth="50pt"></colspec>
<thead>
<row>
<entry colname="1"> Major Family Members</entry>
<entry colname="2"> Spouses</entry>
<entry colname="3"> Children</entry>
</row>
</thead>
<tbody>
<row>
<entry colname="1"> John Albemarle (1760-1806) </entry>
<entry colname="2"> Mary Frances Delaney (1769-1835) </entry>
<entry colname="3"> John Delaney Albemarle (1787-1848) </entry>
</row>
[. . .] </tbody>
</tgroup>
</table>
<event>
Summary:
An element describing a happening or occurrence recorded within a chronology list.
May contain:
[text],
abbr,
corpname,
date,
emph,
expan,
famname,
footnote,
foreign,
function,
genreform,
geogname,
lb,
list,
name,
num,
occupation,
persname,
ptr,
quote,
ref,
subject,
title
May occur within:
Description and Usage:
Use <event> within <chronitem> to pair a description of the event with one or more dates and an optional place.
If one or more events occurred related to the date(s) in question or if
more than one place is associated with the event, use <chronitemset> to bundle multiple <event> – or <geogname> – elements.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Within <chronitem>: Optional, not repeatable
Within <chronitemset>: Required, repeatable
Example:
<chronlist>
<chronitem>
<datesingle>2015</datesingle>
<chronitemset>
<geogname>
<part>Woodbury, Minnesota</part>
</geogname>
<geogname>
<part>Roseville, Minnesota</part>
</geogname>
<event>Opens additional stores</event>
</chronitemset>
</chronitem>
<chronitem>
<datesingle>1948</datesingle>
<chronitemset>
<geogname>
<part>Minneapolis, Minnesota</part>
</geogname>
<event>Graduates from the University of Minnesota</event>
<event>Begins work as a receptionist for the Humphrey for Senator Committee</event>
</chronitemset>
</chronitem>
<chronitem>
<datesingle>March 1957</datesingle>
<chronitemset>
<geogname>
<part encodinganalog="651" localtype="a">Biwabik, Minnesota</part>
</geogname>
<event>Dies</event>
</chronitemset>
<chronitemset>
<geogname>
<part encodinganalog="651" localtype="a">Minneapolis, Minnesota</part>
</geogname>
<event>Buried in Lakewood Cemetery</event>
</chronitemset>
</chronitem>
</chronlist>
<eventdatetime>
Event Date and Time [toc]
Summary:
A required child element of <maintenanceevent> that records the date and time of a specific maintenance action for an EAD instance.
Attribute usage:
Use @standarddatetime to provide a machine-processable expression of the date or date and time, formulated
according to the ISO 8601 standard.
May contain:
[text]
May occur within:
Description and Usage:
<eventdatetime> is for recording the date and time that a maintenance event occurred. Examples of
maintenance events include the creation, update, revision, or other modification to
an EAD
instance. If desired, the date and time may be captured in natural language in the
element.
References:
ISAD(G) 3.7.3
MODS <recordCreationDate>, <recordChangeDate>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (must follow pattern based on ISO 8601)
Availability:
Example:
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2015-09-13T08:05:33-05:00">13 September 2015</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>EAD2002_to_EAD3.xsl</agent>
<eventdescription>Conversion from EAD 2002 finding aid using XSL transformation.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2015-09-14T10:05:23-05:00">14 September 2014</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Lisa Bolkonskaya</agent>
<eventdescription>Conversion from EAD 2002 revised. Conventions and local control added..</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2015-09-16T14:23:42-05:00">16 September 2014</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Lisa Bolkonskaya</agent>
<eventdescription>Minor revisions. Added sources.</eventdescription>
</maintenanceevent>
</maintenancehistory>
<eventdescription>
Summary:
An optional child of <maintenanceevent>, used to provide a description of the maintenance activity.
Attribute usage:
Use @localtype if local practice requires recording the type of description.
See also:
Use the required <eventtype> to provide a basic categorization of the maintenance event.
May contain:
[text]
May occur within:
Description and Usage:
Use <eventdescription> to record a full description of a maintenance event. Examples of maintenance events
include the creation, update, revision, or other modification to an EAD instance.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Example:
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Michael Rush</agent>
Findmittel erstellt.Finding aid created.</maintenanceevent>
<eventtype>
Summary:
A required child element of <maintenanceevent> that provides a controlled list of values for recording the type of maintenance activity.
Attribute usage:
cancelled: marks an instance as not current (obsolete or rejected), but retained for
reference
created: the initial creation of the EAD instance
deleted: indication that the instance has been deleted from the system
derived: indicates that the instance was derived from another descriptive system
revised: any type of general modification to the EAD instance
unknown: when the type of event is not known
updated: when an instance has been brought up to date with significant changes to
the materials being described or to the version of EAD used
See also:
Use <eventdescription> to provide a fuller description of the maintenance event.
May contain:
[text]
May occur within:
Description and Usage:
Use <eventtype> to indicate the type of maintenance events that have taken place on an EAD instance
during the course of its history. In addition to commonly occurring events such as
the
creation, update, or revision of an instance, you may also record activities such
as the cancellation or deletion of an instance, as this information may be useful
in shared systems.
Meanings for the required value are:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Required (values limited to: cancelled, created, deleted, derived, revised, unknown,
updated)
Availability:
Examples:
<maintenanceevent>Erstellt
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Michael Rush</agent>
<eventdescription>Finding aid created.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2007-08-13"></eventdatetime>
<agenttype value="machine"></agenttype>
<agent>brbl-migrate-01.xsl</agent>
<eventdescription>converted for compliance with Yale EAD Best Practice Guidelines </eventdescription>
</maintenanceevent>
<expan>
Summary:
A phrase level element for designating the full form of a word or phrase.
See also:
The related element <abbr> with @expan, which can be used to encode the abbreviation of a name while providing the full
form in an attribute for indexing or searching
purposes.
May contain:
[text]
May occur within:
abstract,
addressline,
archref,
author,
bibref,
citation,
container,
date,
datesingle,
didnote,
dimensions,
edition,
emph,
entry,
event,
fromdate,
head,
head01,
head02,
head03,
item,
label,
materialspec,
num,
p,
part,
physdesc,
physfacet,
physloc,
publisher,
quote,
ref,
sponsor,
subtitle,
titleproper,
todate,
unitdate,
unitid,
unittitle
Description and Usage:
A phrase level element to designate the full form of a word or phrase that often appears
as an abbreviation or acronym. Use abbr to supply the abbreviated form for indexing or searching
purposes.
Attributes:
Optional
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Examples:
<didnote>File also contains materials from the
<expan abbr=" ACLU "> American Civil Liberties Union </expan>
. </didnote>
<c02>
<did>
<unittitle>
<expan abbr="UNESCO"> United Nations Educational, Scientific and Cultural Organization </expan>
</unittitle>
[. . .] </did>
</c02>
<famname>
Summary:
An element for identifying the name of a group of people with blood relations, or
persons who form a household.
Attribute usage:
Use @encodinganalog to indicate corresponding data elements in another data format, such as MARC.
Use @identifier to provide a number, code, or string (e.g., URI) that uniquely identifies the family
in a controlled vocabulary, taxonomy, ontology, or other knowledge organization
system. Do not confuse with @id, which provides a unique id for the element within the XML instance.
Use @localtype, if local practice requires specification of the type of family name.
Use @normal to identify a standardized form of the family name if not provided in the element
itself.
Use @relator to specify, either as a URI or a string, other relationship(s) the family name has
to the described materials, for example, "compiler," "creator," "collector," or
"subject." The schema does not limit possible values of @relator, but an institution could define and enforce values elsewhere if desired.
May contain:
May occur within:
abstract,
archref,
bibref,
controlaccess,
entry,
event,
indexentry,
item,
namegrp,
origination,
p,
physfacet,
ref,
repository,
unittitle
Description and Usage:
An element for identifying the name of a group of persons closely related by blood
or persons who form a household, and are related to the materials being described.
Includes single families and
family groups, e.g., Patience Parker Family and Parker Family.
<famname> must contain one or more <part> elements. A single <part> may be used for the entire string, or if more granularity is desired, multiple <part> elements may be
used to capture each component of the family name, e.g.,
Part 1: Butts family
Part 2: 1810
Part 3: Long Beach, CA
Use <famname> within <controlaccess> for encoding family names as defined by controlled vocabularies or according to appropriate
rules. You may also use <famname> for encoding
family names as they appear within text.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <indexentry>: Optional, not repeatable
Within all other elements: Optional, repeatable
Examples:
<controlaccess>
<famname>
<part>Butts family</part>
<part>1810</part>
<part>Long Beach, CA</part>
</famname>
<famname relator="collector">
<part>Smith family</part>
</famname>
<famname encodinganalog="600" relator="subject" source="lcnaf" identifier="http://lccn.loc.gov/sh88007170%22%3E
<part>Kistler family</part>
</famname>
<famname encodinganalog="600" identifier="http://lccn.loc.gov/sh85128074%22%3E
<part>Stevens family</part>
</famname>
</controlaccess>
<indexentry>
<famname>
<part>Hely-Hutchinson family</part>
</famname>
<indexentry>
<genreform>
<part>Pedigree, 20th cent.</part>
</genreform>
<ref target="EngC5769-f74" show="replace" actuate="onrequest">MS. Eng. c. 5769, fol. 74</ref>
</indexentry>
</indexentry>
<filedesc>
Summary:
A required child element of <control> that binds together bibliographic information about an EAD instance.
See also:
Do not confuse with <archdesc>, which refers to the materials being described rather than the finding aid itself.
May contain:
May occur within:
Description and Usage:
Use <filedesc> to record a bibliographic description of the finding aid itself, including its author,
title, subtitle, sponsor, edition, publisher, publishing series, and related notes.
The
prescribed order of all child elements (both required and optional) is:
<titlestmt>
<editionstmt>
<publicationstmt>
<seriesstmt>
<notestmt>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<control>
<recordid>AddMS88938</recordid>
<filedesc>
<titlestmt>
<titleproper>Catalogue of the Papers of James Graham Ballard</titleproper>
</titlestmt>
<publicationstmt>
<publisher>British Library</publisher>
</publicationstmt>
</filedesc>
<maintenancestatus value="derived"></maintenancestatus>
. . . </control>
<filedesc>
<titlestmt>
<titleproper>Register of the Emily Higby Collection</titleproper>
</titlestmt>
<editionstmt>
<edition>2nd ed.</edition>
<p>This edition reflects substantial additions to the collection in 1994.</p>
</editionstmt>
</filedesc>
<fileplan>
Summary:
An element for information about any classification scheme used by the original creator
to arrange, store, and retrieve the materials described.
See also:
Do not confuse with <arrangement>, which describes the current organization and/or filing sequence of the materials,
as opposed to that imposed by the original creator.
Do not confuse with <otherfindaid>, which contains references to additional descriptions of the material rather than
descriptions of classification schemes by which the materials might
still be arranged.
May contain:
May occur within:
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12,
fileplan
Description and Usage:
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 entity. Additional types include a drawing of a room
layout or a scientific scheme.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Example:
<fileplan>
<head>File List</head>
<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>
<fileplan>
<head>AGRICULTURE (AG)</head>
<list listtype="ordered" numeration="arabic">
<item>Home Economics</item>
<item>Horticulture</item>
<item>Marketing</item>
<item>Price Support</item>
</list>
</fileplan>
<fileplan>
<head>ARTS (AR)</head>
<list listtype="ordered" numeration="arabic">
<item>Languages</item>
<item>Museums</item>
<item>Music</item>
</list>
</fileplan>
</fileplan>
Summary:
An element used to cite the source of a fact, quotation, etc.
Attribute usage:
Use @actuate to specify how the footnote is to be displayed to a user, whether on loading of a
window, on request by the user, other, or none.
Use @show to specify how the source information is to appear after a user requests (clicks
on) the footnote, whether embedded in the current window, replacing the current window,
in a
new window, other, or none.
May contain:
May occur within:
Description and Usage:
Use <footnote>to annotate text to indicate the basis for an assertion or citing the source of a
quotation or other information.
Attributes:
Optional (values limited to: none, onload, onrequest, other)
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional (values limited to: embed, new, none, other replace)
Availability:
Example:
<scopecontent>
<head>Scope and Content</head>
<p>In letters from the spring of 1924, Lawrence outlines the adjustments the family faced
when moving from New York City to Badger, Iowa.
<footnote>
<p>Letters #42, #45, #47-54</p>
</footnote>
In particular, the children had difficulty in their new classroom settings. Lawrence
notes "Sally cried again tonight because, unlike the children who have attended this
school
their entire lives, she cannot concentrate on sums while the instructor quizzes older
children about geography."
<footnote>
<p>Letter #48</p>
</footnote>
The family only remained six months in Badger before moving again to Des Moines.</p>
[. . .] </scopecontent>
<foreign>
Summary:
An element that indicates that the language and/or script of the encoded word(s) is
different from that in the surrounding text.
Attribute usage:
Use @lang to indicate the language and @script to identify the script of the encoded text.
Use @render to specify formatting of the encoded text for display and print purposes.
May contain:
[text]
May occur within:
abstract,
addressline,
archref,
author,
bibref,
citation,
container,
date,
datesingle,
didnote,
dimensions,
edition,
emph,
entry,
event,
fromdate,
head,
head01,
head02,
head03,
item,
label,
materialspec,
num,
p,
part,
physdesc,
physfacet,
physloc,
publisher,
quote,
ref,
sponsor,
subtitle,
titleproper,
todate,
unitdate,
unitid,
unittitle
Description and Usage:
Use <foreign> to indicate a language and/or script that differs from that of the text surrounding
it. Use <foreign> if you wish to render or otherwise process such text. For example,
encoding a phrase as <foreign> and including the script attributes allows a machine to process the script differently
than that of the script around it.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional (values limited to: altrender, bold, bolddoublequote, bolditalic, boldsinglequote,
boldsmcaps, boldunderline, doublequote, italic, nonproport, singlequote, smcaps, sub,
super,
underline)
Optional
Availability:
Examples:
<bibref>
<foreign lang="lat"> Arcana mundi </foreign>
: magic and the occult in the Greek and Roman worlds : a collection of ancient texts
/ translated, annotated, and introduced by Georg Luck.
Baltimore : Johns Hopkins University Press, c1985. </bibref>
<bioghist> [. . .]
<p>Thanatos (
<foreign lang="grc" script="Grek"> Θάνατος </foreign>
) was the personification of death. He was a minor figure in Greek mythology, often
referred to,
but rarely appearing in person. </p>
[. . .] </bioghist>
<fromdate>
Summary:
An optional child element of <daterange> that records the starting point in a range of dates.
Attribute usage:
Use @localtype to supply a more specific characterization of the start date.
Use @notafter and @notbefore to capture the earliest and latest possible dates in machine-processable form in
cases when the date is uncertain.
Use @standarddate to provide a machine-processable form of the date.
See also:
Use <todate> to record the ending point of a date range.
May contain:
May occur within:
Description and Usage:
Use <fromdate> to record the beginning date in a range of dates. <fromdate> may contain actual or approximate dates. The content of the element is intended to
be a human-readable,
natural language expression of the date. If, however, indexing or other machine processing
of dates is desired, the standarddate should be used to record the date in machine-processable
form as well.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<unitdatestructured calendar="gregorian" era="ce">
<dateset>
<datesingle standarddate="1963-01-22">22 January 1963</datesingle>
<daterange>
<fromdate standarddate="1971-06-01"> 1 June 1971 </fromdate>
<todate standarddate="1974-04-30">30 April 1974</todate>
</daterange>
</dateset>
</unitdatestructured>
<chronitem>
<daterange>
<fromdate> 1819 </fromdate>
<todate>1820</todate>
</daterange>
<event>Studies theology at Yale College</event>
</chronitem>
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate notafter="1962"> 1962 </fromdate>
<todate notafter="1968">1968</todate>
</daterange>
</unitdatestructured>
<unitdatestructured certainty="circa" unitdatetype="inclusive">
<daterange>
<fromdate notbefore="1971" notafter="1975"> around 1973 </fromdate>
<todate standarddate="1992">1992</todate>
</daterange>
</unitdatestructured>
<function>
Summary:
An element for encoding activities and processes related to the production of materials.
Attribute usage:
Use @encodinganalog to indicate corresponding data elements in another data format, such as MARC.
Use @identifier to provide a number, code, or string (e.g., URI) that uniquely identifies the function
in a controlled vocabulary, taxonomy, ontology, or other knowledge organization
system.
Use @localtype, if local practice requires specification of the type of function.
Use @normal to identify a standardized form of the function if not provided in the element itself.
Use @relator to specify, either as a URI or a string, other relationship(s) between the function
and the described materials. The schema does not limit possible values of
@relator, but an institution could define and enforce these values elsewhere if desired.
See also:
Do not use <function> to describe occupations; use <occupation> instead.
May contain:
May occur within:
abstract,
archref,
bibref,
controlaccess,
entry,
event,
indexentry,
item,
namegrp,
p,
physfacet,
ref,
unittitle
Description and Usage:
<function> identifies activities and processes that generated the described materials. Such
terms often provide useful access points to the materials, especially for corporate,
government, or
institutional records. Examples include collecting taxes and entertaining.
<function> must contain one or more <part> elements. A single <part> may be used for the entire string, or if more granularity is desired, multiple <part> elements may be
used to capture each component of the function term, e.g.,
Part 1: Coaching
Part 2: Oregon
Use <function> within <controlaccess> for encoding functions as defined by controlled vocabularies or according to appropriate
rules. You may also use <function> for encoding
functions as they appear within text.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <indexentry>: Optional, not repeatable
Within all other elements: Optional, repeatable
Example:
<controlaccess>
<function encodinganalog="657" source="aat">
<part>Legislating</part>
</function>
<function encodinganalog="657" source="aat">
<part>Law enforcing</part>
</function>
<function encodinganalog="657" source="aat">
<part>Convicting</part>
</function>
</controlaccess>
<genreform>
Genre/Physical Characteristic [toc]
Summary:
An element for encoding a genre or form of material.
Attribute usage:
Use @encodinganalog to indicate corresponding data elements in another data format, such as MARC.
Use @identifier to provide a number, code, or string (e.g., URI) that uniquely identifies the genre
or physical characteristic in a controlled vocabulary, taxonomy, ontology, or other
knowledge organization system. Do not confuse with @id, which provides a unique id for the element within the XML instance.
Use @localtype, if local practice requires specification of the type of genre term.
Use @normal to identify a standardized form of the genre term if not provided in the element
itself.
Use @relator to specify, either as a URI or a string, other relationship(s) the genre term has
to the described materials. The schema does not limit possible values of
@relator, but an institution could define and enforce values elsewhere if desired.
May contain:
May occur within:
abstract,
archref,
bibref,
controlaccess,
entry,
event,
indexentry,
item,
namegrp,
p,
physfacet,
ref,
unittitle
Description and Usage:
<genreform> 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.
<genreform> must contain one or more <part> elements. A single <part> may be used for the entire string, or if more granularity is desired, multiple <part>
elements may be used to capture each component of the genre/form term, e.g.,
Part 1: Photographs
Part 2: 1910-1919
Use <genreform> within <controlaccess> for encoding genre terms as defined by controlled vocabularies or according to appropriate
rules. You may also use <genreform> for encoding
genre terms as they appear within text.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <indexentry>: Optional, not repeatable
Within all other elements: Optional, repeatable
Examples:
<controlaccess>
<genreform encodinganalog="655" source="gmgpc">
<part>Correspondence</part>
</genreform>
<genreform encodinganalog="655" source="gmgpc">
<part>Diaries</part>
</genreform>
</controlaccess>
<indexentry>
<famname>
<part>Hely-Hutchinson family</part>
</famname>
<indexentry>
<genreform>
<part>Pedigree, 20th cent.</part>
</genreform>
<ref target="EngC5769-f74" show="replace" actuate="onrequest">MS. Eng. c. 5769, fol. 74</ref>
</indexentry>
</indexentry>
<geogname>
Summary:
An element for encoding place names.
Attribute usage:
Use @encodinganalog to indicate corresponding data elements in another data format, such as MARC.
Use @identifier to provide a number, code, or string (e.g., URI) that uniquely identifies the geographic
name in a controlled vocabulary, taxonomy, ontology, or other knowledge
organization system. Do not confuse with @id, which provides a unique id for the element within the XML instance.
Use @localtype, if local practice requires specification of the type of geographical name.
Use @normal to identify a standardized form of the geographical name if not provided in the element
itself.
Use @relator to specify, either as a URI or a string, other relationship(s) the geographical name
has to the described materials. The schema does not limit possible values of
@relator, but an institution could define and enforce values elsewhere if desired.
May contain:
May occur within:
abstract,
archref,
bibref,
chronitem,
chronitemset,
controlaccess,
entry,
event,
indexentry,
item,
namegrp,
p,
physfacet,
ref,
relation,
unittitle
Description and Usage:
An element for identifying the name of a place, natural feature, or political jurisdiction.
Examples include: Appalachian Mountains; Baltimore, MD; Chinatown, San Francisco;
and Kew Gardens,
England.
<geogname> must contain one or more <part> elements. A single <part> may be used for the entire string, or if more granularity is desired, multiple <part> elements may be
used to capture each component of the geographic name, e.g.,
Part 1: Mexico
Part 2: Baja California (Peninsula)
<geogname> also allows for an optional <geographiccoordinates> element following the <part> element(s).
Use <geogname> within <controlaccess> for encoding geographical names as defined by controlled vocabularies or according
to appropriate rules. You may also use <geogname> for
encoding geographical names as they appear within text.
References:
MARC 651, 752
MODS <geographic>, <hierarchicalGeographic>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <chronitem>, <indexentry> and <relation>: Optional, not repeatable
Within all other elements: Optional, repeatable
Examples:
<controlaccess>
<geogname>
<part>Clear Spring</part>
<part>Maryland</part>
<geographiccoordinates coordinatesystem="UTM">18S 248556mE 4393694mN</geographiccoordinates>
</geogname>
</controlaccess>
<controlaccess>
</controlaccess>
<chronitem>
<datesingle standarddate="1927">1927</datesingle>
<geogname>
<part>Berlin, Germany </part>
<geographiccoordinates coordinatesystem="mgrs">33UUU9029819737 </geographiccoordinates>
</geogname>
<event>Designs and builds Piscator Apartment</event>
</chronitem>
<chronitem>
<datesingle standarddate="1932">1932</datesingle>
<geogname>
<part>Basel, Switzerland</part>
<geographiccoordinates coordinatesystem="mgrs"> 32TLT9469569092</geographiccoordinates>
</geogname>
<event>Designs and builds Wohnbedarf Furnniture Stores</event>
</chronitem>
<geographiccoordinates>
Geographic Coordinates [toc]
Summary:
A child element of <geogname> that encodes a set of geographic coordinates.
Attribute usage:
Use @coordinatesystem to provide a commonly used code for the system used to express the coordinates. Examples
include WGS84, OSGB36, ED50.
May contain:
[text]
May occur within:
Description and Usage:
Use <geographiccoordinates> to express a set of geographic coordinates such as latitude, longitude, and altitude
representing a point, line, or area on the surface of the earth.
References:
MARC 255$c
MODS <coordinates>
Attributes:
Optional
Optional (values limited to: external, internal)
Required
Optional
Optional
Optional
Availability:
Examples:
<geogname>
<part localtype="place">Hardeeville</part>
<part localtype="state">South Carolina</part>
<geographiccoordinates coordinatesystem="WGS84"> -81.1, 32.2, -81.0, 32.3 </geographiccoordinates>
</geogname>
<geogname>
<part>Clear Spring</part>
<part>Maryland</part>
<geographiccoordinates coordinatesystem="UTM"> 18S 248556mE 4393694mN </geographiccoordinates>
</geogname>
<geogname>
<part>Berlin, Germany </part>
<geographiccoordinates coordinatesystem="mgrs"> 33UUU9029819737 </geographiccoordinates>
</geogname>
<geogname>
<part>Basel, Switzerland</part>
<geographiccoordinates coordinatesystem="mgrs"> 32TLT9469569092 </geographiccoordinates>
</geogname>
<head>
Summary:
An element that encodes a title or caption for a section of text.
See also:
Do not confuse with the children of <listhead> (<head01>, <head02>, and <head03>), which designate headings for facets in a multifacet list, or <thead>, which
is used for column headings in a table.
May contain:
May occur within:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12,
chronlist,
controlaccess,
custodhist,
did,
dsc,
fileplan,
index,
legalstatus,
list,
odd,
originalsloc,
otherfindaid,
phystech,
prefercite,
processinfo,
relatedmaterial,
scopecontent,
separatedmaterial,
table,
userestrict
Description and Usage:
<head> is used for supplying title-like statements to a section of text, such as a note,
list, table, or series of paragraphs. When <head> is used, it must be the first child element,
followed by one or more other elements.
Attributes:
Optional
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Examples:
<chronlist>
<head> Publications List </head>
<listhead>
<head01>Publication Year</head01>
<head02>Book Title</head02>
</listhead>
<chronitem>[...]</chronitem>
</chronlist>
<bioghist id="PRO123">
<head> Administrative History </head>
<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>
<head01>
Summary:
A formatting element for the first facet heading in a multifacet list.
See also:
Do not confuse with the generic <head>, which designates a heading for an entire list or other section of text.
May contain:
May occur within:
Description and Usage:
Use within <listhead> to designate the heading over the first facet in a multifacet list.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<chronlist>
<listhead>
<head01>Date(s)</head01>
<head02>Location(s)</head02>
<head03>Event(s)</head03>
</listhead>
<chronitem>
<dateset>
<datesingle standarddate="1942-03">March 1942</datesingle>
<daterange>
<fromdate standarddate="1942-05">May 1946</fromdate>
<todate standarddate="1946-09">September 1946</todate>
</daterange>
</dateset>
<chronitemset>
<geogname>
<part>Clear Spring</part>
<part>Maryland</part>
<geographiccoordinates coordinatesystem="UTM">18S 248556mE 4393694mN</geographiccoordinates>
</geogname>
<event>Enlisted in Civilian Public Service as a conscientious objector.</event>
<event>Served at CPS Camp No. 24, subunit 4 in Clear Spring, Maryland. Constructed fences
to conserve soil, practiced specialized tilling, and dug water diversion ditches.
Fought
occasional forest fires.</event>
</chronitemset>
</chronitem>
</chronlist>
<head02>
Summary:
A formatting element for the second facet heading in a multifacet list.
See also:
Do not confuse with the generic <head>, which designates a heading for an entire list or other section of text.
May contain:
May occur within:
Description and Usage:
Use <head02> within <listhead> if needed to designate the heading over the second facet in a multifacet list.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<chronlist>
<listhead>
<head01>Date(s)</head01>
<head02> Location(s) </head02>
<head03>Event(s)</head03>
</listhead>
[. . .] </chronlist>
<head03>
Summary:
A formatting element for the third facet heading in a multifacet list.
See also:
Do not confuse with the generic <head>, which designates a heading for an entire list or other section of text.
May contain:
May occur within:
Description and Usage:
Use <head03> within <listhead> to provide a heading over the third facet in a multifacet list.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<chronlist>
<listhead>
<head01>Date(s)</head01>
<head02> Location(s) </head02>
<head03>Event(s)</head03>
</listhead>
[. . .] </chronlist>
<index>
Summary:
A list of key terms and entities with reference pointers assembled to enhance navigation
of and access to the materials being described.
May contain:
May occur within:
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12,
index
Description and Usage:
<index> can serve as a helpful alphabetical overview of subjects, correspondents, photographers,
or other entities represented in the collection. It may provide hypertext links to
the
components referenced, or it may simply note the container numbers useful for locating
the position in the finding aid where the indexed material appears.
The index may repeat terms and names found elsewhere in the finding aid or list names
not previously identified. For example, an index of correspondents may list "Chilsolm,
Shirley" with a reference
pointing to a file with the general name "Correspondence, 1969-1975." Use <indexentry> to capture each item in the <index>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Example:
<archdesc level="fonds">
<did>[...]</did>
<scopecontent>[...]</scopecontent>
<index>
<head>Photographer Index</head>
<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>
<indexentry>
<name>
<part>12th Air Force Photo</part>
</name>
<ref target="LOT13105" actuate="onrequest" show="replace">LOT 13105</ref>
</indexentry>
<indexentry>
<name>
<part>15th Air Force Command:</part>
</name>
<ref target="LOT13105" actuate="onrequest" show="replace">LOT 13105</ref>
</indexentry>
</index>
</archdesc>
<indexentry>
Summary:
A wrapper element that pairs an index term with zero or more linking elements.
May contain:
corpname,
famname,
function,
genreform,
geogname,
indexentry,
name,
namegrp,
occupation,
persname,
ptr,
ptrgrp,
ref,
subject,
title
May occur within:
Description and Usage:
Each <indexentry> must contain an access element, such as <corpname>, <persname>, <subject>, etc., or <namegrp> to handle multiple access elements. It may also
contain <ref>, <ptr>, or <ptrgrp> to identify and/or provide a link to the relevant position in the finding aid. If
desired, use controlled vocabulary terms to facilitate access
to information within and across finding aid systems.
Use the child <namegrp> to bundle access element entries, e.g., several <famname> and <persname> elements that share the same <ref>, <ptr>, or <ptrgrp>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<index>
<indexentry>
<name>
<part>12th Air Force Photo</part>
</name>
<ref target="LOT13105" actuate="onrequest" show="replace">LOT 13105</ref>
</indexentry>
<indexentry>
<name>
<part>15th Air Force Command:</part>
</name>
<ref target="LOT13105" actuate="onrequest" show="replace">LOT 13105</ref>
</indexentry>
</index>
<item>
Summary:
An element used in either <list> or as part of <defitem>.
See also:
Do not confuse with <chronitem>, which designates entries in <chronlist>.
Related elements <list> and <defitem>.
May contain:
[text],
abbr,
corpname,
date,
emph,
expan,
famname,
footnote,
foreign,
function,
genreform,
geogname,
lb,
list,
name,
num,
occupation,
persname,
ptr,
quote,
ref,
subject,
title
May occur within:
Description and Usage:
An element used in two contexts: as an entry in a simple, random, or ordered <list> or as part of <defitem> inside a definition list. In the first instance, <item> can be a
number, word, or phrase. In a definition list, which is usually displayed as two columns,
<defitem> pairs <label> with a corresponding <item> containing text that defines,
describes, or explains the terms or other text tagged as <label>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Within <defitem>: Required, not repeatable
Within <list>: Optional, repeatable
Examples:
<list listtype="unordered" mark="circle">
<head>List of ministers of May Memorial Unitarian Universalist Church</head>
<item> John Storer, Minister 1839-1844 </item>
<item> Samuel Joseph May, Minister 1845-1868 </item>
<item> Samuel R. Calthrop, Minister 1868-1911 </item>
<item> John H. Applebee, Minister 1911-1929 </item>
<item> Waldemar W. Argow, Minister 1930-1941 </item>
<item> Robert E. Romig, Minister 1941-1946 </item>
<item> Glenn O. Canfield, Minister 1946-1952 </item>
<item> John Fuller, Minister, 1961-1973 </item>
</list>
<list listtype="deflist">
<defitem>
<label>ALS</label>
<item> Autograph Letter Signed </item>
</defitem>
<defitem>
<label>TLS</label>
<item> Typewritten Letter Signed </item>
</defitem>
</list>
<label>
Summary:
A required child element of <defitem> that identifies the term or concept being defined or described.
See also:
Do not confuse with @label, available on children of <did>, which allows the encoder to provide identifying information for public display.
May contain:
May occur within:
Description and Usage:
In a definition list, <label> and <item> are paired within <defitem>. <label> provides a term or concept that is then defined, described, or explained in an <item>.
A definition list is often displayed in two columns.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<list listtype="deflist">
<defitem>
<label>ALS</label>
<item>Autograph Letter Signed</item>
</defitem>
<defitem>
<label>TLS</label>
<item>Typewritten Letter Signed</item>
</defitem>
</list>
<langmaterial>
Language of the Material [toc]
Summary:
A child element of <did> that identifies languages represented in the materials described.
Attribute usage:
Use @lang and @scriptto indicate the language and written scripts of the descriptive information, not the
language of materials.
Use @langcode in the <language> child element to record the language of the material using language codes.
Use @scriptcode in the <script> child element to record the script of the material using script codes.
See also:
Do not confuse with <languagedeclaration> in <control>, which specifies the language(s) and script(s) in which the finding aid is written.
See also the descriptions for
<language> and <languageset>.
May contain:
May occur within:
Description and Usage:
<langmaterial> records information about languages and scripts represented in the materials being
described. <langmaterial> must contain one or more <language> or
<languageset> elements, but cannot contain text.
Any comments or notes about languages or scripts represented in the materials described
must be encoded in an optional <descriptivenote> that follows all <language> and
<languageset> elements.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<langmaterial>
<languageset>
<language langcode="lat">Latin</language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="ang">Old English</language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="eng">English</language>
<script scriptcode="Latn"></script>
</languageset>
<descriptivenote>
<p>The majority of the documents are written in Modern English. Roberts copies multiple
passages from original manuscripts in Latin and Old English.</p>
</descriptivenote>
</langmaterial>
<langmaterial>
<language langcode="eng">English</language>
<language langcode="fre">French</language>
</langmaterial>
<langmaterial>
<languageset>
<language langcode="jpn">Japanese</language>
<script scriptcode="Hira">hiragana</script>
<script scriptcode="Kana">katakana</script>
</languageset>
<descriptivenote>
<p>This file contains documents in Japanese, in both the hiragana and katakana scripts.</p>
</descriptivenote>
</langmaterial>
<language>
Summary:
An element used to indicate the language or communication system of an EAD instance
or of the material being described.
Attribute usage:
Use @langcode to provide an identifying code for the language according to the authoritative source
identified in @langencoding. In most cases this will be a three-letter
ISO639-2b code.
Use @lang and @script to indicate the language and written scripts of the descriptive information, not
the language of materials.
See also:
Use <script> to specify, in a human-readable form, the script corresponding to the language.
May contain:
[text]
May occur within:
Description and Usage:
Within <did>, <language> is a child element of <langmaterial> and it identifies a language or communication system of the materials being described.
Within <control>,
<language> is a child element of <languagedeclaration> and it identifies the language of the description itself. Multiple languages and
scripts can be listed within
<languageset>.
References:
MARC 041 is equivalent to langcode
MODS <languageTerm>, <languageOfCataloging>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <langmaterial>:One of <language> or <languageset> is required, repeatable
Within <languagedeclaration>:Required, not repeatable
Within <languageset>:Required, repeatable
Examples:
<langmaterial>
<languageset>
<language langcode="lat"> Latin </language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="ang"> Old English </language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="eng"> English </language>
<script scriptcode="Latn"></script>
</languageset>
<descriptivenote>
<p>The majority of the documents are written in Modern English. Roberts copies multiple
passages from original manuscripts in Latin and Old English.</p>
</descriptivenote>
</langmaterial>
<langmaterial>
<language langcode="eng"> English </language>
<language langcode="fre"> French </language>
</langmaterial>
<langmaterial>
<languageset>
<language langcode="jpn"> Japanese </language>
<script scriptcode="Hira">hiragana</script>
<script scriptcode="Kana">katakana</script>
</languageset>
<descriptivenote>
<p>This file contains documents in Japanese, in both the hiragana and katakana scripts.</p>
</descriptivenote>
</langmaterial>
<languagedeclaration>
Language Declaration [toc]
Summary:
A child element of <control> that indicates the language and script in which an EAD instance is written.
See also:
Do not confuse with <langmaterial>, which is used to identify languages and scripts found in the materials being described.
May contain:
May occur within:
Description and Usage:
Use <languagedeclaration> to identify the language and script of an EAD instance with required <language> and <script> children. When the archival description is in a single
language or it is the maintenance agency’s policy to declare a primary language, then
a single instance of <languagedeclaration> may be used. For declaring multiple languages,
<languagedeclaration> may be repeated. Any comments about the languages and scripts in which the EAD instance
is written may be included in the optional <descriptivenote>.
The prescribed order of all child elements (both required and optional) is:
<language>
<script>
<descriptivenote>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Example:
<control>
<maintenanceagency>
<otheragencycode localtype="archon">GB-58</otheragencycode>
<agencyname>British Library</agencyname>
</maintenanceagency>
<languagedeclaration>
<language langcode="eng">English</language>
<script scriptcode="Latn">Latin</script>
</languagedeclaration>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2013-04-20T16:19:24Z"></eventdatetime>
<agenttype value="machine">machine</agenttype>
<agent>IAMS</agent>
</maintenanceevent>
</maintenancehistory>
</control>
<languageset>
Summary:
Within <did>, <languageset> is a child element of <langmaterial> that is used to pair languages with the scripts in which they are written.
See also:
Required child element <language>
Required child element <script>
May contain:
May occur within:
Description and Usage:
Use <languageset> within <langmaterial> when it is necessary to associate <language> and <script>. Possible combinations include one language and one script, multiple
languages and one script, and one language and multiple scripts. Although the EAD3
schema allows multiple languages to be associated with multiple scripts this combination
is unlikely to convey
useful information. <languageset> may be repeated as necessary. Optionally, any comments about the language(s) and
scripts(s) being recorded may be captured in <descriptivenote> at the
end, particularly for display to finding aid users.
Attribute notes:
Use @lang and @script to indicate the language and written scripts of the descriptive information, not
the language of materials.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<langmaterial>
<languageset>
<language langcode="lat">Latin</language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="ang">Old English</language>
<script scriptcode="Latn"></script>
</languageset>
<languageset>
<language langcode="eng">English</language>
<script scriptcode="Latn"></script>
</languageset>
<descriptivenote>
<p>The majority of the documents are written in Modern English. Roberts copies multiple
passages from original manuscripts in Latin and Old English.</p>
</descriptivenote>
</langmaterial>
<langmaterial>
<languageset>
<language langcode="jpn">Japanese</language>
<script scriptcode="Hira">hiragana</script>
<script scriptcode="Kana">katakana</script>
</languageset>
<descriptivenote>
<p>This file contains documents in Japanese, in both the hiragana and katakana scripts.</p>
</descriptivenote>
</langmaterial>
<lb>
Summary:
A formatting element that forces the following text to start on a new line.
May contain:
[empty]
May occur within:
abstract,
addressline,
archref,
author,
bibref,
citation,
container,
date,
datesingle,
didnote,
dimensions,
edition,
emph,
entry,
event,
fromdate,
head,
head01,
head02,
head03,
item,
label,
materialspec,
num,
p,
part,
physdesc,
physfacet,
physloc,
publisher,
quote,
ref,
sponsor,
subtitle,
titleproper,
todate,
unitdate,
unitid,
unittitle
Description and Usage:
An empty formatting element that allows the author of an EAD instance to explicitly
indicate the point in the text where a new line should occur rather than relying on
a rendering application. Use
only when a line break is needed within an element. Use a style sheet to specify line
breaks between elements.
References:
Equivalent to <br/> in HTML.
Availability:
Example:
<publisher> San Joaquin County Historical Society and Museum
<lb></lb>
Lodi, California
<lb></lb>
<ptr actuate="onload" show="embed" entityref="sjmlogo"></ptr>
</publisher>
<legalstatus>
Summary:
An element for indicating the statutorily defined status of the materials being described.
May contain:
May occur within:
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12,
legalstatus
Description and Usage:
Use <legalstatus> to identify the status of the material being described as defined by law, for example,
the Public Records Act of 1958 in the United Kingdom.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<did>
<unitid label="Reference Code">PREM 8</unitid>
<unittitle label="Title">Prime Minister's Office: Correspondence and Papers</unittitle>
<unitdate label="Creation Dates" unitdatetype="inclusive">1935-1951</unitdate>
</did>
<legalstatus>
<p>Public Record(s)</p>
</legalstatus>
<legalstatus>
<head>Legal status of records</head>
<p>Federal, state and local laws apply, as follows.</p>
<legalstatus>
<head>Student records</head>
<p>Student records are governed by the Family Educational Rights and Privacy Act (FERPA),
<num localtype="us.usc">20 U.S.C. § 1232g</num>
.</p>
</legalstatus>
<legalstatus>
<head>Patient records</head>
<p>Patient records are governed by the Health Insurance Portability and Accountability
Act,
<num localtype="us.pub.l">Pub.L. 104–191</num>
and
<num localtype="us.stat">110 Stat.
1936</num>
.
<num localtype="eu.echr">Article 8 ECHR</num>
may also apply.</p>
</legalstatus>
</legalstatus>
<legalstatus>
<p>On deposit until 2025. See Deed of Gift for more information.</p>
</legalstatus>
<list>
Summary:
A wrapper element for formatting a series of <item> or <defitem> elements that are often presented in a vertical sequence.
Attribute usage:
Use @listtype to identify and format the list as a particular type. The choices are: "deflist,"
"ordered," and "unordered."
See also:
Do not confuse with <chronlist>, which is used to designate the temporal sequence of significant events associated
with the entity or material described.
May contain:
May occur within:
accessrestrict,
accruals,
acqinfo,
altformavail,
appraisal,
arrangement,
bibliography,
bioghist,
blockquote,
controlaccess,
controlnote,
custodhist,
dsc,
entry,
event,
fileplan,
footnote,
index,
item,
legalstatus,
odd,
originalsloc,
otherfindaid,
p,
phystech,
prefercite,
processinfo,
relatedmaterial,
scopecontent,
separatedmaterial,
userestrict
Description and Usage:
A formatting element that contains a series of words or numerals (called <item>s) separated from one another and arranged in a linear, often vertical sequence.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional (values limited to: deflist, ordered, unordered)
Optional (values limited to: circle, disc, inherit, none, square)
Optional (values limited to: armenian, decimal, decimal-leading-zero, georgian, inherit,
lower-alpha, lower-greek, lower-latin, lower-roman, upper-alpha, upper-latin, upper-roman)
Optional
Availability:
Examples:
<list listtype="unordered" mark="circle">
<head>List of ministers of May Memorial Unitarian Universalist Church</head>
<item>John Storer, Minister 1839-1844</item>
<item>Samuel Joseph May, Minister 1845-1868</item>
<item>Samuel R. Calthrop, Minister 1868-1911</item>
<item>John H. Applebee, Minister 1911-1929</item>
<item>Waldemar W. Argow, Minister 1930-1941</item>
<item>Robert E. Romig, Minister 1941-1946</item>
<item>Glenn O. Canfield, Minister 1946-1952</item>
<item>John Fuller, Minister, 1961-1973</item>
</list>
<list listtype="deflist">
<defitem>
<label>ALS</label>
<item>Autograph Letter Signed</item>
</defitem>
<defitem>
<label>TLS</label>
<item>Typewritten Letter Signed</item>
</defitem>
</list>
<processinfo>
<p>The following items were removed during processing due to irrecoverable mold damage.
Photographs were taken and placed in the collection for reference purposes.
<list listtype="ordered" numeration="lower-alpha">
<item>Correspondence from Feb 1987 (6 items)</item>
<item>Three photographs of unidentified cats</item>
<item>One silk scarf</item>
</list>
</p>
</processinfo>
<listhead>
Summary:
An element for grouping several headings for faceted lists.
See also:
Do not confuse with <head>, which designates a title or caption for a section of text where columnar headings
are not needed.
Do not confuse with <thead>, which is used in <table>.
Do not use <head03> within a definition list (<list listtype="deflist">). A definition list can only
have two facets for the <label> and <item> elements within
<defitem>.
May contain:
May occur within:
Description and Usage:
A formatting element that groups headings for different facets in a definition list
(<list listtype="deflist">), <chronlist>, or <index>. The headings are called <head01>,
<head02>, and <head03> and are available in that sequence, although each is optional.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<chronlist>
<head>Publications List</head>
<listhead>
<head01>Publication Year</head01>
<head02>Book Title</head02>
</listhead>
<chronitem>
<datesingle>1882</datesingle>
<event>
<title>
<part>Across the Sea in a Sieve.</part>
</title>
London: Jos. Banks.</event>
</chronitem>
<chronitem>
<datesingle>1886</datesingle>
<event>
<title>
<part>My Life and Other Tragedies.</part>
</title>
London: Chatto and Windus.</event>
</chronitem>
</chronlist>
<localcontrol>
Summary:
A child element of <control>, used to specify any control information necessary to accommodate local practice.
Attribute usage:
Use @localtype if local practice requires recording the type of entry.
May contain:
May occur within:
Description and Usage:
Administrative information about an EAD instance that is not accommodated by other
elements but is required to support local needs. The value of the element should be
given in a child <term>,
and an associated date or range of dates can be given as either <datesingle> or <daterange>.
Child elements of <localcontrol> must be provided in a specific order:
<term>
<datesingle> or <daterange>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<control> [. . .]
<languagedeclaration>
<language langcode="eng">English</language>
<script scriptcode="Latn">Latin</script>
</languagedeclaration>
<localcontrol localtype="levelofdetail">
<term>Minimum</term>
</localcontrol>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2013-04-20T16:19:24Z"></eventdatetime>
<agenttype value="machine">machine</agenttype>
<agent>IAMS</agent>
</maintenanceevent>
</maintenancehistory>
</control>
<localcontrol localtype="fileSize">
<term>8 MB</term>
</localcontrol>
<localcontrol localtype="daoFlag">
<term>true</term>
</localcontrol>
<localcontrol localtype="maxComponentID">
<term>414</term>
</localcontrol>
<localcontrol localtype="processinglevel">
<term>item</term>
</localcontrol>
<localtypedeclaration>
Local Type Declaration [toc]
Summary:
A child element of <control> used to declare any local conventions or controlled vocabularies used in localtype in the EAD instance.
May contain:
May occur within:
Description and Usage:
<localtypedeclaration> specifies the local conventions and controlled vocabularies used in localtype attributes
in the EAD instance. The child <citation> must be used to cite the
resource that lists the local rules or controlled terms. Any notes relating to how
these rules or conventions have been used may be given in <descriptivenote>. The child <abbr> may be
used to identify any abbreviation or code representing the local convention or controlled
vocabulary.
It may not be necessary to include <localtypedeclaration> if localtype values are documented externally.
The prescribed order of all child elements (both required and optional) is:
<abbr>
<citation>
<descriptivenote>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<control> [. . .]
<conventiondeclaration>
<abbr>ISAD(G)</abbr>
<citation>ISAD(G): General International Standard Archival Description, second edition, Ottawa
2000</citation>
</conventiondeclaration>
<localtypedeclaration>
<citation>IAMS Catloguing Guidelines Part 1: Describing Archives and Manuscripts</citation>
</localtypedeclaration>
<localcontrol localtype="levelofdetail">
<term>Minimum</term>
</localcontrol>
[. . .] </control>
<localtypedeclaration>
<abbr>PM-AMC</abbr>
<citation>Processing manual for archival and manuscript collections</citation>
<descriptivenote>
<p>This finding aid conforms to the standards of description outlined in the seventh
section of the university's
<title>
<part>Processing manual for archival and manuscript collections</part>
</title>
.</p>
</descriptivenote>
</localtypedeclaration>
<maintenanceagency>
Summary:
A required child element of <control> that identifies the information or service responsible for the EAD instance.
Attribute usage:
Use @countrycode to indicate a unique code for the country of the maintenance agency.
See also:
Use <repository> to identify the institution or agency responsible for providing intellectual access
to the materials being described, which may be the same as the maintenance
agency.
May contain:
May occur within:
Description and Usage:
Information about the institution or service responsible for the creation, maintenance,
and/or dissemination of the EAD instance.
<maintenanceagency> must include a child <agencyname> to provide the name of the institution or service. It is recommended to include the
optional <agencycode> and/or
<otheragencycode> children to unambiguously identify the institution or service. Any general information
about the institution in relation to the EAD instance may be given in
<descriptivenote>.
The prescribed order of all child elements (both required and optional) is:
<agencycode>
<otheragencycode>
<agencyname>
<descriptivenote>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<control> [. . .]
<maintenancestatus value="derived"></maintenancestatus>
<maintenanceagency>
<otheragencycode localtype="archon">GB-58</otheragencycode>
<agencyname>British Library</agencyname>
</maintenanceagency>
<languagedeclaration>
<language langcode="eng">English</language>
<script scriptcode="Latn">Latin</script>
</languagedeclaration>
[. . .] </control>
<control> [. . .]
<maintenancestatus value="revised"></maintenancestatus>
<publicationstatus value="published"></publicationstatus>
<maintenanceagency>
<agencycode>DNASA-G</agencycode>
<otheragencycode localtype="agency">GSFC</otheragencycode>
<agencyname>NASA Goddard Space Flight Center</agencyname>
</maintenanceagency>
[. . .] </control>
<maintenanceevent>
Summary:
A required child element of <maintenancehistory> used to record information about maintenance activities in the history of the EAD
instance.
May contain:
May occur within:
Description and Usage:
Use <maintenanceevent> to record an activity in the creation and ongoing maintenance of an EAD instance,
including revisions, updates, deletions, etc. There will always be at least one
maintenance event for each instance, which will typically be its creation.
The type of each event must be defined in the child <eventtype>. The child <agent> and <agenttype> elements are required to provide information about who or what carried out, or
was otherwise responsible for, the work on the EAD instance. The child <eventdatetime> is also required to record when the event took place. Optionally, the information
about the event may be
described further in <eventdescription>.
The prescribed order of all child elements (both required and optional) is:
<eventtype>
<eventdatetime>
<agenttype>
<agent>
<eventdescription>
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<maintenancehistory>
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Michael Rush</agent>
<eventdescription>Finding aid created.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Beinecke Library Edix/Wordix macros</agent>
<eventdescription>Encoded in EAD 1.0.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2007-08-13"></eventdatetime>
<agenttype value="machine"></agenttype>
<agent>brbl-migrate-01.xsl</agent>
<eventdescription>converted for compliance with Yale EAD Best Practice Guidelines </eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2007-07-26"></eventdatetime>
<agenttype value="machine"></agenttype>
<agent>v1to02.xsl</agent>
<eventdescription>PUBLIC "-//Yale University::Beinecke Rare Book and Manuscript Library//TEXT (US::CtYBR::::[ABRAHAM
HAYWARD COLLECTION ])//EN" "hayward.xml" converted from EAD 1.0 to 2002
by v1to02.xsl (sy2003-10-15).</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2010-02-10"></eventdatetime>
<agenttype value="machine"></agenttype>
<agent>yale.addEadidUrl.xsl</agent>
<eventdescription>Transformed with yale.addEadidUrl.xsl. Adds @url with handle for finding aid. Overwrites
@url if already present.</eventdescription>
</maintenanceevent>
</maintenancehistory>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2015-09-13T08:05:33-05:00">13 September 2015</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>EAD2002_to_EAD3.xsl</agent>
<eventdescription>Conversion from EAD 2002 finding aid using XSL transformation.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2015-09-14T10:05:23-05:00">14 September 2014</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Lisa Bolkonskaya</agent>
<eventdescription>Conversion from EAD 2002 revised. Conventions and local control added..</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2015-09-16T14:23:42-05:00">16 September 2014</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Lisa Bolkonskaya</agent>
<eventdescription>Minor revisions. Added sources.</eventdescription>
</maintenanceevent>
</maintenancehistory>
<maintenancehistory>
Maintenance History [toc]
Summary:
A required child element of <control> that captures the history of the EAD instance.
May contain:
May occur within:
Description and Usage:
<maintenancehistory> is for recording the history of the creation, revisions, updates, and other modifications
to the EAD instance. There must be at least one child <maintenanceevent>
in <maintenancehistory>, which usually will be a record of the creation of the instance, but there may be
many other <maintenanceevent> elements documenting the milestone changes or
activities in the maintenance of the instance.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<maintenancehistory>
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Michael Rush</agent>
<eventdescription>Finding aid created.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="created"></eventtype>
<eventdatetime standarddatetime="2006-10">October 2006</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>Beinecke Library Edix/Wordix macros</agent>
<eventdescription>Encoded in EAD 1.0.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2007-08-13"></eventdatetime>
<agenttype value="machine"></agenttype>
<agent>brbl-migrate-01.xsl</agent>
<eventdescription>converted for compliance with Yale EAD Best Practice Guidelines</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2007-07-26"></eventdatetime>
<agenttype value="machine"></agenttype>
<agent>v1to02.xsl</agent>
<eventdescription>PUBLIC "-//Yale University::Beinecke Rare Book and Manuscript Library//TEXT (US::CtYBR::::[ABRAHAM
HAYWARD COLLECTION ])//EN" "hayward.xml" converted from EAD 1.0 to 2002
by v1to02.xsl (sy2003-10-15).</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2010-02-10"></eventdatetime>
<agenttype value="machine"></agenttype>
<agent>yale.addEadidUrl.xsl</agent>
<eventdescription>Transformed with yale.addEadidUrl.xsl. Adds @url with handle for finding aid. Overwrites
@url if already present.</eventdescription>
</maintenanceevent>
</maintenancehistory>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"></eventtype>
<eventdatetime standarddatetime="2015-09-13T08:05:33-05:00">13 September 2015</eventdatetime>
<agenttype value="machine"></agenttype>
<agent>EAD2002_to_EAD3.xsl</agent>
<eventdescription>Conversion from EAD 2002 finding aid using XSL transformation.</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2015-09-14T10:05:23-05:00">14 September 2014</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Lisa Bolkonskaya</agent>
<eventdescription>Conversion from EAD 2002 revised. Conventions and local control added..</eventdescription>
</maintenanceevent>
<maintenanceevent>
<eventtype value="revised"></eventtype>
<eventdatetime standarddatetime="2015-09-16T14:23:42-05:00">16 September 2014</eventdatetime>
<agenttype value="human"></agenttype>
<agent>Lisa Bolkonskaya</agent>
<eventdescription>Minor revisions. Added sources. </eventdescription>
</maintenanceevent>
</maintenancehistory>
<maintenancestatus>
Summary:
A required child element of <control> that records the current version status of the EAD instance.
Attribute usage:
Upon creation, record the status as "new."
On revision, change the status to "revised."
Because it is important to be clear about what has happened to instances, particularly
when sharing and making links between them, a number of status values are available
for records that are
no longer current:
A "derived" status value is available to indicate that the record was derived from
another descriptive system.
May contain:
[text]
May occur within:
Description and Usage:
Use <maintenancestatus> to indicate the current drafting status of an EAD instance. The current version status
should always be updated whenever an EAD instance is modified (as recorded in
<maintenancehistory>).
The current maintenance status must always be reflected in the required value. The element should only have a text value if it is necessary to provide a value
for
<maintenancestatus> in a language other than English, otherwise it should remain empty.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Required (values limited to: revised, deleted, new, deletedsplit, deletedmerged, deletedreplaced,
cancelled, derived)
Availability:
Examples:
<control>
<recordid>AddMS88938</recordid>
<filedesc>
<titlestmt>
<titleproper>Catalogue of the Papers of James Graham Ballard</titleproper>
</titlestmt>
<publicationstmt>
<publisher>British Library</publisher>
</publicationstmt>
</filedesc>
<maintenancestatus value="derived"></maintenancestatus>
<publicationstatus value="approved"></publicationstatus>
<maintenanceagency>
<otheragencycode localtype="archon">GB-58</otheragencycode>
<agencyname>British Library</agencyname>
</maintenanceagency>
[. . .] </control>
<control> [. . .]
<maintenancestatus value="revised"></maintenancestatus>
<publicationstatus value="published"></publicationstatus>
<maintenanceagency>
<agencycode>DNASA-G</agencycode>
<otheragencycode localtype="agency">GSFC </otheragencycode>
<agencyname>NASA Goddard Space Flight Center</agencyname>
</maintenanceagency>
[. . .] </control>
<materialspec>
Material Specific Details [toc]
Summary:
A child elementof <did> for providing material specific details for a small group of materials or an item.
Attribute usage:
Use @localtype to specify the type of data being conveyed in the element, e.g., <materialspec localtype="scale">1:200</materialspec>.
May contain:
May occur within:
Description and Usage:
<materialspec> is for recording material specific details that are unique to a particular class
or form of material and which are not recorded in 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 presentation data
that describes the format of music manuscripts.
Most likely <materialspec> will be useful at the item or small group level of description, such as a file of
maps, a group of sound recordings, etc.
References:
MARC 254, 255
MODS <subject><cartographics><projection>, <subject><cartographics><scale>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<c03 level="file">
<did> [ . . .]
<materialspec label="Scale:" localtype="scale"> 1:10000 </materialspec>
<materialspec label="Projection:" localtype="projection"> Universal transverse Mercator projection </materialspec>
[ . . .] </did>
</c03>
<c02>
<did>
<unittitle>Rebecca (Selznick International Pictures)</unittitle>
<abstract>Autograph conductor's full score (pencil), with mimeographed conductor's short score
of certain sections interleaved. Selections, including deletions.</abstract>
<unitdate unitdatetype="inclusive" normal="1940">1940</unitdate>
<materialspec> Full score. </materialspec>
</did>
</c02>
<name>
Summary:
An element for encoding generic names.
Attribute usage:
Use @encodinganalog to indicate corresponding data elements in another data format, such as MARC.
Use @identifier to provide a number, code, or string (e.g., URI) that uniquely identifies the name
in a controlled vocabulary, taxonomy, ontology, or other knowledge organization
system. Do not confuse with @id, which provides a unique id for the element within the XML instance.
Use @localtype, if local practice requires specification of the type of name.
Use @normal to identify a standardized form of the name if not provided in the element itself.
Use @relator to specify, either as a URI or a string, other relationship(s) the name has to the
described materials, for example "subject" or "photographer." The schema does not
limit
possible values of @relator, but an institution could define and enforce values elsewhere if desired.
May contain:
May occur within:
abstract,
archref,
bibref,
controlaccess,
entry,
event,
indexentry,
item,
namegrp,
origination,
p,
physfacet,
ref,
repository,
unittitle
Description and Usage:
The proper noun or noun phrase designation for an entity that is difficult to tag
more specifically as <corpname>, <famname>, <geogname>, or <persname>. <name> may
be used in place of the more specific access elements when it is not known what kind
of name is being described or when a higher degree of precision is unnecessary. For
example, <name> might
be used in an <indexentry> when it is not clear if the name "Bachrach" refers to a person or a photographic
corporation.
<name> must contain one or more <part> elements. A single <part> may be used for the entire string, or if more granularity is desired, multiple <part> elements may be used
to capture each component of the name.
References:
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <indexentry>: Optional, not repeatable
Within all other elements: Optional, repeatable
Example:
<controlaccess>
<name encodinganalog="610" rules="RDA">
<part>Winwood</part>
</name>
</controlaccess>
<namegrp>
Summary:
An element for binding together multiple access element entries within an <indexentry>.
May contain:
May occur within:
Description and Usage:
Use <namegrp> to group multiple access elements that share the same <ref>, <ptr>, or <ptrgrp>.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Example:
<archdesc level="collection">
<did>[...]</did>
<scopecontent>[...]</scopecontent>
<index>
<head>Correspondent Index</head>
<indexentry>
<namegrp>
<persname>
<part localtype="lastname">Bach</part>
<part localtype="firstname">Johan Sebastian</part>
</persname>
<persname>
<part localtype="lastname">Bach</part>
<part localtype="firstname">Carl Philipp Emanuel</part>
</persname>
<persname>
<part localtype="lastname">Bach</part>
<part localtype="firstname">Johann Christian</part>
</persname>
<persname>
<part localtype="lastname">Bach</part>
<part localtype="firstname">Wilhelm Friedemann</part>
</persname>
<persname>
<part localtype="lastname">Bach</part>
<part localtype="firstname">Johann Christoph Friedrich</part>
</persname>
</namegrp>
</indexentry>
</index>
</archdesc>
<notestmt>
Summary:
An optional child element of <filedesc> that binds together one or more <controlnote> elements.
May contain:
May occur within:
Description and Usage:
Use <notestmt> to record one or more general descriptive notes about the EAD instance, each note
being encoded in a single <controlnote>. <controlnote> is similar to the "general
note" in traditional bibliographic descriptions.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Availability:
Examples:
<filedesc> [. . .]
<notestmt>
<controlnote localtype="bpg">
<p>This encoded finding aid is compliant with the Yale EAD Best Practice Guidelines,
Version 1.0.</p>
</controlnote>
</notestmt>
</filedesc>
<notestmt>
<controlnote>
<p>Contact information:
<ref show="new" actuate="onrequest" href="http://hdl.loc.gov/loc.mss/mss.contact%22%3Ehttp://hdl.loc.gov/loc.mss/mss.contact%3C/ref%3E
</p>
</controlnote>
<controlnote>
<p>Catalog Record:
<ref href="http://lccn.loc.gov/mm82036905" actuate="onrequest" linktitle="MARC record for collection">http://lccn.loc.gov/mm82036905%3C/ref%3E
</p>
</controlnote>
</notestmt>
<num>
Summary:
A generic element for expressing numeric information.
See also:
Do not confuse with <container>, <unitid>, <recordid>, or <otherrecordid> which may also contain numeric information.
May contain:
May occur within:
abstract,
archref,
bibref,
entry,
event,
item,
p,
physfacet,
publicationstmt,
ref,
seriesstmt,
unittitle
Description and Usage:
A generic element for encoding numeric information in any form. <num> may be used when it is necessary to display a number in a special way, or to identify
it with localtype. For
example, an accession number in <acqinfo> might be designated as <num localtype="accession">. A publication number might be
designated as <publicationstmt> ... <num>no.
42</num> ...
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Examples:
<filedesc>
<titlestmt>[...]</titlestmt>
<seriesstmt>
<titleproper encodinganalog="440$a">Archival Inventories and Guides of the World; </titleproper>
<num encodinganalog="440$v"> no. 148 </num>
</seriesstmt>
</filedesc>
<acqinfo>
<p>The collection (Donor No.
<num localtype="donor"> 8338 </num>
) was donated by
<persname relator="donor">
<part>Vonda Thomas</part>
</persname>
and
<persname relator="donor">
<part>Francine Farrow</part>
</persname>
in March 1995.</p>
</acqinfo>
<objectxmlwrap>
Summary:
A sublement of <relation> and <source> that allows for the inclusion of an XML element from any XML namespace other than
EAD.
May contain:
[any element from any namespace other than EAD]
May occur within:
Description and Usage:
A wrapper element that provides a means for incorporating an XML element from any
XML encoding language other than EAD3. While not required, to facilitate interoperability
the XML included in
<objectxmlwrap> should conform to an open, standard XML schema. An xmlns attribute referencing the
namespace URI of the standard should be present, possibly on the <ead> root element
or at the root of the contained foreign element. <objectxmlwrap> may be used to store related XML data locally rather than linking to external resources
in order to facilitate processing or in
cases where the related data may not be reliably accessible.
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Availability:
Optional, not repeatable
Available in Relax NG and W3C XML Schema versions only – not available in DTD version
of EAD3.
Example:
<sources>
<source lastdatetimeverified="2015-07-03T14:36:00-05:00" href="
https://archive.org/details/dictionaryofamer00drakrich" actuate="onrequest" linktitle="Dictionary of American biography">
<sourceentry>Dictionary of American biography: including men of the time ... and a supplement</sourceentry>
<objectxmlwrap>
<dc>
<title>Dictionary of American biography, including men of the time; containing nearly ten
thousand notices of persons of both sexes, of native and foreign birth, who have been
remarkable, or prominently connected with the arts, sciences, literature, politics,
or history of the American continent. Giving also the pronunciation of many of the
foreign and
peculiar American names, a key to the assumed names of writers, and a supplement</title>
<creator>Drake, Francis S. (Francis Samuel), 1828-1885</creator>
<date>1872</date>
<identifier>E176 .D725 1872</identifier>
</dc>
</objectxmlwrap>
<descriptivenote>
<p>Basic biographical information about
<persname source="lcnaf" normal="Freeman, Nathaniel, 1741-1827">
<part>Nathaniel Freeman</part>
</persname>
was taken from
<title>
<part>Dictionary of American biography: including men of the time ... and a supplement</part>
</title>
, page 340.</p>
</descriptivenote>
</source>
</sources>
<occupation>
Summary:
An element for specifying a profession.
Attribute usage:
Use @encodinganalog to indicate corresponding data elements in another data format, such as MARC.
Use @identifier to provide a number, code, or string (e.g., URI) that uniquely identifies the occupation
in a controlled vocabulary, taxonomy, ontology, or other knowledge
organization system. Do not confuse with @id, which provides a unique id for the element within the XML instance.
Use @localtype, if local practice requires specification of the type of occupation.
Use @normal to identify a standardized form of the occupation if not provided in the element
itself.
Use @relator to specify, either as a URI or a string, other relationship(s) the occupation has
to the described materials. The schema does not limit possible values of
@relator, but an institution could define and enforce values elsewhere if desired.
See also:
Do not confuse <occupation> with @relator, which is used to indicate a certain relationship between a name and the materials
being described.
Do not confuse <occupation> with <function>, which names activities and processes, but not professions.
May contain:
May occur within:
abstract,
archref,
bibref,
controlaccess,
entry,
event,
indexentry,
item,
namegrp,
p,
physfacet,
ref,
unittitle
Description and Usage:
A type of work, profession, trade, business, or avocation significantly reflected
in the materials being described.
<occupation> must contain one or more <part> elements. A single <part> may be used for the entire string, or if more granularity is desired, multiple <part> elements may
be used to capture each component of the occupation term, e.g.,
Part 1:Public officers
Part 2:Maryland
Use <occupation> within <controlaccess> for encoding occupations as defined by controlled vocabularies or according to appropriate
rules. You may also use <occupation> for
encoding occupations as they appear within text.
References:
MARC 656
MODS <occupation>
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Availability:
Within <indexentry>: Optional, not repeatable
Within all other elements: Optional, repeatable
Example:
<controlaccess>
<occupation encodinganalog="656" source="aat">
<part>Politicians</part>
</occupation>
</controlaccess>
<odd>
Other Descriptive Data [toc]
Summary:
For recording additional information about the described materials that is not easily
incorporated into one of the other named elements within <archdesc> and <c>.
Attribute usage:
Use @localtype to more specifically designate the type of information being provided.
May contain:
May occur within:
archdesc,
c,
c01,
c02,
c03,
c04,
c05,
c06,
c07,
c08,
c09,
c10,
c11,
c12,
odd
Description and Usage:
<odd> may be useful in converting legacy finding aids to the EAD format, by designating
as "other" information that does not easily map to a more specific element. <odd> may be used
when information about the described materials does not correspond to another element’s
definition, when the information is heterogeneous enough to make a single classification
difficult, and when
shifting the information to permit more specific content designation would be too
costly or burdensome.
Use <odd> only after considering how the existence of unspecified content will affect search,
retrieval, and display.
References:
ISAD(G) 3.6.1
MARC 500
MODS <note>
References:
ISAD(G) 3.6.1
MARC 500
MODS <note>
Availability:
Optional, repeatable
Attributes:
Optional
Optional (values limited to: external, internal)
Optional
Optional
Optional
Optional
Optional
Availability:
Example:
<odd>
<head>Selected list of correspondents</head>
<p>All correspondence in the collection is arranged chronologically. Following is a list
of notable correspondents, with dates.</p>
<list>
<item>Adams, Samuel
<list>
<item>1870 Mar 3</item>
<item>1871 Jan 15</item>
</list>
</item>
<item>Barlow, Christine
<list>
<item>1872 Feb 15</item>
<item>1872 Nov 24</item>
</list>
</item>
[. . .] </list>
</odd>
<originalsloc>
Location of Originals [toc]
Summary:
For conveying information about the existence of originals when the unit described
exists of copies.
See also: