The right-left-middle type is used to specify barline location. |
Attribute | barline/@location |
<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> |