att.expandable

Attributes that indicate whether to render a repeat symbol or the source material to which it refers.
Module MEI.cmn
Members
Attributes
@expand(optional)Indicates whether to render a repeat symbol or the source material to which it refers. A value of 'true' renders the source material, while 'false' displays the repeat symbol. Value conforms to data.BOOLEAN. att.expandable
Declaration
<attDef ident="expand" usage="opt">
<desc>Indicates whether to render a repeat symbol or the source material to which it refers. A value of 'true' renders the source material, while 'false' displays the repeat symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>