<channel>

<channel> (canale primaio) descrive il mezzo o canale attraverso cui un testo è trasmesso o vissuto. Per un testo scritto potrebbe essere stampa, manoscritto, email, ecc.; per un testo parlato potrebbe essere radio, telefono, faccia a faccia, ecc. [15.2.1 The Text Description]
Modulo corpus — Language Corpora
Attributi att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
mode⚓︎ specifica il modo del canale rispetto a parlato e scritto.
Stato Opzionale
Tipo di dati teidata.enumerated
I valori legali sono:
s
(parlato)
w
(scritto)
sw
(parlato per essere scritto) parlato per essere scritto (ad esempio dettato)Questa traduzione deve essere aggiornata.
ws
(scritto per essere parlato) scritto per essere parlato (ad esempio una sceneggiatura)Questa traduzione deve essere aggiornata.
m
(misto)
x
(sconosciuto o non rilevante) [Valore di default]
Membro del
Contenuto in
corpus: textDesc
Può contenere
Esempio
<channel mode="s">face-to-face conversation</channel>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Dichiarazione
<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
}