bar-style-color

The bar-style-color type contains barline style and color information.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional

Used By

Source

<xs:complexType name="bar-style-color">
  <xs:annotation>
    <xs:documentation>The bar-style-color type contains barline style and color information.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="bar-style">
      <xs:attributeGroup ref="color"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>