mei:mei_att.harpPedal.log.attribute.f

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
f restriction of xs:token n optional
Indicates the pedal setting for the harp's F strings.

Used By

Source

<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>