<!-- ...................................................................... -->
<!-- XHTML Hypertext Module 2.0 ........................................... -->
<!-- file: xhtml-hypertext-2.mod

     This is XHTML, a reformulation of HTML as a modular XML application.
     Copyright 2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
     Revision: $Id: xhtml-hypertext-2.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//ELEMENTS XHTML Hypertext 2.0//EN"
       SYSTEM "http://www.w3.org/People/mimasa/test/schemas/DTD/dev/xhtml-hypertext-2.mod"

     Revisions:
     (none)
     ....................................................................... -->
<!-- Hypertext (simple XLink)

        a

     This module declares the anchor ('a') element type, which
     defines the source of a hypertext link, using simple XLink.
-->

<!-- ............  Anchor Element  ............ -->

<!ENTITY % a.element  "INCLUDE" >
<![%a.element;[
<!ENTITY % a.content
     "( #PCDATA | %InlNoAnchor.mix; )*"
>
<!ENTITY % a.qname  "a" >
<!ELEMENT %a.qname;  %a.content; >
<!-- end of a.element -->]]>

<!ENTITY % a.attlist  "INCLUDE" >
<![%a.attlist;[
<!-- value of %XLINK.pfx;role is just a placeholder -->
<!ENTITY % a.xlink.attrib
      "%XLINK.pfx;role    %URI.datatype;     #FIXED 'http://www.w3.org/People/mimasa/test/schemas/DTD/dev/xhtml2-xlink#a'"
>
<!ATTLIST %a.qname;
      %Common.attrib;
      %xlink.simple.attrib;
      %a.xlink.attrib;
      charset      %Charset.datatype;       #IMPLIED
      type         %ContentType.datatype;   #IMPLIED
      hreflang     %LanguageCode.datatype;  #IMPLIED
      rel          %LinkTypes.datatype;     #IMPLIED
      rev          %LinkTypes.datatype;     #IMPLIED
      accesskey    %Character.datatype;     #IMPLIED
      tabindex     %Number.datatype;        #IMPLIED
>
<!-- end of a.attlist -->]]>

<!-- end of xhtml-hypertext-2.mod -->
