<xs:attributeGroup name="mei_att.harpPedal.log.attribute.f">
<xs:attribute name="f" default="n">
<xs:annotation>
<xs:documentation>Indicates the pedal setting for the harp's F strings.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="f">
<xs:annotation>
<xs:documentation>Flat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="n">
<xs:annotation>
<xs:documentation>Natural.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="s">
<xs:annotation>
<xs:documentation>Sharp.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup> |