supplies an upper bound for the numeric value represented. |
Element | tei:numeric |
<xs:attribute name="max"> <xs:annotation> <xs:documentation>supplies an upper bound for the numeric value represented.</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> |