<gap>

<gap> indique une omission dans une transcription, que ce soit pour des raisons éditoriales décrites dans l'en-tête TEI, au cours d’un échantillonnage, ou parce que le matériel est illisible ou inaudible 3.4.3 Additions, Deletions, and Omissions
Modulecore — 3 Elements Available in All TEI Documents
Attributs att.durationatt.duration.w3c (@dur) att.duration.iso (@dur-iso) att.editLike (@cert, @resp, @evidence, @source)
reasondonne la raison de l'omission. Les valeurs d'échantillon comprennent échantillonnage, illisible, inaudible, non pertinent, biffé, biffé et illisible
Statut Optionel
Type de données 1–∞ occurrences of
data.word
séparé par un espace
Valeurs any short indication of the reason for the omission.
handlorsque du texte est omis de la transcription en raison d'une suppression volontaire par une main identifiable, indique quelle est cette main
Statut Optionel
Type de données
data.pointer
Valeurs must be one of the hand identifiers declared in the document header (see section 11.4.1 Document Hands).
agentlorsque du texte est omis de la transcription en raison d'un dommage, catégorise la cause du dommage, si celle-ci peut être identifiée
Statut Optionel
Type de données
data.enumerated
Exemple de valeurs possibles:
rubbing
damage results from rubbing of the leaf edges
mildew
damage results from mildew on the leaf surface
smoke
damage results from smoke
extentindicates approximately how much text has been omitted from the transcription (using the unit specified on the unit attribute), either because of editorial policy or because a deletion, damage, or other cause has rendered transcription impossible.
Statut Optionel
Type de données
data.numeric
Note
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
Statut Optionel
Type de données
data.enumerated
Les valeurs suggérées comprennent:
lines
lines of text
chars
(characters) characters of text
pages
pages, i.e. one side of a leaf
cm
(centimetres)
mm
(millimetres)
in
(inches)
Utilisé par model.global.edit
Peut contenir
core: desc gloss
tagdocs: altIdent equiv
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*
}
Exemple
<gap extent="4unit="charsreason="illegible"/>
Exemple
<gap extent="1unit="essayreason="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.