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