<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.4.3 Additions, Deletions, and Omissions | |||||||||||||||||||||||||||||||||||||||||
Module | core — 3 Elements Available in All TEI Documents | ||||||||||||||||||||||||||||||||||||||||
Attributes | att.durationatt.duration.w3c (@dur) att.duration.iso (@dur-iso) att.editLike (@cert, @resp, @evidence, @source)
| ||||||||||||||||||||||||||||||||||||||||
Used by | model.global.edit | ||||||||||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||||||||||
Declaration | element gap { att.global.attributes, att.duration.w3c.attributes, att.duration.iso.attributes, att.editLike.attributes, attribute reason { list { data.word+ } }?, attribute hand { data.pointer }?, attribute agent { data.enumerated }?, attribute extent { data.numeric }?, attribute unit { "lines" | "chars" | "pages" | "cm" | "mm" | "in" | xsd:Name }?, model.glossLike* } | ||||||||||||||||||||||||||||||||||||||||
Example | <gap extent="4" unit="chars" reason="illegible"/> | ||||||||||||||||||||||||||||||||||||||||
Example | <gap extent="1" unit="essay" reason="sampling"/> | ||||||||||||||||||||||||||||||||||||||||
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.5.2 Use of the <gap>, <del>, <damage>, <unclear>, and <supplied> Elements in Combination for discussion of which element is appropriate
for which circumstance. |