<certainty>

<certainty> 当該マークアップの確信度を示す. [21.1.2 Structured Indications of Uncertainty]
モジュールcertainty — Certainty, Precision, and Responsibility
属性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.scoping (@target, @match)
certsignifies the degree of certainty associated with the object pointed to by the certainty element.
状態 任意
データ型

<rng:ref name="data.certainty"/>
data.certainty
locus当該確信度が該当する場所の詳細を示す.例えば,要素全体,開始タグ または終了タグの正確な位置,特定属性の値,など.
状態 必須
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
正当な値:
name
uncertainty concerns whether the name of the element or attribute used is correctly applied.
start
uncertainty concerns whether the start of the element is correctly identified.
end
uncertainty concerns whether the end of the element is correctly identified.
location
uncertainty concerns both the start and the end of the element.
value
uncertainty concerns the content (for an element) or the value (for an attribute)
assertedValue懸案の部分に対する代替値を示す.例えば,共通識別子(GI),転記,属 性値,(他の開始・終了地点を示す)要素anchorの識別子,な ど.属性assertedValueがある場合,属性 degreeで定義された確信度は,属性 assertedValueにある値への確信度を示す. 何もない場合には,当該テキスト中の当該マークアップに該当する.
状態 推薦される
データ型

<rng:choice>
 <rng:ref name="data.pointer"/>
 <rng:ref name="data.name"/>
 <rng:ref name="data.word"/>
</rng:choice>
data.pointer | data.name | data.word
<certainty
  target="#ESX"
  locus="name"
  assertedValue="placeName"
  cert="low">

 <desc>It is unlikely, but possible, that this refers to the place rather than the person.</desc>
</certainty>
<certainty match="parent::tei:gap/@reasonlocus="valuecert="low"/>
解説

当該属性は,当該要素に対する代替値の確信度を示している. 上の例では,符号化する人が当該可能性(.2)を示している.これは当 該要素に使用される共通識別子は,persNameではなく placeNameであるべき可能性の度合いを示している.

given当該確信度が成立する条件を示す.
状態 推薦される
データ型 1–∞ occurrences of 

<rng:ref name="data.pointer"/>
data.pointer
空白文字で区切られる
解説

当該属性値として考えられるものは,他の要素certaintyの 識別子またはそのリストである.従って,この要素certainty による連鎖は,確率ネットワークを作ることができる.この確率ネット ワークは,条件の付かない(属性givenがない)要素 certaintyをベースに作られる.この要素の鎖は,以下のよう に解釈することができる. ある要素certaintyを前提条件として参照している場合, 属性にある確信度は,前提条件の内容ではなく,当該要素に関する記述 を対象としたものである.例えば,上の例では,初めの要素 certaintyは,msmとしてある新しい 筆写者の識別子の確信度を示している.2番目のそれは,新しい筆写者 がmsmとすれば, Essexが個人名であるということの確信度を示 している.この2番目の要素certaintyにあるのは,msmが新し 筆写者である確信度が0.6であるということではなく,msmは新しい筆写 者であるとしていることに注意して欲しい.このように確率ネットワー クを作ることが推奨される.

果敢な人は,他の要素や散文的記述を参照し,要素alt, join, <not>などの素性構造向け連結子を使い, 複雑な確率ネットワークを作ろうとするかもしれない.しかし,当該要 素certaintyが,確信度を明瞭に示す包括的な解決策であると は,現時点では考えていない.

degree属性locusで示された対象のに付与される確信度の程度を示 す.
状態 任意
データ型

<rng:ref name="data.probability"/>
data.probability
クラブのメンバー
上位
analysis: cl interp m phr s span w
figures: cell figure table
linking: ab join seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
下位
宣言

<rng:element name="certainty">
 <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.scoping.attributes"/>
 <rng:optional>
  <rng:attribute name="cert">
   <rng:ref name="data.certainty"/>
  </rng:attribute>
 </rng:optional>
 <rng:attribute name="locus">
  <rng:choice>
   <rng:value>name</rng:value>
   <rng:value>start</rng:value>
   <rng:value>end</rng:value>
   <rng:value>location</rng:value>
   <rng:value>value</rng:value>
  </rng:choice>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="assertedValue">
   <rng:choice>
    <rng:ref name="data.pointer"/>
    <rng:ref name="data.name"/>
    <rng:ref name="data.word"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="given">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="data.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="degree">
   <rng:ref name="data.probability"/>
  </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 certainty
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.scoping.attributes,
   attribute cert { data.certainty }?,
   attribute locus { "name" | "start" | "end" | "location" | "value" },
   attribute assertedValue { data.pointer | data.name | data.word }?,
   attribute given { list { data.pointer+ } }?,
   attribute degree { data.probability }?,
   ( model.descLike | model.certLike )*
}

(For discussion of this example, see section 21.1.2.1 Contingent conditions)

Ernest went to <anchor xml:id="A1"/> old
<persName xml:id="SYB">Saybrook</persName>.

<certainty
  xml:id="c1"
  target="#SYB"
  locus="name"
  degree="0.6"/>

<certainty
  target="#SYB"
  locus="start"
  given="#c1"
  degree="0.9"/>

<certainty
  xml:id="C-c2"
  target="#SYB"
  locus="name"
  assertedValue="persName"
  degree="0.4"/>

<certainty
  target="#SYB"
  locus="start"
  given="#C-c2"
  degree="0.5"/>

<certainty
  target="#SYB"
  locus="start"
  assertedValue="#a1"
  given="#c1"
  degree="0.5"/>