mei:mei_att.harpPedal.log.attribute.c

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="mei_att.harpPedal.log.attribute.c">
  <xs:attribute name="c" default="n">
    <xs:annotation>
      <xs:documentation>Indicates the pedal setting for the harp's C 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>