e

Indicates the pedal setting for the harp's E strings.

Attribute Information

Used By

Source

<xs:attribute name="e" default="n">
  <xs:annotation>
    <xs:documentation>Indicates the pedal setting for the harp's E 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>

Sample