Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type note-size
Namespace No namespace
Annotations
The note-size type indicates the percentage of the regular note size to use for notes with a cue and large size as defined in the type element. The grace type is used for notes of cue size that that include a grace element. The cue type is used for all other notes with  cue size, whether defined explicitly or implicitly via a  cue element. The large type is used for notes of large size. The text content represent the numeric percentage. A value of 100 would be identical to the size of a regular note as defined by the music font.
Diagram
Diagram musicxml54.tmp#id21 musicxml55.tmp#id620
Type extension of non-negative-decimal
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
type note-size-type required
Source
<xs:complexType name="note-size">
  <xs:annotation>
    <xs:documentation>The note-size type indicates the percentage of the regular note size to use for notes with a cue and large size as defined in the type element. The grace type is used for notes of cue size that that include a grace element. The cue type is used for all other notes with cue size, whether defined explicitly or implicitly via a cue element. The large type is used for notes of large size. The text content represent the numeric percentage. A value of 100 would be identical to the size of a regular note as defined by the music font.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="non-negative-decimal">
      <xs:attribute name="type" type="note-size-type" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute note-size/@type
Namespace No namespace
Type note-size-type
Properties
use: required
Facets
enumeration cue, grace, large
Used by
Complex Type note-size
Source
<xs:attribute name="type" type="note-size-type" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd