tei:att.ranging.attribute.max

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
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.

Used By

Attribute Group tei:att.ranging.attributes

Source

<xs:attributeGroup name="att.ranging.attribute.max">
  <xs:attribute name="max">
    <xs:annotation>
      <xs:documentation>where the measurement summarizes more than one observation or a range, supplies the maximum value observed.</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>