dol: initial dol commit
[jump.git] / dol / examples / examplesingleprocess / examplesingleprocess.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <processnetwork 
3 xmlns="http://www.tik.ee.ethz.ch/~shapes/schema/PROCESSNETWORK" 
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
5 xsi:schemaLocation="http://www.tik.ee.ethz.ch/~shapes/schema/PROCESSNETWORK
6     http://www.tik.ee.ethz.ch/~shapes/schema/processnetwork.xsd" name="independent processes"> 
7
8   <!-- processes -->
9   <iterator variable="i" range="3">
10     <process name="task"> 
11       <append function="i"/>
12       <source type="c" location="task.c"/>
13     </process>
14   </iterator>
15
16 </processnetwork>