<del>
<del> (deletion) contains a letter, word, or passage deleted, marked as deleted, or otherwise
indicated as superfluous or spurious in the copy text by an author, scribe, or a previous
annotator or corrector. [3.5.3. Additions, Deletions, and Omissions]
Module | core |
Attributes | Attributes att.written (hand) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.typed (type) att.dimensions (unit, quantity, extent, precision, scope) (att.ranging (atLeast, atMost, min, max, confidence)) |
Member of | |
Contained by |
analysis: w
core: abbr add author bibl corr date del editor emph expan foreign gloss head hi item l label lg mentioned name note num orig p pubPlace publisher q quote ref reg rs sic term time title unclear
figures: cell
namesdates: addName affiliation birth death faith floruit forename genName nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
textstructure: byline dateline docAuthor docDate docEdition docImprint imprimatur salute signed titlePart trailer
|
May contain |
core: abbr add bibl biblStruct choice cit date del desc ellipsis emph foreign gap gloss graphic hi l label lb lg list listBibl mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic term time title unclear
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
namesdates: addName affiliation forename genName geo listObject listOrg listPerson listPlace location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
Note |
This element should be used for deletion of shorter sequences of text, typically single
words or phrases. The delSpan element should be used for longer sequences of text, for those containing structural
subdivisions, and for those containing overlapping additions and deletions.
The text deleted must be at least partially legible in order for the encoder to be
able to transcribe it (unless it is restored in a supplied tag). Illegible or lost text within a deletion may be marked using the gap tag to signal that text is present but has not been transcribed, or is no longer
visible. Attributes on the gap element may be used to indicate how much text is omitted, the reason for omitting
it, etc. If text is not fully legible, the unclear element (available when using the additional tagset for transcription of primary
sources) should be used to signal the areas of text which cannot be read with confidence
in a similar way.
Degrees of uncertainty over what can still be read, or whether a deletion was intended
may be indicated by use of the certainty element (see 21. Certainty, Precision, and Responsibility).
There is a clear distinction in the TEI between del and surplus on the one hand and gap or unclear on the other. del indicates a deletion present in the source being transcribed, which states the author's
or a later scribe's intent to cancel or remove text. surplus indicates material present in the source being transcribed which should have been
so deleted, but which is not in fact. gap or unclear, by contrast, signal an editor's or encoder's decision to omit something or their
inability to read the source text. See sections 11.3.1.7. Text Omitted from or Supplied in the Transcription and 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination for the relationship between these and other related elements used in detailed transcription.
|
Examples |
<l> <del rend="overtyped">Mein</del> Frisch <del rend="overstrike" type="primary">schwebt</del> weht der Wind</l> <del rend="overstrike"> <gap reason="illegible" quantity="5" unit="character"/> </del> |
Source | Github
<elementSpec rend="change" module="core" ident="del"> <gloss>deletion</gloss> <desc>contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector.</desc> <classes> <memberOf key="att.written"/> <memberOf key="att.global"/> <memberOf key="model.pPart.transcriptional"/> <memberOf key="model.linePart"/> <memberOf key="att.typed"/> <memberOf key="att.dimensions"/> </classes> <content> <macroRef key="macro.paraContent"/> </content> <attList/> </elementSpec> |