<media>
<media> indicates the location of any form of external media such as an audio or video clip etc. [3.10. Graphics and Other Non-textual Components] | |||||||||
Module | core | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | core: abbr add addrLine author biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unit gaiji: glyph msdescription: accMat acquisition additions catchwords collation colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit layout material musicNotation objectType origDate origPlace origin provenance rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName objectName offset orgName persName persPronouns placeName region roleName settlement surname textstructure: dateline docAuthor docDate docEdition docImprint | ||||||||
May contain | core: desc | ||||||||
Note | The attributes available for this element are not appropriate in all cases. For example, it makes no sense to specify the temporal duration of a graphic. Such errors are not currently detected. The mimeType attribute must be used to specify the MIME media type of the resource specified by the url attribute. | ||||||||
Example | <figure> <media mimeType="image/png" url="fig1.png"/> <head>Figure One: The View from the Bridge</head> <figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a series of buoys strung out between them.</figDesc> </figure> | ||||||||
Example | <media mimeType="audio/wav" url="dingDong.wav" dur="PT10S"> <desc>Ten seconds of bellringing sound</desc> </media> | ||||||||
Example | <media mimeType="video/mp4" url="clip45.mp4" dur="PT45M" width="500px"> <desc>A 45 minute video clip to be displayed in a window 500 px wide</desc> </media> | ||||||||
Content model | <content> | ||||||||
Schema Declaration | element media { tei_att.typed.attributes, tei_att.global.attributes, tei_att.media.attribute.width, tei_att.media.attribute.height, tei_att.media.attribute.scale, tei_att.resourced.attributes, tei_att.declaring.attributes, tei_att.timed.attributes, attribute mimeType { list { teidata.word+ } }, tei_model.descLike* } |