1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<!ENTITY % sect3.module "IGNORE">
<!ENTITY % sect4.module "IGNORE">
<!ENTITY % sect5.module "IGNORE">
<!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
%DocBookDTD;
<!ENTITY % local.sect3.attrib "">
<!ENTITY % sect3.role.attrib "%role.attrib;">
<!ELEMENT Sect3 - O (Sect3Info?, (%sect.title.content;), (%nav.class;)*,
(((%divcomponent.mix;)+,
((%refentry.class;)* | SimpleSect*))
| (%refentry.class;)+ | SimpleSect+), (%nav.class;)*)>
<!ATTLIST Sect3
--
Renderas: Indicates the format in which the heading should
appear
--
Renderas (Sect1
|Sect2
|Sect4
|Sect5) #IMPLIED
%label.attrib;
%status.attrib;
%common.attrib;
%sect3.role.attrib;
%local.sect3.attrib;
>
|