~ubuntu-branches/ubuntu/trusty/torrus/trusty-proposed

« back to all changes in this revision

Viewing changes to sup/dtd/torrus-config.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2008-03-08 00:18:46 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080308001846-q3pinwcswe3uf7wj
Tags: 1.0.6-2
Add torrus-common.NEWS advising people to recompile their
configuration upon upgrading to torrus 1.0.6.
Thanks to Joerg Dorchain. Closes: #469274

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
   along with this program; if not, write to the Free Software
16
16
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
17
17
 
18
 
  $Id: torrus-config.dtd,v 1.2 2005/01/25 13:46:38 ssinyagin Exp $
 
18
  $Id: torrus-config.dtd,v 1.4 2007/05/07 08:19:22 ssinyagin Exp $
19
19
  Stanislav Sinyagin <ssinyagin@yahoo.com>
20
20
 
21
21
  Torrus Configuration XML DTD
31
31
<!ATTLIST apply-template name NMTOKEN #REQUIRED >
32
32
 
33
33
<!ELEMENT configuration ( creator-info | definitions | datasources |
34
 
                          include | monitors | token-sets | views )* >
 
34
                          include | monitors | param-properties |
 
35
                          token-sets | views )* >
35
36
 
36
37
<!ELEMENT creator-info ( #PCDATA ) >
37
38
 
38
 
<!ELEMENT datasources ( template | alias | apply-template | filepattern |
 
39
<!ELEMENT datasources ( template | alias | apply-template |
39
40
                        leaf | param | subtree |
40
41
                        setvar | iftrue | iffalse )* >
41
42
                        
45
46
 
46
47
<!ELEMENT definitions ( def )* >
47
48
 
48
 
<!ELEMENT detailed ( alias | apply-template | filepattern |
 
49
<!ELEMENT detailed ( alias | apply-template |
49
50
                    leaf | param | subtree |
50
51
                    setvar | iftrue | iffalse )* >
51
52
<!ATTLIST detailed match NMTOKEN #REQUIRED >
52
53
 
53
 
<!ELEMENT filepattern ( alias | apply-template | detailed | filepattern |
54
 
                        leaf | param | subtree |
55
 
                        setvar | iftrue | iffalse )* >
56
 
<!ATTLIST filepattern filere CDATA #REQUIRED >
57
 
<!ATTLIST filepattern name CDATA #REQUIRED >
58
 
<!ATTLIST filepattern type NMTOKEN #REQUIRED >
59
 
 
60
54
<!ELEMENT include EMPTY >
61
55
<!ATTLIST include filename ID #REQUIRED >
62
56
 
73
67
<!ATTLIST param name NMTOKEN #REQUIRED >
74
68
<!ATTLIST param value CDATA #IMPLIED >
75
69
 
76
 
<!ELEMENT subtree ( alias | apply-template | filepattern |
 
70
<!ELEMENT param-properties ( prop )* >
 
71
 
 
72
<!ELEMENT prop >
 
73
<!ATTLIST prop param NMTOKEN #REQUIRED >
 
74
<!ATTLIST prop prop NMTOKEN #REQUIRED >
 
75
<!ATTLIST prop value CDATA #REQUIRED >
 
76
 
 
77
<!ELEMENT subtree ( alias | apply-template |
77
78
                    leaf | param | subtree | setvar | iftrue | iffalse )* >
78
79
<!ATTLIST subtree name NMTOKEN #REQUIRED >
79
80
 
80
 
<!ELEMENT template ( alias | apply-template | filepattern |
 
81
<!ELEMENT template ( alias | apply-template |
81
82
                     leaf | param | subtree | setvar | iftrue | iffalse )* >
82
83
<!ATTLIST template name NMTOKEN #REQUIRED >
83
84