Description
The note-type type is used for the MusicXML type element and represents the graphic note type, from 1024th (shortest) to maxima (longest).
Derived By
Restricting xs:string
Enumeration
Value |
Description |
1024th |
|
512th |
|
256th |
|
128th |
|
64th |
|
32nd |
|
16th |
|
eighth |
|
quarter |
|
half |
|
whole |
|
breve |
|
long |
|
maxima |
|
Referenced By
Definition
<xs:simpleType name="note-type-value">
<xs:annotation>
<xs:documentation>The note-type type is used for the MusicXML type element and represents the graphic note type, from 1024th (shortest) to maxima (longest).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1024th" />
<xs:enumeration value="512th" />
<xs:enumeration value="256th" />
<xs:enumeration value="128th" />
<xs:enumeration value="64th" />
<xs:enumeration value="32nd" />
<xs:enumeration value="16th" />
<xs:enumeration value="eighth" />
<xs:enumeration value="quarter" />
<xs:enumeration value="half" />
<xs:enumeration value="whole" />
<xs:enumeration value="breve" />
<xs:enumeration value="long" />
<xs:enumeration value="maxima" />
</xs:restriction>
</xs:simpleType>