<revisionDesc>
<revisionDesc> (descirzione della revisione) sintetizza la storia delle revisioni di un file [2.6 The Revision Description 2.1.1 The TEI Header and Its Components] | |
Modulo | header — The TEI Header |
Attributi |
|
Contenuto in |
header: teiHeader
linking: annotation
|
Può contenere |
core: list
header: change listChange
|
Nota |
If present on this element, the status attribute should indicate the current status of the document. The same attribute may appear on any change to record the status at the time of that change. Conventionally change elements should be given in reverse date order, with the most recent change at the start of the list. |
Esempio |
<revisionDesc status="embargoed">
<change when="1991-11-11" who="#LB"> deleted chapter 10 </change> </revisionDesc> |
Content model |
<content> |
Dichiarazione |
<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+ ) } |