source: tags/arb_5.3/HELP_SOURCE/arb_help.dtd

Last change on this file was 7022, checked in by westram, 14 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1<!-- ==================================================================== -->
2<!--                                                                      -->
3<!--   File      : arb_help.dtd                                           -->
4<!--   Purpose   :                                                        -->
5<!--                                                                      -->
6<!--                                                                      -->
7<!-- Coded by Ralf Westram (coder@reallysoft.de) in October 2001          -->
8<!-- Copyright Department of Microbiology (Technical University Munich)   -->
9<!--                                                                      -->
10<!-- Visit our web site at: http://www.arb-home.de/                       -->
11<!--                                                                      -->
12<!--                                                                      -->
13<!-- ==================================================================== -->
14
15<!ELEMENT PAGE (UP*,SUB*,TITLE,SECTION*) >
16<!ATTLIST PAGE name CDATA #REQUIRED > <!--name of page (equal to filename)-->
17<!ATTLIST PAGE edit_warning (release|devel) #REQUIRED > <!--name of page (equal to filename)-->
18
19<!ELEMENT UP EMPTY>
20<!ATTLIST UP dest CDATA #REQUIRED >
21<!ATTLIST UP type (hlp|ps|pdf|email|www) #REQUIRED>
22<!ATTLIST UP source_line CDATA #IMPLIED > <!--line no in source file-->
23<!ATTLIST UP missing (0|1) #IMPLIED > <!--set to 1 if destination is missing-->
24
25<!ELEMENT SUB EMPTY>
26<!ATTLIST SUB dest CDATA #REQUIRED >
27<!ATTLIST SUB type (hlp|ps|pdf|email|www) #REQUIRED>
28<!ATTLIST SUB source_line CDATA #IMPLIED > <!--line no in source file-->
29<!ATTLIST SUB missing (0|1) #IMPLIED > <!--set to 1 if destination is missing-->
30
31<!ELEMENT TITLE (#PCDATA) >
32
33<!ELEMENT SECTION ((T|P|ENUM|LIST)*) >
34<!ATTLIST SECTION name CDATA #REQUIRED >
35
36<!ELEMENT ENUM (ENTRY*) >
37<!ELEMENT LIST (ENTRY*) >
38
39<!ELEMENT ENTRY ((T|P|ENUM|LIST)*) >
40<!ATTLIST ENTRY indentation CDATA #IMPLIED >
41<!ATTLIST ENTRY enumerated CDATA #IMPLIED >
42
43<!ELEMENT P ((T|P|ENUM|LIST)*) >
44<!ATTLIST P indentation CDATA #IMPLIED >
45<!ATTLIST P enumerated CDATA #IMPLIED >
46
47<!ELEMENT T (#PCDATA|LINK)* >
48<!ATTLIST T reflow (0|1) #REQUIRED >
49
50<!ELEMENT LINK EMPTY>
51<!ATTLIST LINK dest CDATA #REQUIRED> <!--destination of link (may be other helpfile, email- or web-address)-->
52<!ATTLIST LINK type (hlp|ps|pdf|email|www) #REQUIRED>
53<!ATTLIST LINK source_line CDATA #IMPLIED > <!--line no in source file-->
54<!ATTLIST LINK missing (0|1) #IMPLIED > <!--set to 1 if destination is missing (used for internal links only)-->
55<!ATTLIST LINK quoted (0|1) #IMPLIED > <!--set to 0 to avoid quoting of title-->
Note: See TracBrowser for help on using the repository browser.