<precision>

<precision> indicates the numerical accuracy or precision associated with some aspect of the text markup. [22.2. Indications of Precision]
Modulecertainty
Attributes
precisioncharacterizes the precision of the element or attribute pointed to by the precision element.
Status Optional
Datatype teidata.certainty
stdDeviationsupplies a standard deviation associated with the value in question.
Status Optional
Datatype teidata.numeric
Member of
Contained by
May contain
certainty: certainty precision
core: desc
Example
<date xml:id="date001notBefore="0014"
 notAfter="0064">
Within about 50
years of the death of Augustus</date>
<precision target="#date001"
 match="@notBeforeprecision="high"/>

<precision target="#date001"
 match="@notAfterprecision="low"/>
Example
<date notBefore="1632notAfter="1642">Not more than ten years before the start of the Civil War
<precision match="@notBefore"
  precision="low"/>

 <precision match="@notAfter"
  precision="high"/>

</date>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.descLike"/>
  <classRef key="model.certLike"/>
 </alternate>
</content>
Schema Declaration
element precision
{
   tei_att.global.attributes,
   tei_att.datable.attributes,
   tei_att.ranging.attributes,
   tei_att.scoping.attributes,
   attribute precision { teidata.certainty }?,
   attribute stdDeviation { teidata.numeric }?,
   ( tei_model.descLike | tei_model.certLike )*
}