<?xml version="1.0" encoding="utf-8"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="certainty" ident="precision">
  <desc>indicates the numerical accuracy or precision  associated
  with some aspect of the text markup. </desc>
  <classes>
    <memberOf key="model.global.meta"/>
    <memberOf key="att.scoping"/>
    <memberOf key="model.glossLike"/>
  </classes>
  <content>
    <rng:zeroOrMore>
      <rng:ref name="model.glossLike"/>
    </rng:zeroOrMore>
  </content>
  <attList>

    <attDef ident="degree" usage="opt">
      <equiv/>
      <desc>indicates the degree of precision to be assigned as a
      value between 0 (none) and 1 (optimally precise)</desc>
      <datatype>
        <rng:ref name="data.probability"/>
      </datatype>
    </attDef>


    <attDef ident="stdDeviation" usage="opt">
      <equiv/>
      <desc>supplies a standard deviation associated with the value in
      question</desc>
      <datatype>
        <rng:ref name="data.numeric"/>
      </datatype>
    </attDef>
  </attList>

<exemplum xml:lang="en">
<egXML xmlns="http://www.tei-c.org/ns/Examples">
<date xml:id="date001" notBefore="0014" notAfter="0064">About 50
years after the death of Augustus</date>
<precision target="#date001" match="@notAfter" degree="0.3"/>
<precision target="#date001" match="@notBefore" degree="0.9"/>
</egXML>

</exemplum>
</elementSpec>
