where the measurement summarizes more than one observation or a range, supplies the maximum value observed. |
Attribute Group | tei: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> |