data.PERCENT.LIMITED

Positive decimal number between 0 and 100, followed by a percent sign "%".
Module
MEI
Used by
These class-based attributes use data.PERCENT.LIMITED
att.channelized/@midi.duty
Declaration
<macroSpec ident="data.PERCENT.LIMITED" module="MEI" type="dt">
<desc>Positive decimal number between 0 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)%
</rng:param>
</rng:data>
</content>
</macroSpec>