Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type trill-step
Namespace No namespace
Annotations
The trill-step type describes the alternating note of trills and mordents for playback, relative to the current note.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration whole, half, unison
Used by
Source
<xs:simpleType name="trill-step">
  <xs:annotation>
    <xs:documentation>The trill-step type describes the alternating note 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="unison"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd