<gap>
<gap> (gap) indicates a point where material has been omitted in a transcription, whether
for editorial reasons described in the TEI header, as part of sampling practice, or
because the material is illegible, invisible, or inaudible. [3.5.3. Additions, Deletions, and Omissions]
Module | core | ||||||||||||||||
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.editLike (evidence) 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 cit corr date del editor emph expan foreign gloss head hi imprint item l label lg list mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic term time title unclear
corpus: activity
namesdates: addName affiliation birth death faith floruit forename genName langKnown nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
|
||||||||||||||||
May contain |
core: desc
|
||||||||||||||||
Note |
The gap, unclear, and del core tag elements may be closely allied in use with the damage and supplied elements, available when using the additional tagset for transcription of primary
sources. See section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination for discussion of which element is appropriate for which circumstance.
|
||||||||||||||||
Examples |
<gap quantity="4" unit="chars" reason="illegible"/> <gap quantity="1" unit="essay" reason="sampling"/> <del> <gap atLeast="4" atMost="8" unit="chars" reason="illegible"/> </del> <gap extent="several lines" reason="lost"/> |
||||||||||||||||
Source | Github
<elementSpec module="core" ident="gap"> <gloss>gap</gloss> <desc>indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.global.edit"/> <memberOf key="att.editLike"/> <memberOf key="att.dimensions"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> <attList> <attDef ident="reason" usage="opt"> <gloss>reason</gloss> <desc>gives the reason for omission</desc> <datatype maxOccurs="unbounded"> <dataRef key="teidata.enumerated"/> </datatype> <valList type="semi"> <valItem ident="cancelled"> <gloss>cancelled</gloss> </valItem> <valItem ident="deleted"> <gloss>deleted</gloss> </valItem> <valItem ident="editorial"> <gloss>editorial</gloss> <desc>for features omitted from transcription due to editorial policy</desc> </valItem> <valItem ident="illegible"> <gloss>illegible</gloss> </valItem> <valItem ident="inaudible"> <gloss>inaudible</gloss> </valItem> <valItem ident="irrelevant"> <gloss>irrelevant</gloss> </valItem> <valItem ident="sampling"> <gloss>sampling</gloss> </valItem> </valList> </attDef> <attDef ident="agent" usage="opt"> <gloss>agent</gloss> <desc>in the case of text omitted because of damage, categorizes the cause of the damage, if it can be identified.</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="open"> <valItem ident="rubbing"> <gloss>rubbing</gloss> <desc>damage results from rubbing of the leaf edges</desc> </valItem> <valItem ident="mildew"> <gloss>mildew</gloss> <desc>damage results from mildew on the leaf surface</desc> </valItem> <valItem ident="smoke"> <gloss>smoke</gloss> <desc>damage results from smoke</desc> </valItem> </valList> </attDef> </attList> </elementSpec> |