<?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: 2012-12-27 03:53:18 +0000 (Thu, 27 Dec 2012) $
    $Id: att.ranging.xml 11272 2012-12-27 03:53:18Z martindholmes $
-->
<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>provides attributes for describing numerical ranges.</desc>
  <attList>
    <attDef ident="atLeast">
      <desc>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>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>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>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>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>
</classSpec>