<gap>

<gap> TEIヘダーにある編集上の理由,または当該資料が判読できない・聞こえな いことを理由に,転記の際に省略された部分の場所を示す. [3.4.3 Additions, Deletions, and Omissions]
モジュールcore — Elements Available in All TEI Documents
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.responsibility (@cert, @resp) (att.source (@source)) )
reason省略の理由を示す.例えば, 見本, 聞こえない, 無関係, 取り消し, 取り消しがありかつ判読できない,など.
状態 任意
データ型 1–∞ occurrences of 

<rng:ref name="data.word"/>
data.word
空白文字で区切られる
hand特定可能な筆致による熟慮した削除の場合,転記の際にその筆致を示す.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
agent損傷が原因のテキスト省略の場合,特定可能であれば当該損傷を分類する. 例としての値は以下の通り: 1] rubbing; 2] mildew; 3] smoke
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
例としての値は以下の通り:
rubbing
葉のこすれによる損傷.
mildew
葉の表面に付いた白カビによる損傷.
smoke
煙による損傷.
クラブのメンバー
上位
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
下位
宣言

<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:ref name="att.source.attributes"/>
 <rng:optional>
  <rng:attribute name="reason">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="data.word"/>
    </rng:oneOrMore>
   </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:choice>
   <rng:ref name="model.descLike"/>
   <rng:ref name="model.certLike"/>
  </rng:choice>
 </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,
   att.source.attributes,
   attribute reason { list { data.word+ } }?,
   attribute hand { data.pointer }?,
   attribute agent { data.enumerated }?,
   ( model.descLike | model.certLike )*
}
<gap quantity="4unit="charsreason="illegible"/>
<gap quantity="1unit="essayreason="sampling"/>
<del>
 <gap
   atLeast="4"
   atMost="8"
   unit="chars"
   reason="illegible"/>

</del>
<gap extent="unknownunit="linesreason="lost"/>
解説

コアモジュールの要素gap, unclear, delは, 転記モジュールの要素damage, suppliedと連携するこ とができる.どのタグを使用すべきかについては,詳細については, 11.3.3.2 Use of the gap, del, damage, unclear, and supplied Elements in Combinationを参照のこと.