Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type bar-style
Namespace No namespace
Annotations
The bar-style type represents barline style information. Choices are regular, dotted, dashed, heavy, light-light, light-heavy, heavy-light, heavy-heavy, tick (a short stroke through the top line), short (a partial barline between the 2nd and 4th lines), and none.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration regular, dotted, dashed, heavy, light-light, light-heavy, heavy-light, heavy-heavy, tick, short, none
Used by
Complex Type bar-style-color
Source
<xs:simpleType name="bar-style">
  <xs:annotation>
    <xs:documentation>The bar-style type represents barline style information. Choices are regular, dotted, dashed, heavy, light-light, light-heavy, heavy-light, heavy-heavy, tick (a short stroke through the top line), short (a partial barline between the 2nd and 4th lines), and none.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="regular"/>
    <xs:enumeration value="dotted"/>
    <xs:enumeration value="dashed"/>
    <xs:enumeration value="heavy"/>
    <xs:enumeration value="light-light"/>
    <xs:enumeration value="light-heavy"/>
    <xs:enumeration value="heavy-light"/>
    <xs:enumeration value="heavy-heavy"/>
    <xs:enumeration value="tick"/>
    <xs:enumeration value="short"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd