Whole document tree
    

Whole document tree

GraphicCO

GraphicCO

Name

GraphicCO -- Graphic that contains a specification of areas within it that have associated callouts

Content Model

  (AreaSpec, Graphic, CalloutList*)

Attributes

This element has common and Role attributes.

Tag Minimization

Both the start- and end-tags are required for this element.

Description

GraphicCO contains a Graphic and a specification of areas within it that have associated callout descriptions, and may also contain the descriptions themselves. GraphicCO has common attributes.

Children

GraphicCO contains these elements: AreaSpec, CalloutList, Graphic.

In some contexts, additional elements may be allowed by inclusions in parent elements. Similarly, in some contexts, some of these elements may be invalid due to exclusions in parent elements.

Examples

<GRAPHICCO>
<AREASPEC UNITS="CALSPAIR">
<AREA ID="co123" LABEL="1" COORDS="100,100 550,935">
<AREA ID="co124" LABEL="2" COORDS="1500,1500 2175,3184">
</AREASPEC>
<GRAPHIC FILEREF="gr061ch05t2.gif" FORMAT="GIF"></GRAPHIC>
<CALLOUTLIST>
<TITLE>Comments on the Picture Above</TITLE>
<CALLOUT AREAREFS="co123">
<PARA>A bit too far down and left</PARA>
</CALLOUT>
<CALLOUT AREAREFS="co124">
<PARA>This is the most interesting part of the diagram.
</PARA>
</CALLOUT>
</CALLOUTLIST>
</GRAPHICCO>