A container element that contains an image and the coordinate information for hot spots on that image as a client-side imagemap
This DTD has a series of elements used to create hot spots on a graphic using the technique of a client-side imagemap (that is, one held within the HTML page, not on an external server). The <map-group> element holds an image (<graphic>) and the coordinate information used to make the hot spots (<map>) for that image. Each map contains one or more <area>s, each of which defines the shape and coordinates for one hot spot. <area> elements are empty; the attributes for each <area> provide a hot spot shape, coordinates, and the action link.
<!ELEMENT map-group (graphic, map) >
<abstract> Abstract; <ack> Acknowledgments; <app> Appendix; <app-group> Appendix Matter; <body> Body of the Book; <boxed-text> Boxed Text; <disp-quote> Quote, Displayed; <gloss-group> Glossary Group; <glossary> Glossary Elements List; <named-content> Named Special (Subject) Content; <notes> Notes; <p> Paragraph; <ref-list> Reference List (Bibliographic Reference List); <sec> Section; <trans-abstract> Translated Abstract
...
<sec>
...
<p>...</p>
<map-group id="ch17chr04">
<graphic xlink:href="gf04chr"/>
<map map-name="04chrMap">
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.162"
map-coords="64,10,162,37"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.207"
map-coords="254,8,358,36"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.212"
map-coords="249,190,360,220"/>
<area map-shape="rect" xlink:href="/
books/bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.256"
map-coords="252,42,341,70"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.265"
map-coords="67,178,132,205"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.252"
map-coords="65,306,146,357"/>
</map>
</map-group>
...</sec>
...
bookimagemap.ent