<xs:attributeGroup name="mei_att.fermata.vis.attribute.shape">
<xs:attribute name="shape">
<xs:annotation>
<xs:documentation>Describes the visual appearance of the fermata; that is, whether it has a curved, square, or angular shape.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="curved">
<xs:annotation>
<xs:documentation>A curve above or below the dot.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="square">
<xs:annotation>
<xs:documentation>A bracket above or below the dot.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="angular">
<xs:annotation>
<xs:documentation>A triangle above or below the dot.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup> |