Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type fan
Namespace No namespace
Annotations
The fan type represents the type of beam fanning present on a note, used to represent accelerandos and ritardandos.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration accel, rit, none
Used by
Attribute beam/@fan
Source
<xs:simpleType name="fan">
  <xs:annotation>
    <xs:documentation>The fan type represents the type of beam fanning present on a note, used to represent accelerandos and ritardandos.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="accel"/>
    <xs:enumeration value="rit"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd