<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 |
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
att.global.source
source
att.editLike
evidence
|
||||||||||||||||
| Member of | |||||||||||||||||
| Contained by |
analysis: w
core: abbr add address author bibl cit corr date del editor emph expan foreign gloss head hi imprint item l label lg list measure mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic soCalled sp speaker 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 rend="change" 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="closed"> <valItem ident="deleted" mode="add"> <gloss>deleted</gloss> <desc>Deleted.</desc> </valItem> <valItem ident="noTranscriptionAvailable" mode="add"> <gloss>No Transcription Available</gloss> <desc>Only to be used in documents with status="empty".</desc> </valItem> <valItem ident="illegible" mode="add"> <gloss>illegible</gloss> <desc>Illegible due to handwriting, smudges, etc</desc> </valItem> <valItem ident="previous-item" mode="add"> <gloss>previous-item</gloss> <desc>Editorially omitted due to a preceding item.</desc> </valItem> <valItem ident="intervening-item" mode="add"> <gloss>intervening-item</gloss> <desc>Editorially omitted for following items. When an item is split across volumes, use <val>new-volume</val>.</desc> </valItem> <valItem ident="new-volume" mode="add"> <gloss>new-volume</gloss> <desc>For items that cross volume boundaries.</desc> </valItem> <valItem ident="unclear" mode="add"> <gloss>unclear</gloss> <desc>unclear</desc> </valItem> <valItem ident="in-fold" mode="add"> <gloss>in-fold</gloss> <desc>For text obscured by the binding. In most cases, use supplied to supply the text, if possible.</desc> </valItem> <valItem ident="editorial" mode="add"> <gloss>editorial</gloss> <desc>Omitted due to editorial policy.</desc> </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> |