The group-symbol type indicates how the symbol for a group is indicated in the score. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color | color | optional | ||||
default-x | tenths | optional | ||||
default-y | tenths | optional | ||||
relative-x | tenths | optional | ||||
relative-y | tenths | optional |
Element | part-group/group-symbol |
<xs:complexType name="group-symbol"> <xs:annotation> <xs:documentation>The group-symbol type indicates how the symbol for a group is indicated in the score.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="group-symbol-value"> <xs:attributeGroup ref="position"/> <xs:attributeGroup ref="color"/> </xs:extension> </xs:simpleContent> </xs:complexType> |