att.quantity

Attributes that specify a measurement in numerical terms.
Module
Attributes
atleast, atmost, confidence, max, min, quantity, unit
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value is a decimal number.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value is a decimal number.
confidence(optional)Specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range. Value conforms to data.CONFIDENCE.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value is a decimal number.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value is a decimal number.
quantity(optional)Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit attribute. Value is a decimal number.
unit(optional)Indicates the unit of measurement. Suggested values are: "byte" (Byte.), "char" (Character.), "cm" (Centimeter.), "deg" (Degree.), "in" (Inch.), "issue" (Serial issue.), "ft" (Foot.), "m" (Meter.), "mm" (Millimeter.), "page" (Page.), "pc" (Pica.), "pt" (Point.), "px" (Pixel.), "rad" (Radian.), "record" (Record.), "vol" (Serial volume.), "vu" (MEI virtual unit.)
quantity(optional)Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit attribute. Value is a decimal number.
(MEI.shared) Attributes that record the unit of measurement in which a value is expressed.
unit(optional)Indicates the unit of measurement. Suggested values are: "byte" (Byte.), "char" (Character.), "cm" (Centimeter.), "deg" (Degree.), "in" (Inch.), "issue" (Serial issue.), "ft" (Foot.), "m" (Meter.), "mm" (Millimeter.), "page" (Page.), "pc" (Pica.), "pt" (Point.), "px" (Pixel.), "rad" (Radian.), "record" (Record.), "vol" (Serial volume.), "vu" (MEI virtual unit.)
(MEI.shared) Groups attributes that describe a numerical range.
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value is a decimal number.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value is a decimal number.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value is a decimal number.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value is a decimal number.
confidence(optional)Specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range. Value conforms to data.CONFIDENCE.
Component declarations that are shared between two or more modules.
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value is a decimal number.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value is a decimal number.
confidence(optional)Specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range. Value conforms to data.CONFIDENCE.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value is a decimal number.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value is a decimal number.
quantity(optional)Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit attribute. Value is a decimal number.
unit(optional)Indicates the unit of measurement. Suggested values are: "byte" (Byte.), "char" (Character.), "cm" (Centimeter.), "deg" (Degree.), "in" (Inch.), "issue" (Serial issue.), "ft" (Foot.), "m" (Meter.), "mm" (Millimeter.), "page" (Page.), "pc" (Pica.), "pt" (Point.), "px" (Pixel.), "rad" (Radian.), "record" (Record.), "vol" (Serial volume.), "vu" (MEI virtual unit.)
Available at
depthDescription of a measurement taken through a three-dimensional object.
dimAny single dimensional specification.
extentUsed to express size in terms other than physical dimensions, such as number of pages, records, bytes, physical components, etc.
heightDescription of the vertical size of an object.
widthDescription of the horizontal size of an object.
Component declarations that are shared between two or more modules.
depthDescription of a measurement taken through a three-dimensional object.
dimAny single dimensional specification.
extentUsed to express size in terms other than physical dimensions, such as number of pages, records, bytes, physical components, etc.
heightDescription of the vertical size of an object.
widthDescription of the horizontal size of an object.
Declaration
<classSpec ident="att.quantity" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that specify a measurement in numerical terms.</desc>
<classes>
<memberOf key="att.measurement"/>
<memberOf key="att.ranging"/>
</classes>
<attList>
<attDef ident="quantity" usage="opt">
<desc xml:lang="en">Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit attribute.</desc>
<datatype>
<rng:data type="decimal">
<rng:param name="minInclusive">0</rng:param>
</rng:data>
</datatype>
</attDef>
</attList>
</classSpec>