Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type note-type-value
Namespace No namespace
Annotations
The note-type type is used for the MusicXML type element and represents the graphic note type, from 256th (shortest) to long (longest).
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 256th, 128th, 64th, 32nd, 16th, eighth, quarter, half, whole, breve, long
Used by
Source
<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 256th (shortest) to long (longest).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <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:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd