<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 |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unit header: authority catDesc change classCode creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName objectName offset orgName persName persPronouns placeName region roleName settlement surname textstructure: dateline docAuthor docDate docEdition docImprint |
May contain | |
Example | ... are all included. <del hand="#RG">It is</del> <subst> <add>T</add> <del>t</del> </subst>he expressed |
Example | 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. |
Example | <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> |
Example | <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> |
Content model | <content> |
Schema Declaration | element subst { tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.dimensions.attributes, ( tei_add | tei_surplus | tei_del | tei_model.milestoneLike )+ } |