mei:mei_att.regularmethod.attribute.method

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
method restriction of xs:token optional
Indicates the method employed to mark corrections and
normalizations.

Used By

Source

<xs:attributeGroup name="mei_att.regularmethod.attribute.method">
  <xs:attribute name="method">
    <xs:annotation>
      <xs:documentation>Indicates the method employed to mark corrections and normalizations.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="silent">
          <xs:annotation>
            <xs:documentation>Corrections and normalizations made silently.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="tags">
          <xs:annotation>
            <xs:documentation>Corrections and normalizations indicated using elements.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>