Description
The winged attribute indicates whether the repeat has winged extensions that appear above and below the barline. The straight and curved values represent single wings, while the double-straight and double-curved values represent double wings. The none value indicates no wings and is the default.
Derived By
Restricting xs:token
Enumeration
Value |
Description |
none |
|
straight |
|
curved |
|
double-straight |
|
double-curved |
|
Referenced By
Definition
<xs:simpleType name="winged">
<xs:annotation>
<xs:documentation>The winged attribute indicates whether the repeat has winged extensions that appear above and below the barline. The straight and curved values represent single wings, while the double-straight and double-curved values represent double wings. The none value indicates no wings and is the default.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="none" />
<xs:enumeration value="straight" />
<xs:enumeration value="curved" />
<xs:enumeration value="double-straight" />
<xs:enumeration value="double-curved" />
</xs:restriction>
</xs:simpleType>