<unclear>

<unclear> 在來源文本中難以辨認或聽懂而無法確實轉錄的單字、詞組、或段落。 11.5.1 Damage, Illegibility, and Supplied Text 3.4.3 Additions, Deletions, and Omissions
組件core — 3 Elements Available in All TEI Documents
屬性 att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope))
reason指出資料難以轉錄的原因。
狀態 非必備的
資料類型 1–∞ occurrences of

<rng:ref name="data.word"/>
data.word
以空白鍵隔開
one or more words describing the difficulty, e.g. faded, background noise, passing truck, illegible, eccentric ductus.
<div>
 <head>Rx</head>
 <p>500 mg <unclear reason="illegible">placebo</unclear>
 </p>
</div>
hand若轉錄困難是由身分明確的執行者所造成 (例如部分刪除),則在此表明執行者的身分。
狀態 非必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
must be one of the hand identifiers declared in the document header (see section 11.4.1 Document Hands).
agent若因為內容遭受損毀而引起轉錄困難,且可辨別出損毀的導因,則在此加以說明。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
rubbing
損毀起因於書頁邊緣摩擦受損
mildew
損毀起因於書頁表面發霉
smoke
損毀起因於煙燻
屬於
可包含
宣告

<rng:element name="unclear">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.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:ref name="macro.paraContent"/>
</rng:element>
element unclear
{
   att.global.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   attribute reason { list { data.word+ } }?,
   attribute hand { data.pointer }?,
   attribute agent { data.enumerated }?,
   macro.paraContent
}