Description
The horizontal-turn type represents turn elements that are horizontal rather than vertical. These are empty elements with print-style, placement, trill-sound, and slash attributes.
Derived By
Restricting xs:anyType
Attributes
Referenced By
Definition
<xs:complexType name="horizontal-turn">
<xs:annotation>
<xs:documentation>The horizontal-turn type represents turn elements that are horizontal rather than vertical. These are empty elements with print-style, placement, trill-sound, and slash attributes. If the slash attribute is yes, then a vertical line is used to slash the turn; it is no by default.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="print-style" />
<xs:attributeGroup ref="placement" />
<xs:attributeGroup ref="trill-sound" />
<xs:attribute name="slash" type="yes-no">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:complexType>