Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type two-note-turn
Namespace No namespace
Annotations
The two-note-turn type describes the ending notes of trills and mordents for playback, relative to the current note.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration whole, half, none
Used by
Source
<xs:simpleType name="two-note-turn">
  <xs:annotation>
    <xs:documentation>The two-note-turn type describes the ending notes of trills and mordents for playback, relative to the current note.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="whole"/>
    <xs:enumeration value="half"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd