<redo>

<redo> indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications]
Moduletranscr
Attributes
targetpoints to one or more elements representing the interventions which are being reasserted.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Member of
Contained by
May containEmpty element
Example
<line>
 <redo hand="#g_ttarget="#redo-1"
  cause="fix"/>

 <mod xml:id="redo-1rend="strikethrough"
  spanTo="#anchor-1hand="#g_bl"/>
Ihr hagren, triſten, krummgezog<mod rend="strikethrough">nen</mod>ener Nacken
</line>
<line>Wenn ihr nur piepſet iſt die Welt ſchon matt.<anchor xml:id="anchor-1"/>
</line>

This encoding represents the following sequence of events:

  • "Ihr hagren, triſten, krummgezog nenener Nacken/ Wenn ihr nur piepſet iſt die Welt ſchon matt." is written
  • the redundant letters "nen" in "nenener" are deleted
  • the whole passage is deleted by hand g_bl using strikethrough
  • the deletion is reasserted by another hand (identified here as g_t)
Content model
<content>
 <empty/>
</content>
Schema Declaration
element redo
{
   tei_att.global.attributes,
   tei_att.spanning.attributes,
   tei_att.transcriptional.attributes,
   tei_att.dimensions.attributes,
   attribute target { list { teidata.pointer+ } }?,
   empty
}