%might-link-atts;

Xlink Linking Attributes for Optional Linking

Definition

Used for elements which may link to an external source or to an object within the document, but which do not necessarily act as a link at all. The attribute xlink:href identifies the object to which the link points.

Declaration

<!ENTITY % might-link-atts "xmlns:xlink CDATA #FIXED
      'http://www.w3.org/1999/xlink' xlink:type (simple) #FIXED 'simple' xlink:href
      CDATA #IMPLIED xlink:role CDATA #IMPLIED xlink:title CDATA #IMPLIED xlink:show
      (embed | new | none | other | replace) #IMPLIED xlink:actuate (none | onLoad |
      onRequest | other) #IMPLIED" >

Module

common.ent