source: documented-example-collections/trunk/image-e/image-e.col@ 18738

Last change on this file since 18738 was 18738, checked in by oranfry, 15 years ago

the rest of the documented example collections

  • Property svn:executable set to *
File size: 1002 bytes
RevLine 
[18738]1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE GathererCollection [
3 <!ELEMENT GathererCollection (Argument*, GathererConfig, BuildConfig, DirectoryMappings)>
4 <!ELEMENT GathererConfig (Arguments*)>
5 <!ELEMENT BuildConfig (Build, Import)>
6 <!ELEMENT Build (Arguments*)>
7 <!ELEMENT Import (Arguments*)>
8 <!ELEMENT Argument (#PCDATA)>
9 <!ATTLIST Argument
10 name CDATA #REQUIRED
11 enabled CDATA "true">
12 <!ELEMENT DirectoryMappings (Mapping*)>
13 <!ELEMENT Mapping (#PCDATA)>
14 <!ATTLIST Mapping
15 name CDATA #REQUIRED
16 file CDATA #REQUIRED>
17]>
18<GathererCollection>
19 <Argument name="built">false</Argument>
20 <Argument name="imported">true</Argument>
21 <GathererConfig/>
22 <BuildConfig>
23 <Build/>
24 <Import>
25 <Argument enabled="true" name="removeold"/>
26 </Import>
27 </BuildConfig>
28 <DirectoryMappings/>
29</GathererCollection>
Note: See TracBrowser for help on using the repository browser.