right-left-middle

The right-left-middle type is used to specify barline location.

Simple Type Information

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>