status

indicates the degree of correction applied to the
text.

Attribute Information

Used By

Element tei:correction

Source

<xs:attribute name="status" default="unknown">
  <xs:annotation>
    <xs:documentation>indicates the degree of correction applied to the text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="high">
        <xs:annotation>
          <xs:documentation>the text has been thoroughly checked and proofread.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="medium">
        <xs:annotation>
          <xs:documentation>the text has been checked at least once.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="low">
        <xs:annotation>
          <xs:documentation>the text has not been checked.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unknown">
        <xs:annotation>
          <xs:documentation>the correction status of the text is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample