Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type note-type
Namespace No namespace
Annotations
The note-type type indicates the graphic note type, Valid values (from shortest to longest) are 256th, 128th, 64th, 32nd, 16th, eighth, quarter, half, whole, breve, and 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.
Diagram
Diagram musicxml84.tmp#id78 musicxml85.tmp#id819
Type extension of note-type-value
Type hierarchy
Used by
Element note/type
Attributes
QName Type Fixed Default Use Annotation
size symbol-size optional
Source
<xs:complexType name="note-type">
  <xs:annotation>
    <xs:documentation>The note-type type indicates the graphic note type, Valid values (from shortest to longest) are 256th, 128th, 64th, 32nd, 16th, eighth, quarter, half, whole, breve, and 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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute note-type/@size
Namespace No namespace
Type symbol-size
Properties
content: simple
Facets
enumeration full, cue, large
Used by
Complex Type note-type
Source
<xs:attribute name="size" type="symbol-size"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd