audioobject
audioobject — A wrapper for audio data and its associated meta-information.
Synopsis
audioobject ::=
Attributes
Common attributes and common linking attributes.
No additional attributes.
Additional Constraints
- If this element is the root element, it must have a version attribute.
Description
An audioobject is a wrapper for
audiodata.
Processing expectations
Its content is rendered aurally or not at all. It might not be
rendered, depending on its placement within a
mediaobject or inlinemediaobject
and the constraints on the publishing system. For a more detailed
description of the semantics involved, see mediaobject.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
2 elements contain audioobject. × ⏵
Children
2 elements occur in audioobject. × ⏵
See Also
Related elements: caption, imageobject, inlinemediaobject, mediaobject, textobject, videoobject.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>|<title>Example audioobject</title>||<mediaobject>5 |<audioobject>|<audiodata fileref="phaser.wav"/>|</audioobject>|<textobject>|<phrase>A <trademark>Star Trek</trademark> phaser sound effect</phrase>10 |</textobject>|</mediaobject>||</article>