<revisionDesc>
| <revisionDesc> (descripción de la revisión) resume el historial de la revisión de un archivo. [2.6 The Revision Description 2.1.1 The TEI Header and Its Components] | |
| Módulo | header — The TEI Header |
| Atributos |
|
| Contenido en |
header: teiHeader
linking: annotation
|
| Puede contener |
core: list
header: change listChange
|
| Nota |
Registran los cambios más recientes en el top de la lista. |
| Ejemplo |
<revisionDesc status="embargoed">
<change when="1991-11-11" who="#LB"> deleted chapter 10 </change> </revisionDesc> |
| Content model |
<content> |
| Declaración |
<rng:element name="revisionDesc"> element revisionDesc { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.docStatus.attributes, ( list+ | listChange+ | change+ ) } |