<gap>

<gap> indicada un punto donde algún material ha sido omitido en una transcripción, bien por criterios de edición descritos en el cabezado TEI, bien como parte de una práctica habitual, o bien porqué el material es ilegible o incomprensible. 3.4.3 Additions, Deletions, and Omissions
Módulocore — 3 Elements Available in All TEI Documents
Atributos att.durationatt.duration.w3c (@dur) att.duration.iso (@dur-iso) att.editLike (@cert, @resp, @evidence, @source)
reasondeclara la causa de la omisión. Los valores de muestra incluyen sampling (ejemplificación), illegible (ilegible), inaudible (inaudible), irrelevant (irrelevante), cancelled (cancelado), cancelled and illegible (cancelado e ilegible).
Estado Opcional
Tipo de datos 1–∞ occurrences of
data.word
separated by whitespace
Valores any short indication of the reason for the omission.
handen el caso de texto omitido en la transcripción a causa de una supresión deliberada por una mano identidicada, indica la mano que ha ejecutado la omisión.
Estado Opcional
Tipo de datos
data.pointer
Valores must be one of the hand identifiers declared in the document header (see section 11.4.1 Document Hands).
agentEn el caso de texto omitido a causa de algún daño, identifica (si es posible) la causa de tal daño.
Estado Opcional
Tipo de datos
data.enumerated
Posibles valores:
rubbing
damage results from rubbing of the leaf edges
mildew
damage results from mildew on the leaf surface
smoke
damage results from smoke
extentindica aproximadamente en letras, pulgadas o en alguna otra unidad funcional, cuánto texto ha sido omitido en la transcripción, bien por razones editoriales o bien a causa de una supresión, daño u otra causa que haya provocado que la transcripción sea imposible.
Estado Opcional
Tipo de datos
data.numeric
Nota
It is possible, but not always necessary, to provide measurements precise to the millimeter or even to the printer's point. The degree of precision attempted will vary with the purpose of the encoding and the nature of the material.
unitnames the unit used for describing the extent of the gap
Estado Opcional
Tipo de datos
data.enumerated
Suggested values include:
lines
lines of text
chars
(characters) characters of text
pages
pages, i.e. one side of a leaf
cm
(centimetres)
mm
(millimetres)
in
(inches)
Used by model.global.edit
May contain
core: desc gloss
tagdocs: altIdent equiv
Declaración
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*
}
Ejemplo
<gap extent="4unit="charsreason="illegible"/>
Ejemplo
<gap extent="1unit="essayreason="sampling"/>
Nota
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.