dol: initial dol commit
[jump.git] / dol / examples / examplesingleprocess / examplesingleprocess.xml
diff --git a/dol/examples/examplesingleprocess/examplesingleprocess.xml b/dol/examples/examplesingleprocess/examplesingleprocess.xml
new file mode 100644 (file)
index 0000000..07937ae
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<processnetwork 
+xmlns="http://www.tik.ee.ethz.ch/~shapes/schema/PROCESSNETWORK" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+xsi:schemaLocation="http://www.tik.ee.ethz.ch/~shapes/schema/PROCESSNETWORK
+    http://www.tik.ee.ethz.ch/~shapes/schema/processnetwork.xsd" name="independent processes"> 
+
+  <!-- processes -->
+  <iterator variable="i" range="3">
+    <process name="task"> 
+      <append function="i"/>
+      <source type="c" location="task.c"/>
+    </process>
+  </iterator>
+
+</processnetwork>