group-symbol

The group-symbol type indicates how the symbol for a group is indicated in the score.

Complex Type Information

Model

Attributes

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

Used By

Source

<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>