att.evidence

Attributes describing the support for and the certainty of an assertion.
Module MEI.edittrans
Members
Attributes
@cert(optional)Signifies the degree of certainty or precision associated with a feature. Value conforms to data.CERTAINTY. att.evidence
@evidence(optional)Indicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation. Suggested values include: 'internal', 'external', 'conjecture'. Value of datatype NMTOKEN. att.evidence
Declaration
<attDef ident="cert" usage="opt">
<desc>Signifies the degree of certainty or precision associated with a feature.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.CERTAINTY" />
</datatype>
</attDef>
<attDef ident="evidence" usage="opt">
<desc>Indicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation. Suggested values include: 'internal', 'external', 'conjecture'.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="NMTOKEN"/>
</datatype>
</attDef>