teidata.truthValue

teidata.truthValue defines the range of attribute values used to express a truth value.
Module tei
Used by
Element:
listChange/@ordered
surface/@flipping
tagsDecl/@partial
Note
The possible values of this datatype are 1 or true, or 0 or false.
This datatype applies only for cases where uncertainty is inappropriate; if the attribute concerned may have a value other than true or false, e.g. unknown, or inapplicable, it should have the extended version of this datatype: teidata.xTruthValue.
Source Github

<dataSpec module="tei" ident="teidata.truthValue">
   
<desc>defines the range of attribute values used to express a truth
value.
</desc>
   
<content>
      
<dataRef name="boolean"/>
   
</content>
</dataSpec>