<revisionDesc>
<revisionDesc> (descriptif des révisions) fournit un résumé de l’historique des révisions d’un fichier. [2.6 The Revision Description 2.1.1 The TEI Header and Its Components] | |
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)) att.docStatus (@status) |
Contenu dans | header: teiHeader linking: annotation |
Peut contenir | core: list header: change listChange |
Note | Les changements les plus récents apparaissent en début de liste |
Exemple | <revisionDesc> <list> <item> <date when="2003-04-12">12 avril 03</date>Dernière révision par F. B.</item> <item> <date when="2003-03-01">1 mars 03</date> F.B a fait le nouveau fichier.</item> </list> </revisionDesc> |
Modèle de contenu | <content> |
Schéma Declaration | <rng:element name="revisionDesc"> element revisionDesc { 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, att.docStatus.attributes, ( list | listChange | change+ ) } |