| <channel> (primary channel) describes the medium or channel by which a text is delivered or experienced. For a written text, this might be print, manuscript, email, etc.; for a spoken one, radio, telephone, face-to-face, etc. [16.2.1. The Text Description] |
| Module | corpus — Specification |
| Attributes | | mode | specifies the mode of this channel with respect to speech and writing.| Status | Optional | | Datatype | teidata.enumerated | | Legal values are: | - s
- (spoken)
- w
- (written)
- sw
- (spoken to be written) e.g. dictation
- ws
- (written to be spoken) e.g. a script
- m
- (mixed)
- x
- (unknown or inapplicable) [Default]
|
|
|
| Member of | |
| Contained by | |
| May contain | |
| Example | <channel mode="s">face-to-face conversation</channel>
|
| Content model |
<content>
<macroRef key="macro.phraseSeq.limited"/>
</content>
⚓ |
| Schema Declaration |
element channel
{
att.global.attributes,
attribute mode { "s" | "w" | "sw" | "ws" | "m" | "x" }?,
macro.phraseSeq.limited
}⚓
|