status

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

Attribute Information

Used By

Source

<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>

Sample