<precision>
| <precision> indicates the numerical accuracy or precision associated with some aspect of the text markup. | |||||||||||||||||||||||||||||||
| Module | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||||||||||||||||||||
| In addition to global attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||
| Used by | |||||||||||||||||||||||||||||||
| May contain | |||||||||||||||||||||||||||||||
| Declaration |
element precision { att.global.attributes, attribute target { list { data.pointer+ } }?, attribute match { text }?, attribute degree { data.probability }?, attribute stdDeviation { data.numeric }?, model.glossLike* } |
||||||||||||||||||||||||||||||
| Example |
<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"/> |
||||||||||||||||||||||||||||||
