summaryrefslogtreecommitdiff
path: root/docs/manual/style/faq.dtd
blob: 6d11d5c733673e2dc0e5a7bcab435b83df087fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='UTF-8' ?>

<!ENTITY % common SYSTEM "common.dtd">
%common;

<!-- <faq> is the root element -->
<!ELEMENT faq (parentdocument?, title, description?, summary?,
seealso*, (section | categories))>

<!ATTLIST faq metafile   CDATA        #REQUIRED
              all-in-one (yes | no ) "no"
>

<!ELEMENT categories (categoryfile*)>

<!ELEMENT categoryfile (#PCDATA)>

<!ELEMENT description %Inline;>