data.PERCENT.LIMITED

Decimal number between 0 and 100, followed by a percent sign "%".
Module
Used by
These class-based attributes use data.PERCENT.LIMITED
att.channelized/@midi.dutySpecifies the 'on' part of the duty cycle as a percentage of a note’s duration.
These other Data Types reference data.PERCENT.LIMITED
data.MIDIVALUE_PERCENTdata.MIDIVALUE or data.PERCENT.LIMITED values.
Declaration
<macroSpec ident="data.PERCENT.LIMITED" module="MEI" type="dt">
<desc xml:lang="en">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(\.0*)?)%
</rng:param>
</rng:data>
</content>
</macroSpec>