data.MEASUREMENTABS

Measurement expressed in real-world (e.g., centimeters, millimeters, inches, points, picas, or pixels) or virtual units (vu). 'vu' is the default value. Unlike data.MEASUREMENTREL, which may be used to express relative measures, only positive values are allowed.
Module
MEI
Used by
These class-based attributes use data.MEASUREMENTABS
att.height/@heightatt.pages/@page.heightatt.pages/@page.widthatt.pages/@page.topmaratt.pages/@page.botmaratt.pages/@page.leftmaratt.pages/@page.rightmaratt.stems/@stem.lenatt.systems/@system.leftmaratt.systems/@system.rightmaratt.systems/@system.topmaratt.width/@widthatt.fTrem.vis/@float.gapatt.hairpin.vis/@opening
These other Data Types reference data.MEASUREMENTABS
Declaration
<macroSpec ident="data.MEASUREMENTABS" module="MEI" type="dt">
<desc>Measurement expressed in real-world (e.g., centimeters, millimeters, inches, points, picas, or pixels) or virtual units (vu). 'vu' is the default value. Unlike data.MEASUREMENTREL, which may be used to express relative measures, only positive values are allowed.</desc>
<content>
<rng:data type="token">
<rng:param name="pattern">
(\+)?\d+(\.\d+)?(cm|mm|in|pt|pc|px|vu)?
</rng:param>
</rng:data>
</content>
</macroSpec>