XML FOR DOMINO
Represents a hotspot area on an image that a user can click to link to another database resource or a URL.
Containment Hierarchy
Contained by: <imagemap>
Contains: <code>, %rectpoints;, %polypoints;, %area.link;
Syntax
<!ELEMENT area ( (%rectpoints; | %polypoints;)?, (%area.link;)?, code? )> )>
Content
(%rectpoints; | %polypoints;)?, %area.link;?, code?
<!ATTLIST area
alttext
The %area.link; entity defines the rich text links that can be included in an area.
Syntax:
<!ENTITY % area.link " %richtext.links; ">
The %area.type; entity defines the optional shapes to use to define the hotspot area.
<!ENTITY % area.type "circle | default | rectangle | polygon ">
default
<!ENTITY % polypoints " ( point, point, point+ )">
point element
The %rectpoints; entity defines the point coordinates that make up a rectangle.
<!ENTITY % rectpoints " ( point, point )">
Example See Also