group-barline-value

The group-barline-value type indicates if the group should have common barlines.

Simple Type Information

Used By

Complex Type group-barline

Source

<xs:simpleType name="group-barline-value">
  <xs:annotation>
    <xs:documentation>The group-barline-value type indicates if the group should have common barlines.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="yes"/>
    <xs:enumeration value="no"/>
    <xs:enumeration value="Mensurstrich"/>
  </xs:restriction>
</xs:simpleType>