mei:mei_att.accid.log.attribute.func

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
func restriction of xs:token optional
Records the function of an accidental.

Used By

Source

<xs:attributeGroup name="mei_att.accid.log.attribute.func">
  <xs:attribute name="func">
    <xs:annotation>
      <xs:documentation>Records the function of an accidental.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="caution">
          <xs:annotation>
            <xs:documentation>Cautionary accidental.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="edit">
          <xs:annotation>
            <xs:documentation>Editorial accidental.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>