<macroSpec ident="data.MEASUREMENTUNSIGNED" module="MEI" type="dt">
<desc xml:lang="en">Measurement expressed in real-world (
<abbr>e.g.</abbr>, centimeters, millimeters, inches, points,
picas, or pixels) or virtual units (vu). 'vu' is the default value. Unlike
data.MEASUREMENTSIGNED, 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>