The bar-style-color type contains barline style and color information. |
Element | barline/bar-style |
<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> |