mediaobjectco

$Revision: 1.3 $

$Date: 2002/06/12 11:18:17 $

mediaobjectco — A media object that contains callouts

Synopsis

Content Model

mediaobjectco ::=
(objectinfo?,imageobjectco,
 (imageobjectco|textobject)*)

Attributes

Common attributes

Description

A MediaObjectCO is a wrapper around a set of alternative, annotated media objects.

Processing expectations

Formatted as a displayed block.

See also MediaObject.

Children

The following elements occur in mediaobjectco: imageobjectco, objectinfo, textobject.

See Also

areaspec, calloutlist, co, coref, graphicco, imageobjectco, programlistingco, screenco.

Examples

<!DOCTYPE mediaobjectco PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<mediaobjectco>
<imageobjectco>
<areaspec units="calspair">
  <areaset id="oneway" coords="">
    <area id="oneway1" coords="300 400"/>
    <area id="oneway2" coords="325 340"/>
  </areaset>
  <area id="myhouse" coords="425 590"/>
</areaspec>
<imageobject>
<imagedata fileref="http://somemap.site.com/EARTH?USA?MA?01007"/>
</imageobject>
</imageobjectco>
</mediaobjectco>