<undo>

<undo> indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation. [11.3.4.4 Confirmation, Cancellation, and Reinstatement of Modifications]
모듈 transcr — Representation of Primary Sources
속성
target⚓︎ points to one or more elements representing the interventions which are to be reverted or undone.
상태 수의적
자료 유형 1–∞ 출현 teidata.pointer 공백문자로 분리됨
클럽 회원
에 의해 포함된
analysis: cl pc phr s w
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
포함할 수 있다 공백 요소
<line>This is <del change="#s2rend="overstrike">
  <seg xml:id="undo-a">just some</seg>
   sample <seg xml:id="undo-b">text</seg>,
   we need</del>
 <add change="#s2">not</add>
a real example.</line>
<undo target="#undo-a #undo-b"
 rend="dottedchange="#s3"/>

This encoding represents the following sequence of events:

  • "This is just some sample text, we need a real example" is written
  • At stage s2, "just some sample text, we need" is deleted by overstriking, and "not" is added
  • At stage s3, parts of the deletion are cancelled by underdotting, thus reinstating the words "just some" and "text".
Content model
<content>
 <empty/>
</content>
선언
<rng:element name="undo">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.spanning.attributes"/>
 <rng:ref name="att.transcriptional.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:optional>
  <rng:attribute name="target">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element undo
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.spanning.attributes,
   att.transcriptional.attributes,
   att.editLike.attributes,
   att.written.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   attribute target { list { teidata.pointer+ } }?,
   empty
}