Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type over-under
Namespace No namespace
Annotations
The over-under type is used to indicate whether the tips of curved lines such as slurs and ties are overhand (tips down) or underhand (tips up).
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration over, under
Used by
Source
<xs:simpleType name="over-under">
  <xs:annotation>
    <xs:documentation>The over-under type is used to indicate whether the tips of curved lines such as slurs and ties are overhand (tips down) or underhand (tips up).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="over"/>
    <xs:enumeration value="under"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd