<substJoin>

<substJoin> (substitution join) identifies a series of possibly fragmented additions, deletions, or other revisions on a manuscript that combine to make up a single intervention in the text [11.3.1.5. Substitutions]
Moduletranscr
Attributes
Member of
Contained by
May contain
certainty: certainty precision
core: desc
Example
While <del xml:id="r112">pondering</del> thus <add xml:id="r113">she mus'd</add>, her pinions fann'd
<substJoin target="#r112 #r113"/>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.descLike"/>
  <classRef key="model.certLike"/>
 </alternate>
</content>
Schema Declaration
element substJoin
{
   tei_att.global.attributes,
   tei_att.pointing.attributes,
   tei_att.transcriptional.attributes,
   tei_att.dimensions.attributes,
   ( tei_model.descLike | tei_model.certLike )*
}