data.probability

data.probability defines the range of attribute values expressing a probability.
DeprecatedThis feature will be withdrawn after 2018-10-01
Moduletei — The TEI Infrastructure
Used by
Declaration
<rng:define name="data.probability">
 <rng:data type="double">
  <rng:param name="minInclusive">0</rng:param>
  <rng:param name="maxInclusive">1</rng:param>
 </rng:data>
</rng:define>
data.probability = xsd:double { minInclusive = "0" maxInclusive = "1" }
Note

Probability is expressed as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly true.