<classSpec ident="att.channelized" module="MEI.midi" type="atts">
<desc>Attributes that record MIDI channel information.</desc>
<attList org="group">
<attDef ident="midi.channel" usage="opt">
<desc>Records a MIDI channel value.</desc>
</attDef>
<attDef ident="midi.duty" usage="opt">
<desc>Specifies the 'on' part of the duty cycle as a percentage of a note's duration.</desc>
</attDef>
<attDef ident="midi.port" usage="opt">
<desc>Sets the MIDI port value.</desc>
</attDef>
<attDef ident="midi.track" usage="opt">
<desc>Sets the MIDI track.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>