<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> |