audiodata
audiodata — Pointer to external audio data
Synopsis
Content Model
audiodata ::=
EMPTY
Attributes
Name | Type | Default | ||||||||||||||||||||||||||||||
srccredit | CDATA | None | ||||||||||||||||||||||||||||||
entityref | ENTITY | None | ||||||||||||||||||||||||||||||
fileref | CDATA | None | ||||||||||||||||||||||||||||||
format |
| None |
Description
This empty element points to external audio data.
Processing expectations
There are two ways to provide content for AudioData
: EntityRef
or FileRef
. It is best to use only one of these methods. However, if multiple sources are provided, EntityRef
will be used in favor of FileRef
.
Parents
These elements contain audiodata: audioobject
.
Attributes
entityref
EntityRef
identifies the general entity which points to the content of the audio data.fileref
FileRef
specifies the name of the file which contains the content of the audio data.format
Format
identifies the format of the audio data. TheFormat
must be a defined notation.srccredit
SrcCredit
contains details about the source of the audio data.
Examples
For examples, see audioobject
.