<subst>

<subst> (substitution) 追加と削除が一連の調整と考えられる場合、そのひとつ以上の追加部分や削 除部分をまとめる。 [11.3.1.5 Substitutions]
モジュール transcr — Representation of Primary Sources
属性
クラブのメンバー
上位
analysis: cl pc phr s span w
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
下位
linking: anchor
transcr: fw surplus
... 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="illegiblequantity="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>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">

  <elementRef key="add"/>
  <elementRef key="surplus"/>
  <elementRef key="del"/>
  <classRef key="model.milestoneLike"/>
 </alternate>
</content>
宣言
<rng:element name="subst">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.transcriptional.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="add"/>
   <rng:ref name="surplus"/>
   <rng:ref name="del"/>
   <rng:ref name="model.milestoneLike"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element subst
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.transcriptional.attributes,
   att.editLike.attributes,
   att.written.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   ( add | surplus | del | model.milestoneLike )+
}