<gap>

<gap> 指出轉錄時被省略部分的位置,省略也許是出於 TEI標頭裡描述的編輯上的理由、也許是因為抽樣轉錄而省略、或是因為資料不明難以辨認或聽懂。 3.4.3 Additions, Deletions, and Omissions
組件core — 3 Elements Available in All TEI Documents
屬性 att.durationatt.duration.w3c (@dur) att.duration.iso (@dur-iso) att.editLike (@cert, @resp, @evidence, @source)
reason說明省略的原因。屬性值的例子有:抽樣, 無法辨認, 無法聽懂, 不相關, 刪除, 刪除且無法辨認
狀態 非必備的
資料類型 1–∞ occurrences of
data.word
以空白鍵隔開
any short indication of the reason for the omission.
hand若省略的內容是被身分明確的抄寫員從轉錄當中蓄意刪除,則在此表明抄寫員的身分。
狀態 非必備的
資料類型
data.pointer
must be one of the hand identifiers declared in the document header (see section 11.4.1 Document Hands).
agent若省略是因為內容遭受損毀,且可辨別出損毀的導因,則在此加以說明。
狀態 非必備的
資料類型
data.enumerated
實例值包含:
rubbing
損毀是起因於書頁邊緣摩擦受損
mildew
損毀是起因於書頁表面發霉
smoke
損毀是起因於煙燻
extent約略指出在轉錄當中被省略的文字量,可用字母數、公釐、英吋、或其他適當的單位來表示。省略可能是出於編輯策略、或來源文本中的刪除、損毀、或其他因素而導致無法轉錄。
狀態 非必備的
資料類型
data.numeric
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
狀態 非必備的
資料類型
data.enumerated
被推薦的值包含:
lines
lines of text
chars
(characters) characters of text
pages
pages, i.e. one side of a leaf
cm
(centimetres)
mm
(millimetres)
in
(inches)
屬於 model.global.edit
可包含
core: desc gloss
tagdocs: altIdent equiv
宣告
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*
}
例子
<gap extent="4unit="charsreason="illegible"/>
例子
<gap extent="1unit="essayreason="sampling"/>
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.