<!-- ....................................................................... -->
<!-- XHTML XLink Module .................................................... -->
<!-- file: xhtml-xlink-1.mod

     Copyright 2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
     Revision: $Id: xhtml-xlink-1.mod,v 1.2 2001/07/16 13:08:18 mimasa Exp $

     This DTD module is identified by the PUBLIC and SYSTEM identifiers:

       PUBLIC "-//mimasa//ENTITIES XHTML XLink 1.0//EN"
       SYSTEM "http://www.w3.org/People/mimasa/test/schemas/DTD/dev/xhtml-xlink-1.mod"

     Revisions:
     (none)
     ....................................................................... -->

<!-- XHTML XLink Module

     This module declares the xmlns attribute for XLink and its prefix.
     As XLink attributes are global attributes, those attributes must
     always be prefixed.
-->

<!-- default prefix is "xlink", may be altered in DTD driver or
     internal subset
-->
<!ENTITY % XLINK.prefix "xlink">
<!ENTITY % XLINK.xmlns "http://www.w3.org/1999/xlink">

<!ENTITY % XLINK.pfx "%XLINK.prefix;:">
<!ENTITY % XLINK.xmlns.attrib "xmlns:%XLINK.prefix; CDATA #FIXED '%XLINK.xmlns;'">

<!-- common simple XLink attributes -->
<!ENTITY % xlink.simple.attrib
     "%XLINK.pfx;type    ( simple | none )  'simple'
      %XLINK.pfx;href    %URI.datatype;     #IMPLIED
      %XLINK.pfx;arcrole %URI.datatype;     #IMPLIED
      %XLINK.pfx;title   %Text.datatype;    #IMPLIED
      %XLINK.pfx;show    ( new | replace )  'replace'
      %XLINK.pfx;actuate ( onRequest )      #FIXED 'onRequest'"
>

<!-- end of xhtml-xlink-1.mod -->
