specifies the length in the units specified |
Attribute Group | tei:att.dimensions.attribute.quantity |
<xs:attribute name="quantity"> <xs:annotation> <xs:documentation>specifies the length in the units specified</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> |