teidata.probCert

teidata.probCert defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value.
Moduletei — The TEI Infrastructure
Used by
Content model
<content>
 <alternate>
  <dataRef key="teidata.probability"/>
  <dataRef key="teidata.certainty"/>
 </alternate>
</content>
Declaration
<rng:define name="teidata.probCert">
 <rng:choice>
  <rng:ref name="teidata.probability"/>
  <rng:ref name="teidata.certainty"/>
 </rng:choice>
</rng:define>
teidata.probCert = teidata.probability | teidata.certainty