<head>
<head> (en-tête) contient tout type d'en-tête, par exemple le titre d'une section, ou l'en-tête d'une liste, d'un glossaire, d'une description de manuscrit, etc. 4.2.1 Headings and Trailers | |
Module | core — 3 Elements Available in All TEI Documents |
Attributs | att.typed (@type, @subtype) |
Utilisé par | |
Peut contenir | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct email emph expan foreign gap gloss graphic hi index label lb list listBibl measure measureGrp mentioned milestone name note num orig pb ptr q quote ref reg rs said sic soCalled stage term time title unclear gaiji: g header: biblFull msdescription: catchwords depth dimensions height heraldry locus locusGrp material msDesc origDate origPlace secFol signatures stamp watermark width namesdates: addName affiliation bloc country district forename genName geo geogFeat geogName listEvent listNym listOrg listPerson listPlace nameLink offset orgName persName placeName region roleName settlement state surname |
Declaration |
element head { att.global.attributes, att.typed.attributes, macro.paraContent } |
Exemple | 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> <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> |
Exemple | The head element 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 | L'élément head est utilisé pour les titres à tous les niveaux ; un logiciel
qui traitera différemment, par exemple, les titres de chapitres, les titres de
sections et les titres des listes, devra déterminer le traitement approprié de
l'élément head rencontré en fonction de sa position dans la structure XML.
Un élément head qui est le premier élément d'une liste est le titre de
cette liste ; si l'élément head apparaît comme le premier élément d'un
élément div1, il sera considéré comme le titre de ce chapitre ou de cette
section. |