<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
         xmlns:x="http://www.w3.org/1999/xhtml">

<x:h1>Server-Side Image Map Module</x:h1>

<x:p>This module depends on the Object Module.</x:p>

<define name="object.attlist" combine="interleave">
  <optional>
    <attribute name="ismap">
      <value>ismap</value>
    </attribute>
  </optional>
</define>

</grammar>