tei:att.docStatus.attribute.status

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
status restriction of xs:token draft optional
describes the status of a document either currently or, when associated
with a dated element, at the time indicated. Sample values include: 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

Used By

Source

<xs:attributeGroup name="att.docStatus.attribute.status">
  <xs:attribute name="status" default="draft">
    <xs:annotation>
      <xs:documentation>describes the status of a document either currently or, when associated with a dated element, at the time indicated. Sample values include: 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</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>