att.measurement
att.measurement provides attributes to represent a regularized or normalized measurement. | |||||||||||||||||||||||||
Module | tei — 1 The TEI Infrastructure | ||||||||||||||||||||||||
Members | measure measureGrp | ||||||||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||||||||
Note | This attribute class provides a triplet of attributes that may
be used either to regularize the values of the measurement being
encoded, or to normalize them with respect to a standard
measurement system.
<!-- regularization:--><l>So weren't you gonna buy <measure quantity="0.5" unit="gal" commodity="ice cream">half a gallon</measure>, baby</l> <!-- normalization: --> <l>So won't you go and buy <measure quantity="1.893" unit="L" commodity="ice cream">half a gallon</measure>, baby?</l> | ||||||||||||||||||||||||
Note | The unit should normally be named using the standard
abbreviation for an SI unit (see further http://www.bipm.org/en/si/; http://physics.nist.gov/cuu/Units/). However, encoders
may also specify measurements using informally defined units such
as lines or characters. |