source: main/trunk/gli/classes/xml/workflows.xml@ 22476

Last change on this file since 22476 was 9368, checked in by mdewsnip, 19 years ago

The strings for this file are now stored in the dictionary, so they can be translated.

  • Property svn:keywords set to Author Date Id Revision
File size: 588 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE PredefinedWorkflows [
3 <!ELEMENT PredefinedWorkflows (Workflow*)>
4 <!ELEMENT Workflow (#PCDATA)>
5 <!ATTLIST Workflow
6 download CDATA "true"
7 gather CDATA "true"
8 enrich CDATA "true"
9 design CDATA "true"
10 create CDATA "true"
11 export CDATA "true">
12]>
13
14<PredefinedWorkflows>
15 <Workflow>Workflow.AllPanels</Workflow>
16 <Workflow download="false">Workflow.LocalSourceCollectionBuilding</Workflow>
17 <Workflow design="false" create="false">Workflow.DocumentEnriching</Workflow>
18</PredefinedWorkflows>
Note: See TracBrowser for help on using the repository browser.