Like a chord table, a symbolTable may be shared between MEI instances through the use of an external parsed entity containing the symbolTable to be shared.
<elementSpec ident="symbolDef" module="MEI.usersymbols">
<desc>(symbol definition) – Declaration of an individual symbol in a symbolTable.</desc>
<content>
<!-- Use either SVG or MEI elements to "draw" the symbol -->
<rng:choice>
<rng:zeroOrMore>
<rng:choice>
<rng:ref name="model.graphicPrimitiveLike"/>
<rng:ref name="symbol"/>
<rng:ref name="graphic"/>
</rng:choice>
</rng:zeroOrMore>
</rng:choice>
</content>
<remarks>
<p>Like a chord table, a symbolTable may be shared between MEI instances through the
use of an
external parsed entity containing the symbolTable to be shared.</p>
</remarks>
</elementSpec>