note-type

The note-type type indicates the graphic note type. Values range from 256th to long. The size attribute indicates full, cue, or large size, with full the default for regular notes and cue the default for cue and grace notes.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
size symbol-size optional

Used By

Element note/type

Source

<xs:complexType name="note-type">
  <xs:annotation>
    <xs:documentation>The note-type type indicates the graphic note type. Values range from 256th to long. The size attribute indicates full, cue, or large size, with full the default for regular notes and cue the default for cue and grace notes.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="note-type-value">
      <xs:attribute name="size" type="symbol-size"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>