notations

Notations refer to musical notations, not XML notations. Multiple notations are allowed in order to represent multiple editorial levels. The set of notations may be refined and expanded over time, especially to handle more instrument-specific technical notations.

Complex Type Information

Model

Used By

Element note/notations

Source

<xs:complexType name="notations">
  <xs:annotation>
    <xs:documentation>Notations refer to musical notations, not XML notations. Multiple notations are allowed in order to represent multiple editorial levels. The set of notations may be refined and expanded over time, especially to handle more instrument-specific technical notations.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="editorial"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="tied" type="tied"/>
      <xs:element name="slur" type="slur"/>
      <xs:element name="tuplet" type="tuplet"/>
      <xs:element name="glissando" type="glissando"/>
      <xs:element name="slide" type="slide"/>
      <xs:element name="ornaments" type="ornaments"/>
      <xs:element name="technical" type="technical"/>
      <xs:element name="articulations" type="articulations"/>
      <xs:element name="dynamics" type="dynamics"/>
      <xs:element name="fermata" type="fermata"/>
      <xs:element name="arpeggiate" type="arpeggiate"/>
      <xs:element name="non-arpeggiate" type="non-arpeggiate"/>
      <xs:element name="accidental-mark" type="accidental-mark"/>
      <xs:element name="other-notation" type="other-notation"/>
    </xs:choice>
  </xs:sequence>
</xs:complexType>