source: tags/ms_r18q1/HELP_SOURCE/arb_help.dtd

Last change on this file was 10842, checked in by westram, 11 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 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 > <!--affects the kind of edit-warning which is written into generated help-files-->
18<!ATTLIST PAGE source CDATA #REQUIRED > <!--source of helpfile (e.g. 'oldhelp/this.hlp' or 'genhelp/that.hlp' -->
19
20<!ELEMENT UP EMPTY>
21<!ATTLIST UP dest CDATA #REQUIRED >
22<!ATTLIST UP type (hlp|ps|pdf|email|www) #REQUIRED>
23<!ATTLIST UP source_line CDATA #IMPLIED > <!--line no in source file-->
24<!ATTLIST UP missing (0|1) #IMPLIED > <!--set to 1 if destination is missing-->
25
26<!ELEMENT SUB EMPTY>
27<!ATTLIST SUB dest CDATA #REQUIRED >
28<!ATTLIST SUB type (hlp|ps|pdf|email|www) #REQUIRED>
29<!ATTLIST SUB source_line CDATA #IMPLIED > <!--line no in source file-->
30<!ATTLIST SUB missing (0|1) #IMPLIED > <!--set to 1 if destination is missing-->
31
32<!ELEMENT TITLE (#PCDATA) >
33
34<!ELEMENT SECTION ((T|P|ENUM|LIST)*) >
35<!ATTLIST SECTION name CDATA #REQUIRED >
36
37<!ELEMENT ENUM (ENTRY*) >
38<!ELEMENT LIST (ENTRY*) >
39
40<!ELEMENT ENTRY ((T|P|ENUM|LIST)*) >
41<!ATTLIST ENTRY enumerated CDATA #IMPLIED >
42<!ATTLIST ENTRY item CDATA #IMPLIED >
43
44<!ELEMENT P ((T|P|ENUM|LIST)*) >
45
46<!ELEMENT T (#PCDATA|LINK)* >
47<!ATTLIST T reflow (0|1) #REQUIRED >
48
49<!ELEMENT LINK EMPTY>
50<!ATTLIST LINK dest CDATA #REQUIRED> <!--destination of link (may be other helpfile, email- or web-address)-->
51<!ATTLIST LINK type (hlp|ps|pdf|email|www) #REQUIRED>
52<!ATTLIST LINK source_line CDATA #IMPLIED > <!--line no in source file-->
53<!ATTLIST LINK missing (0|1) #IMPLIED > <!--set to 1 if destination is missing (used for internal links only)-->
54<!ATTLIST LINK quoted (0|1) #IMPLIED > <!--set to 0 to avoid quoting of title-->
Note: See TracBrowser for help on using the repository browser.