att.quantity

Attributes that specify a measurement in numerical terms.
Module
MEI.shared
Attributes
atleast, atmost, confidence, max, min, quantity, unit
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value of datatype decimal.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value of datatype decimal.
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 of datatype decimal.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value of datatype decimal.
quantity(optional)Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit attribute. Value of datatype a decimal number no smaller than 0.
unit(optional)Indicates the unit of measurement. Allowed 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 of datatype a decimal number no smaller than 0.
(MEI.shared) Attributes that record the unit of measurement in which a value is expressed.
unit(optional)Indicates the unit of measurement. Allowed 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 of datatype decimal.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value of datatype decimal.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value of datatype decimal.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value of datatype decimal.
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 of datatype decimal.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value of datatype decimal.
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 of datatype decimal.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value of datatype decimal.
quantity(optional)Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit attribute. Value of datatype a decimal number no smaller than 0.
unit(optional)Indicates the unit of measurement. Allowed 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.
dim(dimension) – Any 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.
depthDescription of a measurement taken through a three-dimensional object.
dim(dimension) – Any 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>Attributes that specify a measurement in numerical terms.</desc>
<classes>
<memberOf key="att.measurement"/>
<memberOf key="att.ranging"/>
</classes>
<attList org="group">
<attDef ident="quantity" usage="opt">
<desc>Numeric value capturing a measurement or count. Can only be interpreted in combination with the unit attribute.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal">
<rng:param name="minInclusive">0</rng:param>
</rng:data>
</datatype>
</attDef>
</attList>
</classSpec>