att.docStatus

att.docStatus provides attributes for use on metadata elements describing the status of a document.
Modultei — 1 The TEI Infrastructure
MitgliederbiblFull revisionDesc change bibl biblStruct
AttributeAttribute
statusdescribes the status of a document either currently or, when associated with a dated element, at the time indicated.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Beispielwerte sind etwa:
approved
candidate
cleared
deprecated
draft
[Vorgabe]
embargoed
expired
frozen
galley
proposed
published
recommendation
submitted
unfinished
withdrawn
Beispiel
<revisionDesc status="published">
 <change when="2010-10-21" status="published"/>
 <change when="2010-10-02" status="cleared"/>
 <change when="2010-08-02" status="embargoed"/>
 <change when="2010-05-01" status="frozen" who="#MSM"/>
 <change when="2010-03-01" status="draft" who="#LB"/>
</revisionDesc>