<subst>

<subst> (substitution) groups one or more deletions with one or more additions when the combination is to be regarded as a single intervention in the text.
Moduletranscr — 11 Representation of Primary Sources
Attributes att.transcriptional (@hand, @status, @seq) (att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) )
Used by
May contain
textcrit: app
Declaration

<rng:element name="subst">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.transcriptional.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:group>
 <rng:group>
  <rng:ref name="model.pPart.transcriptional"/>
 </rng:group>
 <rng:oneOrMore>
  <rng:ref name="model.pPart.transcriptional"/>
 </rng:oneOrMore>
</rng:group>
</rng:element>
element subst
{
   att.global.attributes,
   att.transcriptional.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   ( ( model.pPart.transcriptional ), model.pPart.transcriptional+ )
}
Example
... are all included. <del hand="#RG">It is</del>
<subst>
 <add>T</add>
 <del>t</del>
</subst>he expressed
Note
Although a substitution may contain any mixture of additions and deletions; there should be an addition for each deletion bearing the same sequence number. This constraint cannot be modelled in the schema language currently deployed.