Text Encoding Initiative

The XML Version of the TEI Guidelines

<broadcast>


<broadcast> (broadcast) describes a broadcast used as the source of a spoken text.
Attributes Global attributes and those inherited from declarable
Example
<broadcast>
  <bibl>
	<author>Radio Trent</author>   <title>Gone Tomorrow</title>
	<respStmt><resp>Presenter</resp><name>Tim Maby</name></respStmt>
	<respStmt><resp>Producer</resp><name>Mary Kerr</name></respStmt>
	<date value="1989-06-12T12:30">12 June 89, 1230 pm</date>
  </bibl>
</broadcast>
Module Declared in file teihdr2; Core tag sets: enabled when any TEI base is enabled
Class declarable
May contain bibl biblFull biblStruct p recording
May occur within recording
Declaration
<!ELEMENT broadcast %om.RR; (p+ | bibl | biblStruct | biblFull | recording)>  
<!ATTLIST broadcast  
      %a.global;
      %a.declarable;>
See further 5.2.9 Computer Files Composed of Transcribed Speech; 23.3.2 Declarable Elements

Up: 35 Elements