tei:att.measurement.attribute.quantity

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
quantity union of(xs:double, xs:decimal, restriction of xs:token) optional
specifies the number of the specified units that comprise the
measurement

Used By

Source

<xs:attributeGroup name="att.measurement.attribute.quantity">
  <xs:attribute name="quantity">
    <xs:annotation>
      <xs:documentation>specifies the number of the specified units that comprise the 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>