<!-- ...................................................................... -->
<!-- XHTML Block Structural Module 2.0 .................................... -->
<!-- file: xhtml-blkstruct-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-blkstruct-2.mod,v 1.2 2001/06/30 23:21:15 mimasa Exp $ SMI

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

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

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

<!-- Block Structural

        div, p, l

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

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

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

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

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

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

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

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