summaryrefslogtreecommitdiffstats
path: root/common/entities/entities.dtd
blob: e165c4dddb4c993bd89bed840411f8cfed923e7a (plain)
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
32
33
34
35
<!--

    This is the DTD file for the Fedora Documentation Project's internal
    entities files.

    If you modify this file in any way, except for declaring and
    referencing additional sets of general entities and declaring
    additional notations, label your DTD as a variant.

    Please use the following formal public identifier to identify this
    file:

    "-//Fedora//DTD Docs ENTITIES V1.0//EN"

-->

<!ELEMENT entities              (title,(entity|group)*)                >

<!ELEMENT title                 (#PCDATA)                              >

<!ELEMENT entity                (comment,text)                         >
<!ATTLIST entity        name    NMTOKEN         #REQUIRED              >
<!ATTLIST entity        kind    (term|system|fdpcommon)   "term"       >

<!ELEMENT comment               (#PCDATA)                              >
<!ELEMENT text                  (#PCDATA|use|ulink)*                   >

<!ELEMENT group                 (entity*)                              >
<!ATTLIST group         name    CDATA           #REQUIRED              >

<!ELEMENT use                   EMPTY                                  >
<!ATTLIST use           entity  NMTOKEN         #REQUIRED              >

<!ELEMENT ulink                 EMPTY                                  >
<!ATTLIST ulink         url     CDATA           #REQUIRED              >