AudioData ::= EMPTY
Name | Type | Default |
SrcCredit | CDATA | None |
Format | Enumeration: BMP | None |
EntityRef | ENTITY | None |
FileRef | CDATA | None |
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
This empty element points to external audio data.
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.
EntityRef identifies the general entity which points to the content of the audio data.
FileRef specifies the name of the file which contains the content of the audio data.
Format identifies the format of the audio data. The Format must be a defined notation.
SrcCredit contains details about the source of the audio data.
Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.