data.PERCENT.LIMITED.SIGNED

Decimal number between -100 and 100, followed by a percent sign "%".
Module
Used by
These other Data Types reference data.PERCENT.LIMITED.SIGNED
data.MIDIVALUE_PANdata.MIDIVALUE or data.PERCENT.LIMITED.SIGNED values.
Declaration
<macroSpec ident="data.PERCENT.LIMITED.SIGNED" module="MEI" type="dt">
<desc xml:lang="en">Decimal number between -100 and 100, followed by a percent sign "%".</desc>
<content>
<rng:data type="token">
<rng:param name="pattern">
(\+|-)?(([0-9]|[1-9][0-9])(\.[0-9]*)?|100(\.0*)?)%
</rng:param>
</rng:data>
</content>
</macroSpec>