tei:att.ranging.attribute.atLeast

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.

Used By

Attribute Group tei:att.ranging.attributes

Source

<xs:attributeGroup name="att.ranging.attribute.atLeast">
  <xs:attribute name="atLeast">
    <xs:annotation>
      <xs:documentation>gives a minimum estimated value for the approximate measurement.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:union memberTypes="xs:double xs:decimal">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>