Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type show-tuplet
Namespace No namespace
Annotations
The show-tuplet type indicates whether to show a part of a tuplet relating to the tuplet-actual element, both  the tuplet-actual and tuplet-normal elements, or neither.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration actual, both, none
Used by
Source
<xs:simpleType name="show-tuplet">
  <xs:annotation>
    <xs:documentation>The show-tuplet type indicates whether to show a part of a tuplet relating to the tuplet-actual element, both the tuplet-actual and tuplet-normal elements, or neither.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="actual"/>
    <xs:enumeration value="both"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd