<head>
<head> (Überschrift) enthält eine beliebige Art von Überschrift, z. B. eines Kapitels, einer Liste, eines Glossars oder einer Handschriftenbeschreibung. [4.2.1 Headings and Trailers] | |
Modul | core — Elements Available in All TEI Documents |
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.placement (@place) att.written (@hand) |
Mitglied des | |
Enthalten in |
linking: listAnnotation
|
Kann enthalten |
core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit
figures: figure formula notatedMusic table
gaiji: g
msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material msDesc objectType origDate origPlace secFol signatures stamp watermark width
namesdates: addName affiliation bloc climate country district forename genName geo geogFeat geogName listEvent listNym listObject listOrg listPerson listPlace listRelation location nameLink objectName offset orgName persName persPronouns placeName population region roleName settlement state surname terrain trait
tagdocs: att classSpec code constraintSpec dataSpec eg egXML elementSpec gi ident listRef macroSpec moduleSpec outputRendition specDesc specGrp specGrpRef specList tag val
textstructure: floatingText
transcr: addSpan am damage damageSpan delSpan ex fw handShift listTranspose metamark mod redo restore retrace secl space subst substJoin supplied surplus undo
Zeichendaten
|
Anmerkung |
Das head-Element wird für Überschriften jeder Hierarchiestufe verwendet; Software, die zwischen Kapitelüberschriften, Abschnittsüberschriften und Listenbezeichnern unterscheidet, muss die entsprechende Zuordnung aus der Position des head-Elements in der Textstruktur ableiten. Ein head-Element, das als erstes Element einer Liste erscheint, ist der Listenbezeichner; ein head-Element, das am Beginn einer mit div1 bezeichneten Struktur steht, ist die Überschrift dieses Kapitels oder Abschnitts. |
Beispiel |
Die häufigste Verwendung von head-Elementen ist es, Überschriften von Abschnitten zu kennzeichnen. In älteren Schriften können die Überschriften oder Incipits länger sein, als es in modernen Werken üblich ist. Wenn ein Abschnitt eine explizite Endung und eine Überschrift hat, sollte die Endung mit dem trailer-Element markiert werden, wie in diesem Beispiel: <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> <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> |
Beispiel |
Das head-Element wird auch verwendet, um Überschriften anderer Einheiten zu markieren, wie z. B. Listen: With a few exceptions, connectives are equally
useful in all kinds of discourse: description, narration, exposition, argument. <list rend="bulleted"> <head>Connectives</head> <item>above</item> <item>accordingly</item> <item>across from</item> <item>adjacent to</item> <item>again</item> <item> <!-- ... --> </item> </list> |
Content model |
<content> |
Schema Deklaration |
<rng:element name="head"> element head { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, att.placement.attributes, att.written.attributes, ( text | lg | model.gLike | model.phrase | model.inter | model.lLike | model.global )* } |