<head> |
(heading)
contains any heading, for example, the title of a section,
or the heading of a list or glossary. |
Attributes |
(In addition to global attributes
and those inherited from divtop, fmchunk)
type |
categorizes the heading in some way meaningful
to the encoder. |
|
Datatype: CDATA |
|
Values: A set of user-defined keywords may be employed. Their
significance should be documented in the header.
|
|
Default: #IMPLIED |
|
Example |
The most common use for the <head> element
is to mark the headings of sections. In older writings, the
headings or incipits may be rather longer than
usual in modern works. If a section has an explicit ending as
well as a heading, it should be marked as a <trailer>, as
in this example:
<div1 n="I" type="book">
<head>In the name of Christ here begins
the first book of the ecclesiastical history of Georgius
Florentinus, known as Gregory, Bishop of Tours.</head>
<list><head>Chapter-Headings</head>
<!-- list of chapter heads omitted ... -->
</list>
<div2 type="section">
<head>In the name of Christ here begins Book I of the
history.</head>
<p>Proposing as I do ...</p>
<p>From the Passion of our Lord until the death of Saint Martin
four hundred and twelve years passed.</p>
<trailer>Here ends the first Book, which covers five thousand,
five hundred and ninety-six years from the beginning of the
world down to the death of Saint Martin.</trailer>
</div2>
</div1>
|
Example |
The <head> tag is also used to mark headings
of other units, such as lists:
With a few exceptions, connectives are equally useful in
all kinds of discourse: description, narration, exposition,
argument.
<list type="simple">
<head>Connectives</head>
<item>above</item>
<item>accordingly</item>
<item>across from</item>
<item>adjacent to</item>
<item>again</item>
<item> <!-- ... -->
</item>
</list>
|
Note |
The <head> tag is used for headings at all
levels; processing programs which treat (e.g.) chapter headings,
section headings, and list titles differently must determine the
proper processing of a <head> element based on its
structural position. A <head> occurring as the first
element of a list is the title of that list; one occurring as
the first element of a <div1> is the title of that
chapter or section.
|
Module |
Declared in file teicore2; Core tag sets: enabled when any TEI base is enabled |
Class |
divtop; fmchunk
|
Data Description |
May contain character data and phrase-level
elements. |
May contain |
#PCDATA abbr add addSpan address alt altGrp anchor app bibl biblFull biblStruct c caesura camera caption castList cb certainty cit cl corr damage date dateRange dateStruct del delSpan distinct emph expan fLib figure foreign formula fs fsLib fvLib fw gap geogName gloss handShift hi index interp interpGrp join joinGrp label lang lb link linkGrp list listBibl m measure mentioned milestone move name note num oRef oVar orgName orig pRef pVar pb persName phr placeName ptr q quote ref reg respons restore rs s seg sic soCalled sound space span spanGrp stage supplied table tech term text time timeRange timeStruct timeline title unclear view w witDetail xptr xref |
May occur within |
argument back body castGroup castList div div0 div1 div2 div3 div4 div5 div6 div7 epilogue figure front group lg lg1 lg2 lg3 lg4 lg5 list listBibl performance prologue set table |
Declaration |
<!ELEMENT head %om.RO; %paraContent;>
<!ATTLIST head
%a.global;
type CDATA #IMPLIED>
|
See further |
6.7 Lists; 7.2 Elements Common to All Divisions
|