<teiHeader>
<teiHeader> (en-tête TEI) donne des informations descriptives et déclaratives qui constituent une page de titre électronique au début de tout texte conforme à la TEI. [2.1.1 The TEI Header and its Components 15.1 Varieties of Composite Text] | |||||||||
Module | header — 2 The TEI Header | ||||||||
Attributs | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||
Utilisé par | |||||||||
Contenu dans | |||||||||
Peut contenir | header: encodingDesc fileDesc profileDesc revisionDesc | ||||||||
Declaration |
element teiHeader { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute type { data.enumerated }?, ( fileDesc, model.teiHeaderPart*, revisionDesc? ) } | ||||||||
Exemple | <teiHeader> <fileDesc> <titleStmt> <title>La Parisienne</title> <author>Henry BECQUE</author> </titleStmt> <publicationStmt> <idno type="FRANTEXT">L434</idno> <distributor>ATILF (Analyse et Traitement Informatique de la Langue Française)</distributor> <address> <addrLine>44, avenue de la Libération</addrLine> <addrLine>BP 30687</addrLine> <addrLine>54063 Nancy Cedex</addrLine> <addrLine>FRANCE</addrLine> </address> <availability status="free"> <p>Dans un cadre de recherche ou d'enseignement</p> </availability> </publicationStmt> <sourceDesc> <biblStruct> <monogr> <imprint> <publisher>Paris : Fasquelle, 1922.</publisher> </imprint> </monogr> </biblStruct> </sourceDesc> </fileDesc> <profileDesc> <creation> <date>1885</date> </creation> </profileDesc> </teiHeader> | ||||||||
Note | Un des seuls éléments obligatoires dans tout document TEI.
|