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 revisionDesc
属性属性
statusdescribes the status of a document either currently or, when associated with a dated element, at the time indicated. 例としての値は以下の通り: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] draft; 6] embargoed; 7] expired; 8] frozen; 9] galley; 10] proposed; 11] published; 12] recommendation; 13] submitted; 14] unfinished; 15] withdrawn
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
例としての値は以下の通り:
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>