You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: fan

Simple Type: fan

Description

The fan type represents the type of beam fanning present on a note, used to represent accelerandos and ritardandos.

Derived By

Restricting xs:token

Enumeration
Value  Description 
accel 

rit 

none 
Referenced By
  • Attribute fan
Definition
<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>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301