<?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-10-07 23:37:24 +0100 (Sun, 07 Oct 2012) $ $Id: substJoin.xml 10940 2012-10-07 22:37:24Z louburnard $ -->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="transcr" ident="substJoin">
  <equiv/>
  <gloss>substitution join</gloss>
  <gloss xml:lang="fr">jointure de substitution</gloss>
  <desc>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</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.pointing"/>
    <memberOf key="att.transcriptional"/>
    <memberOf key="model.global.meta"/>
  </classes>
  <content>
    <zeroOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <choice>
      <ref name="model.descLike"/>
      <ref name="model.certLike"/>
</choice>
    </zeroOrMore>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      While <del xml:id="r112">pondering</del> thus <add xml:id="r113">she mus'd</add>, her pinions fann'd<substJoin target="#r112 #r113"/>
    </egXML>
  </exemplum>
</elementSpec>
