<editionStmt>
<editionStmt> (mention d'édition) regroupe les informations relatives à l’édition d’un texte. [2.2.2 The Edition Statement 2.2 The File Description] | |
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 | |
Exemple | <editionStmt> <edition>Deuxième édition</edition> <respStmt> <resp>réalisée par</resp> <name>L. F.</name> </respStmt> </editionStmt> |
Exemple | <editionStmt> <p>Première édition électronique, Nancy, <date> 2002</date>, réalisée dans le cadre de la base <ref target="http://www.frantext.fr/">FRANTEXT</ref> .</p> </editionStmt> |
Modèle de contenu | <content> |
Schéma Declaration | <rng:element name="editionStmt"> element editionStmt { 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, ( model.pLike+ | ( edition, model.respLike* ) ) } |