Encoded Archival Description Tag Library, Version
2002
EAD Elements
<head01> First Heading
Description:
A formatting element within <listhead> that designates the heading over
the first column in a multicolumn list.
Do not confuse with the generic <head> element, which designates a heading
for an entire list or other section of text. Do not confuse with the <thead> element,
which is used for column heads in a table.
May contain:
#PCDATA, emph, extptr, lb, ptr
May occur within:
listhead
Attributes:
ALTRENDER |
#IMPLIED, CDATA |
AUDIENCE |
#IMPLIED, external, internal |
ID |
#IMPLIED, ID |
Examples:
<chronlist>
<head>Publications List</head>
<listhead>
<head01>Publication Year</head01>
<head02>Book Title</head02>
</listhead>
<chronitem>
<date type="publication">1928</date>
<event><title render="italic">The Happy Little Lamb</title></event>
</chronitem> . . .
</chronlist>
|