<precision>

<precision> indicates the numerical accuracy or precision associated with some aspect of the text markup.
モジュールcertainty — 21 Certainty, Precision, and Responsibility
属性att.global (@xml:id, @n, @xml:lang, @rend, @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)
degreeindicates the degree of precision to be assigned as a value between 0 (none) and 1 (optimally precise)
状態 任意
データ型

<rng:ref name="data.probability"/>
data.probability
precisioncharacterizes the precision of the element or attribute pointed to by the precision element.
状態 任意
データ型

<rng:ref name="data.certainty"/>
data.certainty
stdDeviationsupplies a standard deviation associated with the value in question
状態 任意
データ型

<rng:ref name="data.numeric"/>
data.numeric
当該モジュールを使用するもの
上位
figures: cell figure table
gaiji: char glyph
linking: ab join joinGrp seg
nets: graph
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
下位
宣言

<rng:element name="precision">
 <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="degree">
   <rng:ref name="data.probability"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="precision">
   <rng:ref name="data.certainty"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="stdDeviation">
   <rng:ref name="data.numeric"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
</rng:element>
element precision
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.scoping.attributes,
   attribute degree { data.probability }?,
   attribute precision { data.certainty }?,
   attribute stdDeviation { data.numeric }?,
   model.glossLike*
}
<date xml:id="date001" notBefore="0014" notAfter="0064">Within about 50
years of the death of Augustus</date>
<precision target="#date001" match="@notBefore" degree="0.9"/>
<precision target="#date001" match="@notAfter" degree="0.3"/>
<date notBefore="1632" notAfter="1642">Not more than ten years before the start of the Civil War
<precision match="@notBefore" precision="low"/>
 <precision match="@notAfter" precision="high"/>
</date>