Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tremolo-marks
Namespace No namespace
Annotations
The number of tremolo marks is represented by a number from 0 to 6: the same as beam-level with 0 added.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 6
minInclusive 0
Used by
Complex Type tremolo
Source
<xs:simpleType name="tremolo-marks">
  <xs:annotation>
    <xs:documentation>The number of tremolo marks is represented by a number from 0 to 6: the same as beam-level with 0 added.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="6"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd