<revisionDesc>
<revisionDesc> (revision description) summarizes the revision history for a file. [2.5 The Revision Description 2.1.1 The TEI Header and its Components] | |
Module | header — 2 The TEI Header |
Attributes | 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)) att.docStatus (@status) |
Used by | |
Contained by | header: teiHeader |
May contain | core: list header: change listChange |
Declaration |
element revisionDesc { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.docStatus.attributes, ( list | listChange | change+ ) } |
Example |
<revisionDesc status="embargoed">
<change when="1991-11-11" who="#LB"> deleted chapter 10 </change> </revisionDesc> |
Note |
If present on this element, the status attribute
should indicate the current status of the document. The same
attribute may appear on any change to record the status
at the time of that change. Conventionally change elements should
be given in reverse date order, with the most recent change at the
start of the list.
|