<subst>
<subst> (substitución) agrupa una o más cancelaciones con una o más adiciones cuando la combinación se considera una única intervención en el texto. [12.3.1.5 Substitutions] | |
Módulo | transcr — Representation of Primary Sources |
Atributos |
|
Miembro de | |
Contenido en |
cmc: post
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 unclear unit
corpus: activity channel constitution derivation domain factuality interaction locale preparedness purpose
dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron re sense stress subc syll tns usg xr
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 affiliation age birth bloc country death district education eventName faith floruit forename genName gender geogFeat geogName langKnown nameLink nationality objectName occupation offset orgName persName persPronouns placeName region residence roleName settlement sex socecStatus surname
textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer
|
Puede contener | |
Ejemplo |
... are all included. <del hand="#RG">It is</del>
<subst> <add>T</add> <del>t</del> </subst>he expressed |
Ejemplo |
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. |
Ejemplo |
<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> |
Ejemplo |
<subst>
<del> <gap reason="illegible" quantity="5" unit="character"/> </del> <add>apple</add> </subst> |
Schematron |
<sch:rule context="tei:subst"> <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> </sch:rule> |
Content model |
<content> |
Declaración |
<rng:element name="subst"> 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 )+ } |