tei:att.transcriptional.attribute.status

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
status restriction of xs:token unremarkable optional
indicates the effect of the intervention, for example in the case of a
deletion, strikeouts which include too much or too little text, or in the case of an
addition, an insertion which duplicates some of the text already present. Sample values
include: 1] duplicate; 2] duplicate-partial; 3] excessStart; 4] excessEnd; 5] shortStart;
6] shortEnd; 7] partial; 8] unremarkable

Used By

Source

<xs:attributeGroup name="att.transcriptional.attribute.status">
  <xs:attribute name="status" default="unremarkable">
    <xs:annotation>
      <xs:documentation>indicates the effect of the intervention, for example in the case of a deletion, strikeouts which include too much or too little text, or in the case of an addition, an insertion which duplicates some of the text already present. Sample values include: 1] duplicate; 2] duplicate-partial; 3] excessStart; 4] excessEnd; 5] shortStart; 6] shortEnd; 7] partial; 8] unremarkable</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>