mode

specifies the mode of this channel with respect to speech and
writing.

Attribute Information

Used By

Element tei:channel

Source

<xs:attribute name="mode" default="x">
  <xs:annotation>
    <xs:documentation>specifies the mode of this channel with respect to speech and writing.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="s">
        <xs:annotation>
          <xs:documentation>(spoken)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="w">
        <xs:annotation>
          <xs:documentation>(written)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sw">
        <xs:annotation>
          <xs:documentation>(spoken to be written) e.g. dictation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ws">
        <xs:annotation>
          <xs:documentation>(written to be spoken) e.g. a script</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="m">
        <xs:annotation>
          <xs:documentation>(mixed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="x">
        <xs:annotation>
          <xs:documentation>(unknown or inapplicable)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample