tei:att.ranging.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
atLeast union of(xs:double, xs:decimal, restriction of xs:token) optional
gives a minimum estimated value for the approximate
measurement.
atMost union of(xs:double, xs:decimal, restriction of xs:token) optional
gives a maximum estimated value for the approximate
measurement.
confidence xs:double optional
specifies the degree of statistical confidence (between zero and one) that
a value falls within the range specified by min and max, or the proportion of observed
values that fall within that range.
max union of(xs:double, xs:decimal, restriction of xs:token) optional
where the measurement summarizes more than one observation or a range,
supplies the maximum value observed.
min union of(xs:double, xs:decimal, restriction of xs:token) optional
where the measurement summarizes more than one observation or a range,
supplies the minimum value observed.

Used By

Source

<xs:attributeGroup name="att.ranging.attributes">
  <xs:attributeGroup ref="tei:att.ranging.attribute.atLeast"/>
  <xs:attributeGroup ref="tei:att.ranging.attribute.atMost"/>
  <xs:attributeGroup ref="tei:att.ranging.attribute.min"/>
  <xs:attributeGroup ref="tei:att.ranging.attribute.max"/>
  <xs:attributeGroup ref="tei:att.ranging.attribute.confidence"/>
</xs:attributeGroup>