<gap>

<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
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) att.editLike (@evidence, @source, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.responsibility (@cert, @resp))
reasondeclara la causa de la omisión. Los valores de muestra incluyen sampling (ejemplificación), inaudible (inaudible), irrelevant (irrelevante), cancelled (cancelado), cancelled and illegible (cancelado e ilegible).
Estado Opcional
Tipo de datos 1–∞ apariciones de 

<rng:ref name="data.word"/>
data.word
separado por espacio en blanco
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

<rng:ref name="data.pointer"/>
data.pointer
Valores must point to a hand identifier typically but not necessarily declared in the document header (see section 11.3.2.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

<rng:ref name="data.enumerated"/>
data.enumerated
Posibles valores:
rubbing
daños resultantes del frotamiento de los bordes de la hoja
mildew
daños resultantes de la acción del moho en la superficie de la hoja
smoke
daños provocados porl humo
Usado por
Contenido en
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
Puede contener
Declaración

<rng:element name="gap">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:optional>
  <rng:attribute name="reason">
   <rng:list>
    <rng:ref name="data.word"/>
    <rng:zeroOrMore>
     <rng:ref name="data.word"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="hand">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="agent">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
</rng:element>
element gap
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.responsibility.attributes,
   attribute reason { list { data.word, data.word* } }?,
   attribute hand { data.pointer }?,
   attribute agent { data.enumerated }?,
   model.glossLike*
}
Ejemplo
<gap extent="4" unit="chars" reason="illegible"/>
Ejemplo
<gap extent="1" unit="essay" reason="sampling"/>
Ejemplo
<del>
 <gap
   atLeast="4"
   atMost="8"
   unit="chars"
   reason="illegible"/>

</del>
Nota
El gap, unclear, y los elementos de la etiqueta base pueden funcionar con los elementos de <daño> y elementos de <supresión>, disponibles al usar el conjunto de etiquetas adicional para la transcripción de las fuentes primarias. Ver la sección 11.3.3.2 Use of the gap, del, damage, unclear, and supplied Elements in Combination para la discusión cuyo el elemento es apropiado para qué circunstancia.