Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type group-barline-value
Namespace No namespace
Annotations
The group-barline-value type indicates if the group should have common barlines. Values can be yes, no, or Mensurstrich.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration yes, no, Mensurstrich
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. Values can be yes, no, or Mensurstrich.</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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd