<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright TEI Consortium.
    Dual-licensed under CC-by and BSD2 licences
    See the file COPYING.txt for details
    $Date$
    $Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>

<classSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="tei" type="atts" ident="att.ranging">
  <desc versionDate="2009-06-05" xml:lang="en">provides attributes for describing numerical ranges.</desc>
  <attList>
    <attDef ident="atLeast">
      <desc versionDate="2009-06-29" xml:lang="en">gives a minimum estimated value for the approximate measurement.</desc>
      <desc versionDate="2009-05-25" xml:lang="fr">donne une estimation de la valeur minimum pour la
        mesure.</desc>
      <datatype>
        <rng:ref name="data.numeric"/>
      </datatype>
    </attDef>
    <attDef ident="atMost">
      <desc versionDate="2009-06-29" xml:lang="en">gives a maximum estimated value for the approximate measurement.</desc>
      <desc versionDate="2009-05-25" xml:lang="fr">donne une estimation de la valeur maximum pour la
        mesure.</desc>
      <datatype>
        <rng:ref name="data.numeric"/>
      </datatype>
    </attDef>
    <attDef ident="min">
      <desc versionDate="2009-06-29" xml:lang="en">where the measurement summarizes more than one observation
      or a range, supplies the minimum value
        observed.</desc>
      <desc versionDate="2009-05-25" xml:lang="fr">lorsque la mesure résume plus d'une observation,
        fournit la valeur minimum observée.</desc>
      <datatype>
        <rng:ref name="data.numeric"/>
      </datatype>
    </attDef>
    <attDef ident="max">
      <desc versionDate="2009-06-29" xml:lang="en">where the measurement summarizes more than one observation
        or a range, supplies the maximum value
        observed.</desc>
      <desc versionDate="2009-05-25" xml:lang="fr">lorsque la mesure résume plus d'une observation,
        fournit la valeur maximum observée.</desc>
      <datatype>
        <rng:ref name="data.numeric"/>
      </datatype>
    </attDef>
    <attDef ident="confidence">
      <desc versionDate="2012-12-27" xml:lang="en">specifies the degree of statistical confidence (between zero and one) that a value falls within the range
        specified by <att>min</att> and <att>max</att>, or the proportion of observed values that fall within that range.</desc>
      <datatype>
        <rng:ref name="data.probability"/>
      </datatype>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
The MS. was lost in transmission by mail from <del rend="overstrike"><gap reason="illegible" extent="one or two letters" atLeast="1" atMost="2" unit="chars"/></del> Philadelphia to the Graphic office, New York.
    </egXML>
  </exemplum>
</classSpec>
