%might-link-atts;

XLink Linking Attributes for Optional Linking

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.

Content Model

<!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" >

Expanded Content Model

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

archivecustom-models3.ent