\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.3.15. att.docStatus

att.docStatus provides attributes for use on metadata elements describing the status of a document.
Moduletei — Specification
Membersbibl biblStruct change revisionDesc
Attributes
statusdescribes the status of a document either currently or, when associated with a dated element, at the time indicated.
StatusOptional
Datatypeteidata.enumerated
Sample values include:
approved
candidate
cleared
deprecated
draft
[Default]
embargoed
expired
frozen
galley
proposed
published
recommendation
submitted
unfinished
withdrawn
Example
<revisionDesc status="published">
 <change when="2010-10-21"
  status="published"/>
 <change when="2010-10-02status="cleared"/>
 <change when="2010-08-02"
  status="embargoed"/>
 <change when="2010-05-01status="frozen"
  who="#MSM"/>
 <change when="2010-03-01status="draft"
  who="#LB"/>
</revisionDesc>