]> git.p6c8.net - selfforum.git/blob - selfforum-config/config.dtd
just a test
[selfforum.git] / selfforum-config / config.dtd
1 <!--
2 Document Type Declaration fuer die Konfiguration der Scripte des SELFHTML-Forums
3 Autor: Andre Malo ndparker@gmx.net
4 Thomas J. Sebestyen thomasj.sebestyen@meta-text.net
5
6 Version 1.00 02.01.2001
7
8 Version 2.00 12.01.2001
9
10 Modified: 16.01.2001
11
12 -->
13
14 <!ENTITY % a.name "name CDATA #REQUIRED">
15
16 <!-- .............................................................................. -->
17
18 <!ELEMENT Config ((Constant | Property)+, Limit*) >
19
20 <!ELEMENT Constant (#PCDATA) >
21 <!ATTLIST Constant
22 %a.name;
23 >
24
25 <!ELEMENT Property (Property*, Variable*, List*) >
26 <!ATTLIST Property
27 %a.name;
28 >
29
30 <!ELEMENT Variable (#PCDATA) >
31 <!ATTLIST Variable
32 %a.name;
33 >
34
35 <!ELEMENT List (ListItem)+ >
36 <!ATTLIST List
37 %a.name;
38 >
39
40 <!ELEMENT ListItem (#PCDATA) >
41
42
43 <!ELEMENT Limit (Application, (Constant | Property)*) >
44 <!-- *****************************************************************************************************
45 'Limit' beinhaltet eine Reihe Anwesungen, die auf bestimmente Scripte begrenzt sind.
46 ***************************************************************************************************** -->
47
48 <!ELEMENT Application (Script)+ >
49 <!-- *****************************************************************************************************
50 'Application' beinhaltet die Scripte, fuer die die Angaben gelten werden.
51 ***************************************************************************************************** -->
52
53 <!ELEMENT Script (#PCDATA) >
54 <!-- *****************************************************************************************************
55 'Script' beinhaltet den Namen des betroffenen Scripts
56 ***************************************************************************************************** -->

patrick-canterino.de