<!-- ...................................................................... -->
<!-- XHTML Inline Presentation Module 2.0 ................................. -->
<!-- file: xhtml-inlpres-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-inlpres-2.mod,v 1.1 2001/06/30 21:21:38 mimasa Exp $ SMI

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

       PUBLIC "-//mimasa//ELEMENTS XHTML Inline Presentation 2.0//EN"
       SYSTEM "http://www.w3.org/People/mimasa/test/schemas/DTD/dev/xhtml-inlpres-2.mod"

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

<!-- Inline Presentational Elements

        sub, sup

     This module declares the elements and their attributes used to
     support inline-level presentational markup.
-->

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

<!ENTITY % sub.attlist  "INCLUDE" >
<![%sub.attlist;[
<!ATTLIST %sub.qname;
      %Common.attrib;
>
<!-- end of sub.attlist -->]]>

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

<!ENTITY % sup.attlist  "INCLUDE" >
<![%sup.attlist;[
<!ATTLIST %sup.qname;
      %Common.attrib;
>
<!-- end of sup.attlist -->]]>

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