(symbol definition) – Declaration of an individual symbol in a symbolTable. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
label | xs:string | optional |
|
||||
lrx | xs:nonNegativeInteger | optional |
|
||||
lry | xs:nonNegativeInteger | optional |
|
||||
n | optional |
|
|||||
ulx | xs:nonNegativeInteger | optional |
|
||||
uly | xs:nonNegativeInteger | optional |
|
||||
xml:base | mei:mei_data.URI | optional |
|
||||
xml:id | xs:ID | optional |
|
Element | mei:mei_model.symbolTableLike |
<xs:element name="symbolDef"> <xs:annotation> <xs:documentation>(symbol definition) – Declaration of an individual symbol in a symbolTable.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" ref="mei:symName"/> <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:symProp"/> <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:mapping"/> <xs:choice> <xs:element minOccurs="0" ref="svg:svg"/> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="mei:mei_model.graphicprimitiveLike"/> <xs:element ref="mei:symbol"/> <xs:element ref="mei:graphic"/> </xs:choice> </xs:choice> <xs:group minOccurs="0" maxOccurs="unbounded" ref="mei:mei_model.annotLike"/> </xs:sequence> <xs:attributeGroup ref="mei:mei_att.common.attributes"/> <xs:attributeGroup ref="mei:mei_att.coordinated.attributes"/> </xs:complexType> </xs:element> |