Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element tuplet-portion/tuplet-number
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml147.tmp#id736
Type tuplet-number
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:element name="tuplet-number" type="tuplet-number" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element tuplet-portion/tuplet-type
Namespace No namespace
Diagram
Diagram musicxml84.tmp#id78 musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml226.tmp#id738
Type tuplet-type
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:element name="tuplet-type" type="tuplet-type" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element tuplet-portion/tuplet-dot
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml144.tmp#id740
Type tuplet-dot
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:element name="tuplet-dot" type="tuplet-dot" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type tuplet-portion
Namespace No namespace
Annotations
The tuplet-portion type provides optional full control over tuplet specifications. It allows the number and note type (including dots) to be set for the actual and normal portions of a single tuplet. If any of these elements are absent, their values are based on the time-modification element.
Diagram
Diagram musicxml162.tmp#id735 musicxml162.tmp#id737 musicxml162.tmp#id739
Used by
Model tuplet-number{0,1} , tuplet-type{0,1} , tuplet-dot*
Children tuplet-dot, tuplet-number, tuplet-type
Source
<xs:complexType name="tuplet-portion">
  <xs:annotation>
    <xs:documentation>The tuplet-portion type provides optional full control over tuplet specifications. It allows the number and note type (including dots) to be set for the actual and normal portions of a single tuplet. If any of these elements are absent, their values are based on the time-modification element.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="tuplet-number" type="tuplet-number" minOccurs="0"/>
    <xs:element name="tuplet-type" type="tuplet-type" minOccurs="0"/>
    <xs:element name="tuplet-dot" type="tuplet-dot" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd