<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]
Moduletranscr
Attributes
targetpoints to one or more elements representing the interventions which are to be reverted or undone.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Member of
Contained by
May containEmpty element
Example
<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>
Schema Declaration
element undo
{
   tei_att.global.attributes,
   tei_att.spanning.attributes,
   tei_att.transcriptional.attributes,
   tei_att.dimensions.attributes,
   attribute target { list { teidata.pointer+ } }?,
   empty
}