<teiHeader>
<teiHeader> (en-tête TEI) fournit 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 — The TEI Header |
Attributs | 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)) |
Contenu dans | |
Peut contenir | |
Note |
Un des seuls éléments obligatoires dans tout document TEI. |
Exemple |
<teiHeader>
<fileDesc> <titleStmt> <title>La Parisienne</title> <author>Henry BECQUE</author> </titleStmt> <publicationStmt> <distributor>ATILF (Analyse et Traitement Informatique de la Langue Française)</distributor> <idno type="FRANTEXT">L434</idno> <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> |
Modèle de contenu |
<content> |
Schéma Declaration |
<rng:element name="teiHeader"> element teiHeader { 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, ( fileDesc, model.teiHeaderPart*, revisionDesc? ) } |