<channel>

<channel> (canal principal) describe el medio o el canal en el que un texto se produce; en el caso de ser un texto escrito podría ser a través de un texto impreso, manuscrito, electrónico, etc.; en el caso de un texto hablado, podría ser a través de la radio, el teléfono, cara a cara, etc. [15.2.1 The Text Description]
Módulo corpus — Language Corpora
Atributos
mode⚓︎ especifica el modo del canal respecto al texto hablado y escrito.
Estado Opcional
Tipo de datos teidata.enumerated
Los valores admitidos son:
s
(hablado)
w
(escrito)
sw
(hablado para ser escrito (p.ej. dictado)) p.ej. dictado
ws
(escrito para ser hablado (p.ej. guión)) p.ej. un guión
m
(mixto)
x
(desconocido) [Por defecto]
Miembro de
Contenido en
corpus: textDesc
Puede contener
Ejemplo
<channel mode="s">face-to-face conversation</channel>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Declaración
<rng:element name="channel">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="modea:defaultValue="x">
   <rng:choice>
    <rng:value>s</rng:value>
    <rng:value>w</rng:value>
    <rng:value>sw</rng:value>
    <rng:value>ws</rng:value>
    <rng:value>m</rng:value>
    <rng:value>x</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element channel
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute mode { "s" | "w" | "sw" | "ws" | "m" | "x" }?,
   macro.phraseSeq.limited
}