<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
Moduleheader — 2 The TEI Header
AttributesGlobal attributes only
Used by
May contain
core: list
header: change
Declaration

<rng:element name="revisionDesc">
<rng:ref name="att.global.attributes"/>
<rng:choice>
 <rng:ref name="list"/>
 <rng:oneOrMore>
  <rng:ref name="change"/>
 </rng:oneOrMore>
</rng:choice>
</rng:element>
element revisionDesc { att.global.attributes, ( list | change+ ) }
Example
<revisionDesc>
 <change when="1991-11-11"> EMB deleted chapter 10
 </change>
</revisionDesc>
Note
Record changes with most recent changes at the top of the list.