source: Sophya/trunk/ArchTOIPipe/TestPipes/xsl/DTDProcessors.dtd@ 2240

Last change on this file since 2240 was 2220, checked in by aubourg, 23 years ago

vf_231002

File size: 719 bytes
Line 
1<!ELEMENT attribute ( param+ ) >
2<!ATTLIST attribute methode NMTOKEN #REQUIRED >
3<!ATTLIST attribute name NMTOKEN #REQUIRED >
4
5<!ELEMENT connection ( input*, output* ) >
6
7<!ELEMENT init ( param+ ) >
8
9<!ELEMENT input EMPTY >
10<!ATTLIST input name NMTOKEN #REQUIRED >
11
12<!ELEMENT output EMPTY >
13<!ATTLIST output name NMTOKEN #REQUIRED >
14
15<!ELEMENT param EMPTY >
16<!ATTLIST param default NMTOKEN #IMPLIED >
17<!ATTLIST param name NMTOKEN #REQUIRED >
18<!ATTLIST param type NMTOKEN #REQUIRED >
19
20<!ELEMENT processor ( init*, attribute*, connection ) >
21<!ATTLIST processor include NMTOKEN #REQUIRED >
22<!ATTLIST processor class NMTOKEN #REQUIRED >
23<!ATTLIST processor name NMTOKEN #REQUIRED >
24
25<!ELEMENT processors ( processor* ) >
26
Note: See TracBrowser for help on using the repository browser.