<precision>

<precision> indicates the numerical accuracy or precision associated with some aspect of the text markup. [21.2 Indications of Precision]
モジュール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) att.ranging (@atLeast, @atMost, @min, @max, @confidence)
degreeindicates the degree of precision to be assigned as a value between 0 (none) and 1 (optimally precise)
DeprecatedThis feature will be withdrawn after 2015-11-12
状態 任意
データ型

<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
クラブのメンバー
上位
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="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:ref name="att.ranging.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:choice>
   <rng:ref name="model.descLike"/>
   <rng:ref name="model.certLike"/>
  </rng:choice>
 </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,
   att.ranging.attributes,
   attribute degree { data.probability }?,
   attribute precision { data.certainty }?,
   attribute stdDeviation { data.numeric }?,
   ( model.descLike | model.certLike )*
}
<date xml:id="date001notBefore="0014notAfter="0064">Within about 50
years of the death of Augustus</date>
<precision target="#date001match="@notBeforedegree="0.9"/>
<precision target="#date001match="@notAfterdegree="0.3"/>
<date notBefore="1632notAfter="1642">Not more than ten years before the start of the Civil War
<precision match="@notBeforeprecision="low"/>
 <precision match="@notAfterprecision="high"/>
</date>