<revisionDesc>
<revisionDesc> (descripción de la revisión) resume el historial de la revisión de un archivo. [2.5 The Revision Description 2.1.1 The TEI Header and its Components] | |
Módulo | header — 2 The TEI Header |
Atributos | 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) |
Usado por | |
Contenido en | header: teiHeader |
Puede contener | core: list header: change listChange |
Declaración |
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+ ) } |
Ejemplo | <revisionDesc status="embargoed"> <change when="1991-11-11" who="#LB"> deleted chapter 10 </change> </revisionDesc> |
Nota | Registran los cambios más recientes en el top de la lista. |