<xs:attribute name="form">
<xs:annotation>
<xs:documentation>Captures whether a beam is "feathered" and in which direction.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="acc">
<xs:annotation>
<xs:documentation>(accelerando) indicates that the secondary beams get progressively closer together toward the end of the beam.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="mixed">
<xs:annotation>
<xs:documentation>(mixed acc and rit) for beams that are "feathered" in both directions.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="rit">
<xs:annotation>
<xs:documentation>(ritardando) means that the secondary beams become progressively more distant toward the end of the beam.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="norm">
<xs:annotation>
<xs:documentation>(normal) indicates that the secondary beams are equidistant along the course of the beam.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |