Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type right-left-middle
Namespace No namespace
Annotations
The right-left-middle type is used to specify barline location.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration right, left, middle
Used by
Attribute barline/@location
Source
<xs:simpleType name="right-left-middle">
  <xs:annotation>
    <xs:documentation>The right-left-middle type is used to specify barline location.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="right"/>
    <xs:enumeration value="left"/>
    <xs:enumeration value="middle"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd