<subst>

<subst> (substitution) groups one or more deletions (or surplus text) with one or more additions when the combination is to be regarded as a single intervention in the text. [11.3.1.5. Substitutions]
Module transcr
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.dimensions (unit, quantity, extent, precision, scope) (att.ranging (atLeast, atMost, min, max, confidence))
Member of
Contained by
May contain
transcr: fw
Examples

... are all included. 
<del hand="#RG">It is</del>
   
<subst>
      
<add>T</add>
      
<del>t</del>
   
</subst>he expressed    

     that he and his Sister Miſs D — 
<lb/>who always lived with him, wd. be <subst>
      
<del>very</del>
      
<lb/>
      
<add>principally</add>
   
</subst> remembered in her Will.    

<ab>τ<subst>
      
<add place="above">ῶν</add>
      
<del>α</del>
   
</subst>
    συνκυρόντ
<subst>
      
<add place="above">ων</add>
      
<del>α</del>
   
</subst>
    ἐργαστηρί
<subst>
      
<add place="above">ων</add>
      
<del>α</del>
   
</subst>
</ab>

<subst>
   
<del>
      
<gap reason="illegible" quantity="5" unit="character"/>
   
</del>
   
<add>apple</add>
</subst>
Schematron

<sch:assert test="child::tei:add and (child::tei:del or child::tei:surplus)">
   
<sch:name/>must have at least one child add and at least one child del or surplus</sch:assert>
Source Github

<elementSpec module="transcr" ident="subst">
   
<gloss>substitution</gloss>
   
<desc>groups one or more deletions (or surplus text) with one or more additions when
 the combination is to be regarded as a single intervention in the text.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.pPart.editorial"/>
      
<memberOf key="att.dimensions"/>
   
</classes>
   
<content>
      
<alternate minOccurs="1" maxOccurs="unbounded">
         
<elementRef key="add"/>
         
<elementRef key="surplus"/>
         
<elementRef key="del"/>
         
<classRef key="model.milestoneLike"/>
      
</alternate>
   
</content>
</elementSpec>