teidata.certainty
teidata.certainty defines the range of attribute values expressing a degree of certainty.
Module | tei |
Used by | |
Note |
Certainty may be expressed by one of the predefined symbolic values high, medium, or low. The value unknown should be used in cases where the encoder does not wish to assert an opinion about
the matter.
|
Source | Github
<dataSpec module="tei" ident="teidata.certainty"> <desc>defines the range of attribute values expressing a degree of certainty.</desc> <content> <valList type="closed"> <valItem ident="high"/> <valItem ident="medium"/> <valItem ident="low"/> <valItem ident="unknown"/> </valList> </content> </dataSpec> |