<precision>
<precision> indicates the numerical accuracy or precision associated with some aspect of the text markup. | |||||||||||||
모듈 | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||
전체 속성에 부가 | att.scoping (@target, @match)
|
||||||||||||
에 의해 사용된 | |||||||||||||
포함할 수 있다 | |||||||||||||
선언 |
element precision { att.global.attributes, att.scoping.attributes, attribute degree { data.probability }?, attribute stdDeviation { data.numeric }?, model.glossLike* } |
||||||||||||
예 |
<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"/> |