source: main/trunk/model-sites-dev/atea/collect/voxel-vids/gli.col@ 34457

Last change on this file since 34457 was 33166, checked in by davidb, 5 years ago

Collection config files and initial programming work for atea collections

  • Property svn:executable set to *
  • Property svn:mime-type set to application/xml
File size: 681 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE GathererCollection [<!ELEMENT GathererCollection (Argument*,GathererConfig,BuildConfig)>
3<!ELEMENT GathererConfig (Arguments*)>
4<!ELEMENT BuildConfig (Build,Import)>
5<!ELEMENT Build (Arguments*)>
6<!ELEMENT Import (Arguments*)>
7<!ELEMENT Schedule (Arguments*)>
8<!ELEMENT Argument (#PCDATA)>
9<!ATTLIST Argument name CDATA #REQUIRED>
10<!ATTLIST Argument enabled CDATA 'true'>
11]>
12<GathererCollection>
13 <Argument name="built">false</Argument>
14 <Argument name="imported">true</Argument>
15 <Argument name="skimfile">true</Argument>
16 <GathererConfig/>
17 <BuildConfig>
18 <Build/>
19 <Import/>
20 <Schedule/>
21 </BuildConfig>
22</GathererCollection>
Note: See TracBrowser for help on using the repository browser.