<revisionDesc>
<revisionDesc> (Beschreibung der Dateihistorie) dokumentiert die Änderungen, die an der Datei vorgenommen wurden. [2.6 The Revision Description 2.1.1 The TEI Header and Its Components] | |
Modul | header — The TEI Header |
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.docStatus (@status) |
Enthalten in | header: teiHeader |
Kann enthalten | core: list header: change listChange |
Anmerkung | Wenn an diesem Element gesetzt, sollte das status-Attribut den aktuellen Status des Dokuments widerspiegeln. An jedem change-Kindelement gibt das selbe Attribut den jeweiligen Status zum Zeitpunkt der Änderung an. Die change-Elemente werden der Konvention nach so angeordnet, dass die letzte Änderung am Anfang steht und die erste zum Schluss. |
Beispiel | <revisionDesc status="embargoed"> <change when="1991-11-11" who="#LB"> deleted chapter 10 </change> </revisionDesc> |
Content model | <content> |
Schema Deklaration | <rng:element name="revisionDesc"> 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+ ) } |