root/branches/stable-2008-03-12/pfixcore/ant.dtd

Revision 1637, 180.9 kB (checked in by habermann, 4 years ago)

regenerated, changend to ascii

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!ENTITY % boolean "(true|false|on|off|yes|no)">
3 <!ENTITY % tasks "propertyfile | ccmkdir | importtypelib | vsscheckin | sql | cvspass | p4reopen | csc | dirname | pfx-xslt | wlrun | p4label | p4revert | replaceregexp | get | jjtree | sleep | jarlib-display | dependset | zip | patch | jspc | style | test | tstamp | unwar | vsshistory | icontract | cvschangelog | p4submit | pfx-generate | ccmcheckin | p4change | bzip2 | sync | p4delete | vssadd | javadoc | p4integrate | translate | signjar | cclock | chown | vajload | jarlib-available | rexec | WsdlToDotnet | buildnumber | jpcovmerge | ejbjar | war | stlist | rename | sequential | serverdeploy | property | pfx-iwrp | subant | move | ildasm | copydir | cccheckin | ccunlock | wljspc | fixcrlf | telnet | sosget | pathconvert | record | p4sync | exec | ccmklabel | p4edit | manifest | maudit | antlr | netrexxc | ftp | jpcovreport | execon | ccmcheckout | ant | xmlvalidate | xslt | p4resolve | iplanet-ejbc | ccmcheckintask | gzip | native2ascii | ccrmtype | starteam | ear | input | presetdef | rmic | checksum | mail | loadfile | vsscheckout | stylebook | soscheckin | mimemail | stlabel | gunzip | concat | cab | touch | parallel | splash | antcall | ccmkbl | cccheckout | typedef | p4have | filter | xmlproperty | import | copy | jsharpc | symlink | antstructure | script | ccmcreatetask | rpm | delete | replace | mmetrics | attrib | waitfor | untar | loadproperties | available | echoproperties | pfx-webxml | stcheckin | chgrp | vajexport | stcheckout | bunzip2 | pfx-webservice | whichresource | copyfile | p4labelsync | vsscreate | macrodef | unjar | ejbc | vbc | wsdltodotnet | mkdir | cvs | condition | tempfile | junitreport | ccmkattr | taskdef | echo | ccupdate | java | vsslabel | renameext | basename | javadoc2 | tar | vsscp | vajimport | p4fstat | setproxy | p4counter | wlstop | ilasm | soscheckout | apply | ccuncheckout | jarlib-resolve | jlink | cvstagdiff | javacc | chmod | pvcs | jarlib-manifest | jar | ccmklbtype | sound | scriptdef | defaultexcludes | mparse | blgenclient | uptodate | jjdoc | genkey | javah | ccmkelem | ccmreconfigure | fail | unzip | javac | p4add | jpcoverage | soslabel | depend | vssget | deltree | ddcreator">
4 <!ENTITY % types "patternset | propertyset | assertions | filterset | libfileset | mergemapper | identitymapper | filterreader | scriptfilter | unpackagemapper | concatfilter | extension | fileset | dirset | globmapper | filelist | filterchain | path | compositemapper | classfileset | regexpmapper | selector | xmlcatalog | description | flattenmapper | chainedmapper | packagemapper | mapper | zipfileset | substitution | extensionSet | redirector | regexp">
5
6 <!ELEMENT project (target | %tasks; | %types;)*>
7 <!ATTLIST project
8           name    CDATA #IMPLIED
9           default CDATA #IMPLIED
10           basedir CDATA #IMPLIED>
11
12 <!ELEMENT target (%tasks; | %types;)*>
13
14 <!ATTLIST target
15           id          ID    #IMPLIED
16           name        CDATA #REQUIRED
17           if          CDATA #IMPLIED
18           unless      CDATA #IMPLIED
19           depends     CDATA #IMPLIED
20           description CDATA #IMPLIED>
21
22 <!ELEMENT patternset (include | patternset | exclude | excludesfile | includesfile)*>
23 <!ATTLIST patternset
24           id ID #IMPLIED
25           includes CDATA #IMPLIED
26           refid IDREF #IMPLIED
27           description CDATA #IMPLIED
28           excludesfile CDATA #IMPLIED
29           includesfile CDATA #IMPLIED
30           excludes CDATA #IMPLIED>
31
32 <!ELEMENT include EMPTY>
33 <!ATTLIST include
34           id ID #IMPLIED
35           name CDATA #IMPLIED
36           unless CDATA #IMPLIED
37           if CDATA #IMPLIED>
38
39 <!ELEMENT exclude EMPTY>
40 <!ATTLIST exclude
41           id ID #IMPLIED
42           name CDATA #IMPLIED
43           unless CDATA #IMPLIED
44           if CDATA #IMPLIED>
45
46 <!ELEMENT excludesfile EMPTY>
47 <!ATTLIST excludesfile
48           id ID #IMPLIED
49           name CDATA #IMPLIED
50           unless CDATA #IMPLIED
51           if CDATA #IMPLIED>
52
53 <!ELEMENT includesfile EMPTY>
54 <!ATTLIST includesfile
55           id ID #IMPLIED
56           name CDATA #IMPLIED
57           unless CDATA #IMPLIED
58           if CDATA #IMPLIED>
59
60 <!ELEMENT propertyset (propertyref | propertyset | mapper)*>
61 <!ATTLIST propertyset
62           id ID #IMPLIED
63           refid IDREF #IMPLIED
64           description CDATA #IMPLIED
65           dynamic %boolean; #IMPLIED
66           negate %boolean; #IMPLIED>
67
68 <!ELEMENT propertyref EMPTY>
69 <!ATTLIST propertyref
70           id ID #IMPLIED
71           name CDATA #IMPLIED
72           builtin (all | system | commandline) #IMPLIED
73           regex CDATA #IMPLIED
74           prefix CDATA #IMPLIED>
75
76 <!ELEMENT mapper (classpath | mapper)*>
77 <!ATTLIST mapper
78           id ID #IMPLIED
79           classpath CDATA #IMPLIED
80           classpathref IDREF #IMPLIED
81           type (identity | flatten | glob | merge | regexp | package | unpackage) #IMPLIED
82           refid IDREF #IMPLIED
83           description CDATA #IMPLIED
84           classname CDATA #IMPLIED
85           from CDATA #IMPLIED
86           to CDATA #IMPLIED>
87
88 <!ELEMENT classpath (fileset | dirset | extdirs | existing | filelist | pathelement | path)*>
89 <!ATTLIST classpath
90           id ID #IMPLIED
91           location CDATA #IMPLIED
92           refid IDREF #IMPLIED
93           description CDATA #IMPLIED
94           path CDATA #IMPLIED>
95
96 <!ELEMENT fileset (patternset | exclude | include | custom | present | none | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
97 <!ATTLIST fileset
98           id ID #IMPLIED
99           refid IDREF #IMPLIED
100           file CDATA #IMPLIED
101           dir CDATA #IMPLIED
102           defaultexcludes %boolean; #IMPLIED
103           followsymlinks %boolean; #IMPLIED
104           casesensitive %boolean; #IMPLIED
105           description CDATA #IMPLIED
106           excludes CDATA #IMPLIED
107           includesfile CDATA #IMPLIED
108           excludesfile CDATA #IMPLIED
109           includes CDATA #IMPLIED>
110
111 <!ELEMENT custom (classpath | param)*>
112 <!ATTLIST custom
113           id ID #IMPLIED
114           classpath CDATA #IMPLIED
115           error CDATA #IMPLIED
116           classpathref IDREF #IMPLIED
117           refid IDREF #IMPLIED
118           description CDATA #IMPLIED
119           classname CDATA #IMPLIED>
120
121 <!ELEMENT param EMPTY>
122 <!ATTLIST param
123           id ID #IMPLIED
124           name CDATA #IMPLIED
125           type CDATA #IMPLIED
126           value CDATA #IMPLIED>
127
128 <!ELEMENT present (mapper)*>
129 <!ATTLIST present
130           id ID #IMPLIED
131           error CDATA #IMPLIED
132           targetdir CDATA #IMPLIED
133           refid IDREF #IMPLIED
134           description CDATA #IMPLIED
135           present (srconly | both) #IMPLIED>
136
137 <!ELEMENT none (custom | none | present | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | date | and | depth)*>
138 <!ATTLIST none
139           id ID #IMPLIED
140           error CDATA #IMPLIED
141           refid IDREF #IMPLIED
142           description CDATA #IMPLIED>
143
144 <!ELEMENT not (custom | none | present | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | date | and | depth)*>
145 <!ATTLIST not
146           id ID #IMPLIED
147           error CDATA #IMPLIED
148           refid IDREF #IMPLIED
149           description CDATA #IMPLIED>
150
151 <!ELEMENT type EMPTY>
152 <!ATTLIST type
153           id ID #IMPLIED
154           error CDATA #IMPLIED
155           refid IDREF #IMPLIED
156           type (file | dir) #IMPLIED
157           description CDATA #IMPLIED>
158
159 <!ELEMENT modified (param)*>
160 <!ATTLIST modified
161           id ID #IMPLIED
162           comparator (equal | rule) #IMPLIED
163           seldirs %boolean; #IMPLIED
164           algorithm (hashvalue | digest) #IMPLIED
165           cache (propertyfile) #IMPLIED
166           error CDATA #IMPLIED
167           refid IDREF #IMPLIED
168           description CDATA #IMPLIED
169           update %boolean; #IMPLIED>
170
171 <!ELEMENT or (custom | none | present | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | date | and | depth)*>
172 <!ATTLIST or
173           id ID #IMPLIED
174           error CDATA #IMPLIED
175           refid IDREF #IMPLIED
176           description CDATA #IMPLIED>
177
178 <!ELEMENT contains EMPTY>
179 <!ATTLIST contains
180           id ID #IMPLIED
181           error CDATA #IMPLIED
182           casesensitive %boolean; #IMPLIED
183           refid IDREF #IMPLIED
184           description CDATA #IMPLIED
185           ignorewhitespace %boolean; #IMPLIED
186           text CDATA #IMPLIED>
187
188 <!ELEMENT depend (mapper)*>
189 <!ATTLIST depend
190           id ID #IMPLIED
191           error CDATA #IMPLIED
192           targetdir CDATA #IMPLIED
193           refid IDREF #IMPLIED
194           description CDATA #IMPLIED
195           granularity CDATA #IMPLIED>
196
197 <!ELEMENT different (mapper)*>
198 <!ATTLIST different
199           id ID #IMPLIED
200           error CDATA #IMPLIED
201           targetdir CDATA #IMPLIED
202           refid IDREF #IMPLIED
203           description CDATA #IMPLIED
204           ignorefiletimes %boolean; #IMPLIED
205           granularity CDATA #IMPLIED>
206
207 <!ELEMENT size EMPTY>
208 <!ATTLIST size
209           id ID #IMPLIED
210           when (less | more | equal) #IMPLIED
211           units (K | k | kilo | KILO | Ki | KI | ki | kibi | KIBI | M | m | mega | MEGA | Mi | MI | mi | mebi | MEBI | G | g | giga | GIGA | Gi | GI | gi | gibi | GIBI | T | t | tera | TERA | Ti | TI | ti | tebi | TEBI) #IMPLIED
212           error CDATA #IMPLIED
213           refid IDREF #IMPLIED
214           description CDATA #IMPLIED
215           value CDATA #IMPLIED>
216
217 <!ELEMENT majority (custom | none | present | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | date | and | depth)*>
218 <!ATTLIST majority
219           id ID #IMPLIED
220           error CDATA #IMPLIED
221           refid IDREF #IMPLIED
222           allowtie %boolean; #IMPLIED
223           description CDATA #IMPLIED>
224
225 <!ELEMENT containsregexp EMPTY>
226 <!ATTLIST containsregexp
227           id ID #IMPLIED
228           error CDATA #IMPLIED
229           refid IDREF #IMPLIED
230           description CDATA #IMPLIED
231           expression CDATA #IMPLIED>
232
233 <!ELEMENT filename EMPTY>
234 <!ATTLIST filename
235           id ID #IMPLIED
236           error CDATA #IMPLIED
237           casesensitive %boolean; #IMPLIED
238           name CDATA #IMPLIED
239           refid IDREF #IMPLIED
240           description CDATA #IMPLIED
241           negate %boolean; #IMPLIED>
242
243 <!ELEMENT selector (custom | none | present | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | date | and | depth)*>
244 <!ATTLIST selector
245           id ID #IMPLIED
246           error CDATA #IMPLIED
247           refid IDREF #IMPLIED
248           description CDATA #IMPLIED
249           unless CDATA #IMPLIED
250           if CDATA #IMPLIED>
251
252 <!ELEMENT date EMPTY>
253 <!ATTLIST date
254           id ID #IMPLIED
255           refid IDREF #IMPLIED
256           millis CDATA #IMPLIED
257           checkdirs %boolean; #IMPLIED
258           datetime CDATA #IMPLIED
259           granularity CDATA #IMPLIED
260           pattern CDATA #IMPLIED
261           when (before | after | equal) #IMPLIED
262           error CDATA #IMPLIED
263           description CDATA #IMPLIED>
264
265 <!ELEMENT and (custom | none | present | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | date | and | depth)*>
266 <!ATTLIST and
267           id ID #IMPLIED
268           error CDATA #IMPLIED
269           refid IDREF #IMPLIED
270           description CDATA #IMPLIED>
271
272 <!ELEMENT depth EMPTY>
273 <!ATTLIST depth
274           id ID #IMPLIED
275           max CDATA #IMPLIED
276           error CDATA #IMPLIED
277           min CDATA #IMPLIED
278           refid IDREF #IMPLIED
279           description CDATA #IMPLIED>
280
281 <!ELEMENT dirset (patternset | exclude | include | custom | present | none | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
282 <!ATTLIST dirset
283           id ID #IMPLIED
284           refid IDREF #IMPLIED
285           file CDATA #IMPLIED
286           dir CDATA #IMPLIED
287           defaultexcludes %boolean; #IMPLIED
288           followsymlinks %boolean; #IMPLIED
289           casesensitive %boolean; #IMPLIED
290           description CDATA #IMPLIED
291           excludes CDATA #IMPLIED
292           includesfile CDATA #IMPLIED
293           excludesfile CDATA #IMPLIED
294           includes CDATA #IMPLIED>
295
296 <!ELEMENT extdirs (fileset | dirset | extdirs | existing | filelist | pathelement | path)*>
297 <!ATTLIST extdirs
298           id ID #IMPLIED
299           location CDATA #IMPLIED
300           refid IDREF #IMPLIED
301           description CDATA #IMPLIED
302           path CDATA #IMPLIED>
303
304 <!ELEMENT existing (fileset | dirset | extdirs | existing | filelist | pathelement | path)*>
305 <!ATTLIST existing
306           id ID #IMPLIED
307           location CDATA #IMPLIED
308           refid IDREF #IMPLIED
309           description CDATA #IMPLIED
310           path CDATA #IMPLIED>
311
312 <!ELEMENT filelist (file)*>
313 <!ATTLIST filelist
314           id ID #IMPLIED
315           dir CDATA #IMPLIED
316           refid IDREF #IMPLIED
317           description CDATA #IMPLIED
318           files CDATA #IMPLIED>
319
320 <!ELEMENT file EMPTY>
321 <!ATTLIST file
322           id ID #IMPLIED
323           name CDATA #IMPLIED>
324
325 <!ELEMENT pathelement EMPTY>
326 <!ATTLIST pathelement
327           id ID #IMPLIED
328           location CDATA #IMPLIED
329           path CDATA #IMPLIED>
330
331 <!ELEMENT path (fileset | dirset | extdirs | existing | filelist | pathelement | path)*>
332 <!ATTLIST path
333           id ID #IMPLIED
334           location CDATA #IMPLIED
335           refid IDREF #IMPLIED
336           description CDATA #IMPLIED
337           path CDATA #IMPLIED>
338
339 <!ELEMENT assertions (disable | enable)*>
340 <!ATTLIST assertions
341           id ID #IMPLIED
342           refid IDREF #IMPLIED
343           description CDATA #IMPLIED
344           enablesystemassertions %boolean; #IMPLIED>
345
346 <!ELEMENT disable EMPTY>
347 <!ATTLIST disable
348           id ID #IMPLIED
349           package CDATA #IMPLIED
350           class CDATA #IMPLIED>
351
352 <!ELEMENT enable EMPTY>
353 <!ATTLIST enable
354           id ID #IMPLIED
355           package CDATA #IMPLIED
356           class CDATA #IMPLIED>
357
358 <!ELEMENT filterset (filterset | filter | filtersfile)*>
359 <!ATTLIST filterset
360           id ID #IMPLIED
361           begintoken CDATA #IMPLIED
362           endtoken CDATA #IMPLIED
363           refid IDREF #IMPLIED
364           description CDATA #IMPLIED
365           filtersfile CDATA #IMPLIED>
366
367 <!ELEMENT filter EMPTY>
368 <!ATTLIST filter
369           id ID #IMPLIED
370           token CDATA #IMPLIED
371           value CDATA #IMPLIED>
372
373 <!ELEMENT filtersfile EMPTY>
374 <!ATTLIST filtersfile
375           id ID #IMPLIED
376           file CDATA #IMPLIED>
377
378 <!ELEMENT libfileset (patternset | exclude | include | custom | present | none | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
379 <!ATTLIST libfileset
380           id ID #IMPLIED
381           refid IDREF #IMPLIED
382           urlbase CDATA #IMPLIED
383           includeimpl %boolean; #IMPLIED
384           file CDATA #IMPLIED
385           dir CDATA #IMPLIED
386           defaultexcludes %boolean; #IMPLIED
387           followsymlinks %boolean; #IMPLIED
388           includeurl %boolean; #IMPLIED
389           casesensitive %boolean; #IMPLIED
390           description CDATA #IMPLIED
391           excludesfile CDATA #IMPLIED
392           includesfile CDATA #IMPLIED
393           excludes CDATA #IMPLIED
394           includes CDATA #IMPLIED>
395
396 <!ELEMENT mergemapper EMPTY>
397 <!ATTLIST mergemapper
398           id ID #IMPLIED
399           from CDATA #IMPLIED
400           to CDATA #IMPLIED>
401
402 <!ELEMENT identitymapper EMPTY>
403 <!ATTLIST identitymapper
404           id ID #IMPLIED
405           from CDATA #IMPLIED
406           to CDATA #IMPLIED>
407
408 <!ELEMENT filterreader (classpath | param)*>
409 <!ATTLIST filterreader
410           id ID #IMPLIED
411           classpath CDATA #IMPLIED
412           classpathref IDREF #IMPLIED
413           refid IDREF #IMPLIED
414           description CDATA #IMPLIED
415           classname CDATA #IMPLIED>
416
417 <!ELEMENT scriptfilter (#PCDATA)>
418 <!ATTLIST scriptfilter
419           id ID #IMPLIED
420           byline %boolean; #IMPLIED
421           token CDATA #IMPLIED
422           src CDATA #IMPLIED
423           language CDATA #IMPLIED>
424
425 <!ELEMENT unpackagemapper EMPTY>
426 <!ATTLIST unpackagemapper
427           id ID #IMPLIED
428           from CDATA #IMPLIED
429           to CDATA #IMPLIED>
430
431 <!ELEMENT concatfilter EMPTY>
432 <!ATTLIST concatfilter
433           id ID #IMPLIED
434           append CDATA #IMPLIED
435           prepend CDATA #IMPLIED>
436
437 <!ELEMENT extension EMPTY>
438 <!ATTLIST extension
439           id ID #IMPLIED
440           refid IDREF #IMPLIED
441           implementationversion CDATA #IMPLIED
442           specificationversion CDATA #IMPLIED
443           extensionname CDATA #IMPLIED
444           implementationvendorid CDATA #IMPLIED
445           specificationvendor CDATA #IMPLIED
446           implementationurl CDATA #IMPLIED
447           description CDATA #IMPLIED
448           implementationvendor CDATA #IMPLIED>
449
450 <!ELEMENT globmapper EMPTY>
451 <!ATTLIST globmapper
452           id ID #IMPLIED
453           from CDATA #IMPLIED
454           to CDATA #IMPLIED>
455
456 <!ELEMENT filterchain (headfilter | classconstants | linecontains | filterreader | replaceregex | replacetokens | escapeunicode | ignoreblank | tailfilter | tabstospaces | prefixlines | expandproperties | striplinebreaks | trim | striplinecomments | replacestring | tokenfilter | stripjavacomments | containsregex | deletecharacters | linecontainsregexp)*>
457 <!ATTLIST filterchain
458           id ID #IMPLIED
459           refid IDREF #IMPLIED
460           description CDATA #IMPLIED>
461
462 <!ELEMENT headfilter EMPTY>
463 <!ATTLIST headfilter
464           id ID #IMPLIED
465           lines CDATA #IMPLIED
466           skip CDATA #IMPLIED>
467
468 <!ELEMENT classconstants EMPTY>
469 <!ATTLIST classconstants
470           id ID #IMPLIED>
471
472 <!ELEMENT linecontains (contains)*>
473 <!ATTLIST linecontains
474           id ID #IMPLIED>
475
476 <!ELEMENT replaceregex EMPTY>
477 <!ATTLIST replaceregex
478           id ID #IMPLIED
479           flags CDATA #IMPLIED
480           byline %boolean; #IMPLIED
481           replace CDATA #IMPLIED
482           pattern CDATA #IMPLIED>
483
484 <!ELEMENT replacetokens (token)*>
485 <!ATTLIST replacetokens
486           id ID #IMPLIED
487           begintoken CDATA #IMPLIED
488           endtoken CDATA #IMPLIED>
489
490 <!ELEMENT token EMPTY>
491 <!ATTLIST token
492           id ID #IMPLIED
493           key CDATA #IMPLIED
494           value CDATA #IMPLIED>
495
496 <!ELEMENT escapeunicode EMPTY>
497 <!ATTLIST escapeunicode
498           id ID #IMPLIED>
499
500 <!ELEMENT ignoreblank EMPTY>
501 <!ATTLIST ignoreblank
502           id ID #IMPLIED
503           byline %boolean; #IMPLIED>
504
505 <!ELEMENT tailfilter EMPTY>
506 <!ATTLIST tailfilter
507           id ID #IMPLIED
508           lines CDATA #IMPLIED
509           skip CDATA #IMPLIED>
510
511 <!ELEMENT tabstospaces EMPTY>
512 <!ATTLIST tabstospaces
513           id ID #IMPLIED
514           tablength CDATA #IMPLIED>
515
516 <!ELEMENT prefixlines EMPTY>
517 <!ATTLIST prefixlines
518           id ID #IMPLIED
519           prefix CDATA #IMPLIED>
520
521 <!ELEMENT expandproperties EMPTY>
522 <!ATTLIST expandproperties
523           id ID #IMPLIED>
524
525 <!ELEMENT striplinebreaks EMPTY>
526 <!ATTLIST striplinebreaks
527           id ID #IMPLIED
528           linebreaks CDATA #IMPLIED>
529
530 <!ELEMENT trim EMPTY>
531 <!ATTLIST trim
532           id ID #IMPLIED
533           byline %boolean; #IMPLIED>
534
535 <!ELEMENT striplinecomments (comment)*>
536 <!ATTLIST striplinecomments
537           id ID #IMPLIED>
538
539 <!ELEMENT comment EMPTY>
540 <!ATTLIST comment
541           id ID #IMPLIED
542           value CDATA #IMPLIED>
543
544 <!ELEMENT replacestring EMPTY>
545 <!ATTLIST replacestring
546           id ID #IMPLIED
547           byline %boolean; #IMPLIED
548           from CDATA #IMPLIED
549           to CDATA #IMPLIED>
550
551 <!ELEMENT tokenfilter (containsstring | linetokenizer | trim | stringtokenizer | replaceregex | replacestring | ignoreblank | deletecharacters | containsregex | filetokenizer)*>
552 <!ATTLIST tokenfilter
553           id ID #IMPLIED
554           delimoutput CDATA #IMPLIED>
555
556 <!ELEMENT containsstring EMPTY>
557 <!ATTLIST containsstring
558           id ID #IMPLIED
559           contains CDATA #IMPLIED>
560
561 <!ELEMENT linetokenizer EMPTY>
562 <!ATTLIST linetokenizer
563           id ID #IMPLIED
564           includedelims %boolean; #IMPLIED>
565
566 <!ELEMENT stringtokenizer EMPTY>
567 <!ATTLIST stringtokenizer
568           id ID #IMPLIED
569           suppressdelims %boolean; #IMPLIED
570           includedelims %boolean; #IMPLIED
571           delimsaretokens %boolean; #IMPLIED
572           delims CDATA #IMPLIED>
573
574 <!ELEMENT deletecharacters EMPTY>
575 <!ATTLIST deletecharacters
576           id ID #IMPLIED
577           chars CDATA #IMPLIED>
578
579 <!ELEMENT containsregex EMPTY>
580 <!ATTLIST containsregex
581           id ID #IMPLIED
582           flags CDATA #IMPLIED
583           byline %boolean; #IMPLIED
584           replace CDATA #IMPLIED
585           pattern CDATA #IMPLIED>
586
587 <!ELEMENT filetokenizer EMPTY>
588 <!ATTLIST filetokenizer
589           id ID #IMPLIED>
590
591 <!ELEMENT stripjavacomments EMPTY>
592 <!ATTLIST stripjavacomments
593           id ID #IMPLIED>
594
595 <!ELEMENT linecontainsregexp (regexp)*>
596 <!ATTLIST linecontainsregexp
597           id ID #IMPLIED>
598
599 <!ELEMENT regexp EMPTY>
600 <!ATTLIST regexp
601           id ID #IMPLIED
602           refid IDREF #IMPLIED
603           description CDATA #IMPLIED
604           pattern CDATA #IMPLIED>
605
606 <!ELEMENT compositemapper (mapper)*>
607 <!ATTLIST compositemapper
608           id ID #IMPLIED
609           from CDATA #IMPLIED
610           to CDATA #IMPLIED>
611
612 <!ELEMENT classfileset (patternset | exclude | include | custom | rootfileset | present | none | not | type | modified | or | contains | depend | different | size | majority | containsregexp | root | filename | selector | includesfile | date | excludesfile | depth | and)*>
613 <!ATTLIST classfileset
614           id ID #IMPLIED
615           refid IDREF #IMPLIED
616           file CDATA #IMPLIED
617           dir CDATA #IMPLIED
618           defaultexcludes %boolean; #IMPLIED
619           followsymlinks %boolean; #IMPLIED
620           rootclass CDATA #IMPLIED
621           casesensitive %boolean; #IMPLIED
622           description CDATA #IMPLIED
623           excludes CDATA #IMPLIED
624           includesfile CDATA #IMPLIED
625           excludesfile CDATA #IMPLIED
626           includes CDATA #IMPLIED>
627
628 <!ELEMENT rootfileset (patternset | exclude | include | custom | present | none | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
629 <!ATTLIST rootfileset
630           id ID #IMPLIED
631           refid IDREF #IMPLIED
632           file CDATA #IMPLIED
633           dir CDATA #IMPLIED
634           defaultexcludes %boolean; #IMPLIED
635           followsymlinks %boolean; #IMPLIED
636           casesensitive %boolean; #IMPLIED
637           description CDATA #IMPLIED
638           excludes CDATA #IMPLIED
639           includesfile CDATA #IMPLIED
640           excludesfile CDATA #IMPLIED
641           includes CDATA #IMPLIED>
642
643 <!ELEMENT root EMPTY>
644 <!ATTLIST root
645           id ID #IMPLIED
646           classname CDATA #IMPLIED>
647
648 <!ELEMENT regexpmapper EMPTY>
649 <!ATTLIST regexpmapper
650           id ID #IMPLIED
651           from CDATA #IMPLIED
652           to CDATA #IMPLIED>
653
654 <!ELEMENT xmlcatalog (entity | classpath | catalogpath | dtd | xmlcatalog)*>
655 <!ATTLIST xmlcatalog
656           id ID #IMPLIED
657           catalogpathref IDREF #IMPLIED
658           classpath CDATA #IMPLIED
659           classpathref IDREF #IMPLIED
660           refid IDREF #IMPLIED
661           description CDATA #IMPLIED>
662
663 <!ELEMENT entity EMPTY>
664 <!ATTLIST entity
665           id ID #IMPLIED
666           location CDATA #IMPLIED
667           base CDATA #IMPLIED
668           publicid CDATA #IMPLIED>
669
670 <!ELEMENT catalogpath (fileset | dirset | extdirs | existing | filelist | pathelement | path)*>
671 <!ATTLIST catalogpath
672           id ID #IMPLIED
673           location CDATA #IMPLIED
674           refid IDREF #IMPLIED
675           description CDATA #IMPLIED
676           path CDATA #IMPLIED>
677
678 <!ELEMENT dtd EMPTY>
679 <!ATTLIST dtd
680           id ID #IMPLIED
681           location CDATA #IMPLIED
682           base CDATA #IMPLIED
683           publicid CDATA #IMPLIED>
684
685 <!ELEMENT description (#PCDATA)>
686 <!ATTLIST description
687           id ID #IMPLIED
688           refid IDREF #IMPLIED
689           description CDATA #IMPLIED>
690
691 <!ELEMENT flattenmapper EMPTY>
692 <!ATTLIST flattenmapper
693           id ID #IMPLIED
694           from CDATA #IMPLIED
695           to CDATA #IMPLIED>
696
697 <!ELEMENT chainedmapper (mapper)*>
698 <!ATTLIST chainedmapper
699           id ID #IMPLIED
700           from CDATA #IMPLIED
701           to CDATA #IMPLIED>
702
703 <!ELEMENT packagemapper EMPTY>
704 <!ATTLIST packagemapper
705           id ID #IMPLIED
706           from CDATA #IMPLIED
707           to CDATA #IMPLIED>
708
709 <!ELEMENT zipfileset (patternset | exclude | include | custom | present | none | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
710 <!ATTLIST zipfileset
711           id ID #IMPLIED
712           src CDATA #IMPLIED
713           refid IDREF #IMPLIED
714           file CDATA #IMPLIED
715           dir CDATA #IMPLIED
716           defaultexcludes %boolean; #IMPLIED
717           followsymlinks %boolean; #IMPLIED
718           filemode CDATA #IMPLIED
719           prefix CDATA #IMPLIED
720           casesensitive %boolean; #IMPLIED
721           description CDATA #IMPLIED
722           fullpath CDATA #IMPLIED
723           excludesfile CDATA #IMPLIED
724           includesfile CDATA #IMPLIED
725           excludes CDATA #IMPLIED
726           includes CDATA #IMPLIED
727           dirmode CDATA #IMPLIED>
728
729 <!ELEMENT substitution EMPTY>
730 <!ATTLIST substitution
731           id ID #IMPLIED
732           refid IDREF #IMPLIED
733           description CDATA #IMPLIED
734           expression CDATA #IMPLIED>
735
736 <!ELEMENT extensionSet (fileset | libfileset | extension)*>
737 <!ATTLIST extensionSet
738           id ID #IMPLIED
739           refid IDREF #IMPLIED
740           description CDATA #IMPLIED>
741
742 <!ELEMENT redirector (errorfilterchain | outputfilterchain | errormapper | inputfilterchain | outputmapper | inputmapper)*>
743 <!ATTLIST redirector
744           id ID #IMPLIED
745           refid IDREF #IMPLIED
746           inputencoding CDATA #IMPLIED
747           append %boolean; #IMPLIED
748           createemptyfiles %boolean; #IMPLIED
749           output CDATA #IMPLIED
750           outputproperty CDATA #IMPLIED
751           outputencoding CDATA #IMPLIED
752           errorproperty CDATA #IMPLIED
753           error CDATA #IMPLIED
754           inputstring CDATA #IMPLIED
755           input CDATA #IMPLIED
756           description CDATA #IMPLIED
757           errorencoding CDATA #IMPLIED
758           logerror %boolean; #IMPLIED>
759
760 <!ELEMENT errorfilterchain (headfilter | classconstants | linecontains | filterreader | replaceregex | replacetokens | escapeunicode | ignoreblank | tailfilter | tabstospaces | prefixlines | expandproperties | striplinebreaks | trim | striplinecomments | replacestring | tokenfilter | stripjavacomments | containsregex | deletecharacters | linecontainsregexp)*>
761 <!ATTLIST errorfilterchain
762           id ID #IMPLIED
763           refid IDREF #IMPLIED
764           description CDATA #IMPLIED>
765
766 <!ELEMENT outputfilterchain (headfilter | classconstants | linecontains | filterreader | replaceregex | replacetokens | escapeunicode | ignoreblank | tailfilter | tabstospaces | prefixlines | expandproperties | striplinebreaks | trim | striplinecomments | replacestring | tokenfilter | stripjavacomments | containsregex | deletecharacters | linecontainsregexp)*>
767 <!ATTLIST outputfilterchain
768           id ID #IMPLIED
769           refid IDREF #IMPLIED
770           description CDATA #IMPLIED>
771
772 <!ELEMENT errormapper (classpath | mapper)*>
773 <!ATTLIST errormapper
774           id ID #IMPLIED
775           classpath CDATA #IMPLIED
776           classpathref IDREF #IMPLIED
777           type (identity | flatten | glob | merge | regexp | package | unpackage) #IMPLIED
778           refid IDREF #IMPLIED
779           description CDATA #IMPLIED
780           classname CDATA #IMPLIED
781           from CDATA #IMPLIED
782           to CDATA #IMPLIED>
783
784 <!ELEMENT inputfilterchain (headfilter | classconstants | linecontains | filterreader | replaceregex | replacetokens | escapeunicode | ignoreblank | tailfilter | tabstospaces | prefixlines | expandproperties | striplinebreaks | trim | striplinecomments | replacestring | tokenfilter | stripjavacomments | containsregex | deletecharacters | linecontainsregexp)*>
785 <!ATTLIST inputfilterchain
786           id ID #IMPLIED
787           refid IDREF #IMPLIED
788           description CDATA #IMPLIED>
789
790 <!ELEMENT outputmapper (classpath | mapper)*>
791 <!ATTLIST outputmapper
792           id ID #IMPLIED
793           classpath CDATA #IMPLIED
794           classpathref IDREF #IMPLIED
795           type (identity | flatten | glob | merge | regexp | package | unpackage) #IMPLIED
796           refid IDREF #IMPLIED
797           description CDATA #IMPLIED
798           classname CDATA #IMPLIED
799           from CDATA #IMPLIED
800           to CDATA #IMPLIED>
801
802 <!ELEMENT inputmapper (classpath | mapper)*>
803 <!ATTLIST inputmapper
804           id ID #IMPLIED
805           classpath CDATA #IMPLIED
806           classpathref IDREF #IMPLIED
807           type (identity | flatten | glob | merge | regexp | package | unpackage) #IMPLIED
808           refid IDREF #IMPLIED
809           description CDATA #IMPLIED
810           classname CDATA #IMPLIED
811           from CDATA #IMPLIED
812           to CDATA #IMPLIED>
813
814 <!ELEMENT propertyfile (entry)*>
815 <!ATTLIST propertyfile
816           id ID #IMPLIED
817           taskname CDATA #IMPLIED
818           file CDATA #IMPLIED
819           description CDATA #IMPLIED
820           comment CDATA #IMPLIED>
821
822 <!ELEMENT entry EMPTY>
823 <!ATTLIST entry
824           id ID #IMPLIED
825           operation CDATA #IMPLIED
826           default CDATA #IMPLIED
827           key CDATA #IMPLIED
828           type (int | date | string) #IMPLIED
829           unit (millisecond | second | minute | hour | day | week | month | year) #IMPLIED
830           pattern CDATA #IMPLIED
831           value CDATA #IMPLIED>
832
833 <!ELEMENT ccmkdir EMPTY>
834 <!ATTLIST ccmkdir
835           id ID #IMPLIED
836           viewpath CDATA #IMPLIED
837           comment CDATA #IMPLIED
838           failonerr %boolean; #IMPLIED
839           cleartooldir CDATA #IMPLIED
840           objselect CDATA #IMPLIED
841           nocheckout %boolean; #IMPLIED
842           taskname CDATA #IMPLIED
843           description CDATA #IMPLIED
844           commentfile CDATA #IMPLIED>
845
846 <!ELEMENT importtypelib EMPTY>
847 <!ATTLIST importtypelib
848           id ID #IMPLIED
849           unsafe %boolean; #IMPLIED
850           taskname CDATA #IMPLIED
851           usesysarray %boolean; #IMPLIED
852           namespace CDATA #IMPLIED
853           description CDATA #IMPLIED
854           extraoptions CDATA #IMPLIED
855           srcfile CDATA #IMPLIED
856           destfile CDATA #IMPLIED>
857
858 <!ELEMENT vsscheckin EMPTY>
859 <!ATTLIST vsscheckin
860           id ID #IMPLIED
861           ssdir CDATA #IMPLIED
862           recursive %boolean; #IMPLIED
863           autoresponse CDATA #IMPLIED
864           vsspath CDATA #IMPLIED
865           comment CDATA #IMPLIED
866           serverpath CDATA #IMPLIED
867           writable %boolean; #IMPLIED
868           login CDATA #IMPLIED
869           taskname CDATA #IMPLIED
870           description CDATA #IMPLIED
871           localpath CDATA #IMPLIED
872           failonerror %boolean; #IMPLIED>
873
874 <!ELEMENT sql (#PCDATA | fileset | classpath | transaction)*>
875 <!ATTLIST sql
876           id ID #IMPLIED
877           onerror (continue | stop | abort) #IMPLIED
878           userid CDATA #IMPLIED
879           password CDATA #IMPLIED
880           autocommit %boolean; #IMPLIED
881           rdbms CDATA #IMPLIED
882           print %boolean; #IMPLIED
883           classpathref IDREF #IMPLIED
884           encoding CDATA #IMPLIED
885           version CDATA #IMPLIED
886           url CDATA #IMPLIED
887           src CDATA #IMPLIED
888           output CDATA #IMPLIED
889           driver CDATA #IMPLIED
890           showheaders %boolean; #IMPLIED
891           classpath CDATA #IMPLIED
892           delimitertype (normal | row) #IMPLIED
893           escapeprocessing %boolean; #IMPLIED
894           description CDATA #IMPLIED
895           append %boolean; #IMPLIED
896           taskname CDATA #IMPLIED
897           caching %boolean; #IMPLIED
898           keepformat %boolean; #IMPLIED
899           delimiter CDATA #IMPLIED>
900
901 <!ELEMENT transaction (#PCDATA)>
902 <!ATTLIST transaction
903           id ID #IMPLIED
904           src CDATA #IMPLIED>
905
906 <!ELEMENT cvspass EMPTY>
907 <!ATTLIST cvspass
908           id ID #IMPLIED
909           taskname CDATA #IMPLIED
910           password CDATA #IMPLIED
911           description CDATA #IMPLIED
912           cvsroot CDATA #IMPLIED
913           passfile CDATA #IMPLIED>
914
915 <!ELEMENT p4reopen EMPTY>
916 <!ATTLIST p4reopen
917           id ID #IMPLIED
918           tochange CDATA #IMPLIED
919           port CDATA #IMPLIED
920           client CDATA #IMPLIED
921           inerror %boolean; #IMPLIED
922           user CDATA #IMPLIED
923           cmdopts CDATA #IMPLIED
924           globalopts CDATA #IMPLIED
925           view CDATA #IMPLIED
926           taskname CDATA #IMPLIED
927           description CDATA #IMPLIED
928           failonerror %boolean; #IMPLIED
929           errormessage CDATA #IMPLIED>
930
931 <!ELEMENT csc (patternset | exclude | include | custom | present | none | resource | define | not | type | modified | reference | src | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
932 <!ATTLIST csc
933           id ID #IMPLIED
934           excludes CDATA #IMPLIED
935           executable CDATA #IMPLIED
936           destfile CDATA #IMPLIED
937           win32icon CDATA #IMPLIED
938           definitions CDATA #IMPLIED
939           referencefiles CDATA #IMPLIED
940           fullpaths %boolean; #IMPLIED
941           description CDATA #IMPLIED
942           outputfile CDATA #IMPLIED
943           includes CDATA #IMPLIED
944           mainclass CDATA #IMPLIED
945           utf8output %boolean; #IMPLIED
946           useresponsefile %boolean; #IMPLIED
947           failonerror %boolean; #IMPLIED
948           destdir CDATA #IMPLIED
949           debug %boolean; #IMPLIED
950           includedefaultreferences %boolean; #IMPLIED
951           warnlevel CDATA #IMPLIED
952           win32res CDATA #IMPLIED
953           casesensitive %boolean; #IMPLIED
954           followsymlinks %boolean; #IMPLIED
955           defaultexcludes %boolean; #IMPLIED
956           extraoptions CDATA #IMPLIED
957           incremental %boolean; #IMPLIED
958           noconfig %boolean; #IMPLIED
959           includesfile CDATA #IMPLIED
960           references CDATA #IMPLIED
961           taskname CDATA #IMPLIED
962           srcdir CDATA #IMPLIED
963           optimize %boolean; #IMPLIED
964           additionalmodules CDATA #IMPLIED
965           docfile CDATA #IMPLIED
966           excludesfile CDATA #IMPLIED
967           unsafe %boolean; #IMPLIED
968           filealign CDATA #IMPLIED
969           targettype (exe | library | module | winexe) #IMPLIED>
970
971 <!ELEMENT resource EMPTY>
972 <!ATTLIST resource
973           id ID #IMPLIED
974           name CDATA #IMPLIED
975           file CDATA #IMPLIED
976           public %boolean; #IMPLIED
977           embed %boolean; #IMPLIED>
978
979 <!ELEMENT define EMPTY>
980 <!ATTLIST define
981           id ID #IMPLIED
982           name CDATA #IMPLIED
983           unless CDATA #IMPLIED
984           if CDATA #IMPLIED>
985
986 <!ELEMENT reference (patternset | exclude | include | custom | present | none | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
987 <!ATTLIST reference
988           id ID #IMPLIED
989           refid IDREF #IMPLIED
990           file CDATA #IMPLIED
991           dir CDATA #IMPLIED
992           defaultexcludes %boolean; #IMPLIED
993           followsymlinks %boolean; #IMPLIED
994           casesensitive %boolean; #IMPLIED
995           description CDATA #IMPLIED
996           excludes CDATA #IMPLIED
997           includesfile CDATA #IMPLIED
998           excludesfile CDATA #IMPLIED
999           includes CDATA #IMPLIED>
1000
1001 <!ELEMENT src (patternset | exclude | include | custom | present | none | not | type | modified | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
1002 <!ATTLIST src
1003           id ID #IMPLIED
1004           refid IDREF #IMPLIED
1005           file CDATA #IMPLIED
1006           dir CDATA #IMPLIED
1007           defaultexcludes %boolean; #IMPLIED
1008           followsymlinks %boolean; #IMPLIED
1009           casesensitive %boolean; #IMPLIED
1010           description CDATA #IMPLIED
1011           excludes CDATA #IMPLIED
1012           includesfile CDATA #IMPLIED
1013           excludesfile CDATA #IMPLIED
1014           includes CDATA #IMPLIED>
1015
1016 <!ELEMENT dirname EMPTY>
1017 <!ATTLIST dirname
1018           id ID #IMPLIED
1019           taskname CDATA #IMPLIED
1020           file CDATA #IMPLIED
1021           description CDATA #IMPLIED
1022           property CDATA #IMPLIED>
1023
1024 <!ELEMENT pfx-xslt (patternset | exclude | include | custom | present | none | not | type | modified | param | or | contains | depend | different | size | majority | containsregexp | filename | selector | includesfile | date | excludesfile | depth | and)*>
1025 <!ATTLIST pfx-xslt
1026           id ID #IMPLIED
1027           style CDATA #IMPLIED
1028           destdir CDATA #IMPLIED
1029           outfile CDATA #IMPLIED
1030           defaultexcludes %boolean; #IMPLIED
1031           followsymlinks %boolean; #IMPLIED
1032           catalogfile CDATA #IMPLIED
1033           validate %boolean; #IMPLIED
1034           taskname CDATA #IMPLIED
1035           casesensitive %boolean; #IMPLIED
1036           srcdir CDATA #IMPLIED
1037           description CDATA #IMPLIED
1038           extension CDATA #IMPLIED
1039           excludesfile CDATA #IMPLIED
1040           includesfile CDATA #IMPLIED
1041           excludes CDATA #IMPLIED
1042           infile CDATA #IMPLIED
1043           includes CDATA #IMPLIED>
1044
1045 <!ELEMENT wlrun (classpath | wlclasspath)*>
1046 <!ATTLIST wlrun
1047           id ID #IMPLIED
1048           name CDATA #IMPLIED
1049           classpath CDATA #IMPLIED
1050           pkpassword CDATA #IMPLIED
1051           beahome CDATA #IMPLIED
1052           domain CDATA #IMPLIED
1053           username CDATA #IMPLIED
1054           weblogicmainclass CDATA #IMPLIED
1055           wlclasspath CDATA #IMPLIED
1056           policy CDATA #IMPLIED
1057           properties CDATA #IMPLIED
1058           args CDATA #IMPLIED
1059           home CDATA #IMPLIED
1060           taskname CDATA #IMPLIED
1061           description CDATA #IMPLIED
1062           password CDATA #IMPLIED
1063           jvmargs CDATA #IMPLIED>
1064
1065 <!ELEMENT wlclasspath (fileset | dirset | extdirs | existing | filelist | pathelement | path)*>
1066 <!ATTLIST wlclasspath
1067           id ID #IMPLIED
1068           location CDATA #IMPLIED
1069           refid IDREF #IMPLIED
1070           description CDATA #IMPLIED
1071           path CDATA #IMPLIED>
1072
1073 <!ELEMENT p4label EMPTY>
1074 <!ATTLIST p4label
1075           id ID #IMPLIED
1076           name CDATA #IMPLIED
1077           port CDATA #IMPLIED
1078           client CDATA #IMPLIED
1079           inerror %boolean; #IMPLIED
1080           user CDATA #IMPLIED
1081           cmdopts CDATA #IMPLIED
1082           desc CDATA #IMPLIED
1083           globalopts CDATA #IMPLIED
1084           view CDATA #IMPLIED
1085           taskname CDATA #IMPLIED
1086           description CDATA #IMPLIED
1087           failonerror %boolean; #IMPLIED
1088           errormessage CDATA #IMPLIED
1089           lock CDATA #IMPLIED>
1090
1091 <!ELEMENT p4revert EMPTY>
1092 <!ATTLIST p4revert
1093           id ID #IMPLIED
1094           port CDATA #IMPLIED
1095           client CDATA #IMPLIED
1096           inerror %boolean; #IMPLIED
1097           revertonlyunchanged %boolean; #IMPLIED
1098           user CDATA #IMPLIED
1099           cmdopts CDATA #IMPLIED
1100           globalopts CDATA #IMPLIED
1101           view CDATA #IMPLIED
1102           change CDATA #IMPLIED
1103           taskname CDATA #IM