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">
<gloss versionDate="2022-05-18" xml:lang="en">symbol definition</gloss>
<desc xml:lang="en">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 xml:lang="en">
<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>