att.docStatus

att.docStatus provides attributes for use on metadata elements describing the status of a document.
모듈 tei — The TEI Infrastructure
원소 bibl biblFull biblStruct change msDesc object revisionDesc schemaSpec
속성
status⚓︎ describes the status of a document either currently or, when associated with a dated element, at the time indicated.
상태 수의적
자료 유형 teidata.enumerated
샘플 값은 다음을 포함한다 Sample values include:
approved
candidate
cleared
deprecated
draft
[기본값]
embargoed
expired
frozen
galley
proposed
published
recommendation
submitted
unfinished
withdrawn
<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>