att.quantity

Attributes that specify a measurement in numerical terms.
Module MEI.shared
Members
depth, height, width (direct members of att.quantity)
Attributes
@quantity(optional)Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit or currency attribute. Value of datatype a decimal number no smaller than 0. att.quantity
Declaration
<attDef ident="quantity" usage="opt">
<desc>Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit or currency attribute.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal">
<rng:param name="minInclusive">0</rng:param>
</rng:data>
</datatype>
</attDef>