Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element time-modification/actual-notes
Namespace No namespace
Annotations
The actual-notes element describes how many notes are played in the time usually occupied by the number in the normal-notes element.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
Source
<xs:element name="actual-notes" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The actual-notes element describes how many notes are played in the time usually occupied by the number in the normal-notes element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element time-modification/normal-notes
Namespace No namespace
Annotations
The normal-notes element describes how many notes are usually played in the time occupied by the number in the actual-notes element.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
Source
<xs:element name="normal-notes" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The normal-notes element describes how many notes are usually played in the time occupied by the number in the actual-notes element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element time-modification/normal-type
Namespace No namespace
Annotations
If the type associated with the number in the normal-notes element is different than the current note type (e.g., a quarter note within an eighth note triplet), then the normal-notes type (e.g. eighth) is specified in the normal-type and normal-dot elements.
Diagram
Diagram musicxml84.tmp#id78
Type note-type-value
Properties
content: simple
Facets
enumeration 256th, 128th, 64th, 32nd, 16th, eighth, quarter, half, whole, breve, long
Source
<xs:element name="normal-type" type="note-type-value">
  <xs:annotation>
    <xs:documentation>If the type associated with the number in the normal-notes element is different than the current note type (e.g., a quarter note within an eighth note triplet), then the normal-notes type (e.g. eighth) is specified in the normal-type and normal-dot elements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element time-modification/normal-dot
Namespace No namespace
Annotations
The normal-dot element is used to specify dotted normal tuplet types.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="normal-dot" type="empty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The normal-dot element is used to specify dotted normal tuplet types.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type time-modification
Namespace No namespace
Annotations
The time-modification type represents tuplets and other durational changes.
Diagram
Diagram musicxml127.tmp#id450 musicxml127.tmp#id451 musicxml127.tmp#id452 musicxml127.tmp#id453
Used by
Model actual-notes , normal-notes , normal-type , normal-dot*
Children actual-notes, normal-dot, normal-notes, normal-type
Source
<xs:complexType name="time-modification">
  <xs:annotation>
    <xs:documentation>The time-modification type represents tuplets and other durational changes.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="actual-notes" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation>The actual-notes element describes how many notes are played in the time usually occupied by the number in the normal-notes element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="normal-notes" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation>The normal-notes element describes how many notes are usually played in the time occupied by the number in the actual-notes element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:sequence minOccurs="0">
      <xs:element name="normal-type" type="note-type-value">
        <xs:annotation>
          <xs:documentation>If the type associated with the number in the normal-notes element is different than the current note type (e.g., a quarter note within an eighth note triplet), then the normal-notes type (e.g. eighth) is specified in the normal-type and normal-dot elements.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="normal-dot" type="empty" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The normal-dot element is used to specify dotted normal tuplet types.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd