<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright TEI Consortium.
    Dual-licensed under CC-by and BSD2 licences
    See the file COPYING.txt for details
    $Date: 2012-07-24 00:02:25 +0100 (Tue, 24 Jul 2012) $
    $Id: redo.xml 10681 2012-07-23 23:02:25Z rahtz $
-->
<elementSpec ident="redo"  module="transcr"
  xmlns:rng="http://relaxng.org/ns/structure/1.0">
   <desc>indicates one or more cancelled interventions in a
		  document which have subsequently been
		  marked as reaffirmed or repeated.</desc>
   <classes>
      <memberOf key="model.pPart.transcriptional"/>
      <memberOf key="att.global"/>
      <memberOf key="att.spanning"/>
      <memberOf key="att.transcriptional"/>
   </classes>
   <content>
      <rng:empty/>
   </content>
   <attList>
      <attDef ident="target">
         <desc>points to one or more elements representing the
	 interventions which are being reasserted.</desc>
         <datatype minOccurs="1" maxOccurs="unbounded">
            <rng:ref name="data.pointer"/>
         </datatype>
      </attDef>
   </attList>
<exemplum xml:lang="en">
      <egXML xmlns="http://www.tei-c.org/ns/Examples">
         <line><redo hand="#g_t" target="#redo-1" cause="fix"
   /><mod xml:id="redo-1" rend="strikethrough" spanTo="#anchor-1"
   hand="#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>
      </egXML>
<p>This encoding represents the following sequence of events:
<list><item>"Ihr hagren, triſten, krummgezog nenener Nacken/ Wenn ihr
nur piepſet iſt die Welt ſchon matt." is written </item>
<item>the redundant letters "nen" in "nenener" are deleted</item>
<item>the whole passage is deleted by hand <code>g_bl</code> using strikethrough</item>
<item>the deletion is reasserted by another hand (identified here as <code>g_t</code>)</item>
</list></p></exemplum>



</elementSpec>
