<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
Además de los atributos globales att.docStatus (@status)
Usado por
Puede contener
core: list
header: change
Declaración

<rng:element name="revisionDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.docStatus.attributes"/>
 <rng:choice>
  <rng:ref name="list"/>
  <rng:oneOrMore>
   <rng:ref name="change"/>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element revisionDesc
{
   att.global.attributes,
   att.docStatus.attributes,
   ( list | 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.