(symbol property) – Provides a name and value for some property of the parent symbol. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
label | xs:string | optional |
|
||||
n | optional |
|
|||||
xml:base | mei:mei_data.URI | optional |
|
||||
xml:id | xs:ID | optional |
|
Element | mei:symbolDef |
<xs:element name="symProp"> <xs:annotation> <xs:documentation>(symbol property) – Provides a name and value for some property of the parent symbol.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="mei:propName"/> <xs:element ref="mei:propValue"/> </xs:sequence> <xs:attributeGroup ref="mei:mei_att.common.attributes"/> </xs:complexType> </xs:element> |