<xs:attribute name="method" default="silent">
<xs:annotation>
<xs:documentation>indicates the method adopted to indicate corrections within the text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="silent">
<xs:annotation>
<xs:documentation>corrections have been made silently</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="markup">
<xs:annotation>
<xs:documentation>corrections have been represented using markup</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |