<fileDesc>
<fileDesc> (Description bibliographique du fichier.) contient une description bibliographique complète d’un fichier électronique. 2.2 The File Description 2.1.1 The TEI Header and its Components | |
Module | header — 2 The TEI Header |
Attributs | |
Utilisé par | teiHeader |
Peut contenir | |
Declaration |
element fileDesc { att.global.attributes, ( ( titleStmt, editionStmt?, extent?, publicationStmt, seriesStmt?, notesStmt? ), sourceDesc+ ) } |
Exemple | <fileDesc> <titleStmt> <title>The shortest possible TEI document</title> </titleStmt> <publicationStmt> <p>Distributed as part of TEI P5</p> </publicationStmt> <sourceDesc> <p>No print source exists: this is an original digital text</p> </sourceDesc> </fileDesc> |