<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
damage results from rubbing of the leaf edges
mildew
damage results from mildew on the leaf surface
smoke
damage results from 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.