mei:mei_att.quantity.attribute.quantity

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
quantity restriction of xs:decimal optional
Numeric value capturing a measurement or count. Can only be interpreted in
combination with the unit or currency attribute.

Used By

Source

<xs:attributeGroup name="mei_att.quantity.attribute.quantity">
  <xs:attribute name="quantity">
    <xs:annotation>
      <xs:documentation>Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit or currency attribute.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:decimal">
        <xs:minInclusive value="0"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>