mode

specifies the effect of this declaration on its parent
module.

Attribute Information

Used By

Element tei:classes

Source

<xs:attribute name="mode" default="replace">
  <xs:annotation>
    <xs:documentation>specifies the effect of this declaration on its parent module.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="change">
        <xs:annotation>
          <xs:documentation>this declaration changes the declaration of the same name in the current definition</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="replace">
        <xs:annotation>
          <xs:documentation>this declaration replaces the declaration of the same name in the current definition</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample