<revisionDesc>

<revisionDesc> (descriptif des révisions) fournit un résumé de l’historique des révisions d’un fichier. [2.6 The Revision Description 2.1.1 The TEI Header and Its Components]
Module header — The TEI Header
Attributs
Contenu dans
header: teiHeader
linking: annotation
Peut contenir
core: list
Note

Les changements les plus récents apparaissent en début de liste

Exemple
<revisionDesc>
 <list>
  <item>
   <date when="2003-04-12">12 avril 03</date>Dernière révision par F. B.</item>
  <item>
   <date when="2003-03-01">1 mars 03</date> F.B a fait le nouveau fichier.</item>
 </list>
</revisionDesc>
Modèle de contenu
<content>
 <alternate>
  <elementRef key="listminOccurs="1"
   maxOccurs="unbounded"/>

  <elementRef key="listChange"
   minOccurs="1maxOccurs="unbounded"/>

  <elementRef key="changeminOccurs="1"
   maxOccurs="unbounded"/>

 </alternate>
</content>
Schéma Declaration
<rng:element name="revisionDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.docStatus.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="list"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:ref name="listChange"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:ref name="change"/>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element revisionDesc
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.docStatus.attributes,
   ( list+ | listChange+ | change+ )
}