gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28083 - gnunet-planetlab/gplmt/contrib


From: gnunet
Subject: [GNUnet-SVN] r28083 - gnunet-planetlab/gplmt/contrib
Date: Tue, 16 Jul 2013 11:37:13 +0200

Author: wachs
Date: 2013-07-16 11:37:13 +0200 (Tue, 16 Jul 2013)
New Revision: 28083

Modified:
   gnunet-planetlab/gplmt/contrib/tasklist_schema.xsd
Log:
new linking feature


Modified: gnunet-planetlab/gplmt/contrib/tasklist_schema.xsd
===================================================================
--- gnunet-planetlab/gplmt/contrib/tasklist_schema.xsd  2013-07-16 08:46:14 UTC 
(rev 28082)
+++ gnunet-planetlab/gplmt/contrib/tasklist_schema.xsd  2013-07-16 09:37:13 UTC 
(rev 28083)
@@ -6,7 +6,8 @@
   <xs:sequence>
     <xs:choice minOccurs="0" maxOccurs="unbounded">
       <xs:element name="sequence" type="sequence" />
-      <xs:element name="parallel" type="parallel" />
+      <xs:element name="parallel" type="parallel" />
+      <xs:element name="link" type="link" />
       <xs:element name="run" type="run" />
       <xs:element name="run_per_host" type="run_per_host" />      
       <xs:element name="monitor" type="monitor" />
@@ -17,12 +18,24 @@
   <xs:attribute name="name" type="xs:string"/>
   <xs:attribute name="enabled" type="xs:boolean"/>
 </xs:complexType>
+
+<xs:complexType name="link">
+  <xs:sequence>
+    <xs:element name="task_file" type="xs:string"/>
+    <xs:element name="timeout" type="xs:integer"/>
+    <xs:element name="stop_on_fail" type="xs:boolean"/>
+  </xs:sequence>
+  <xs:attribute name="name" type="xs:string"/>
+  <xs:attribute name="enabled" type="xs:boolean"/>
+</xs:complexType>
+
 
 <xs:complexType name="sequence">
   <xs:sequence>
     <xs:choice minOccurs="0" maxOccurs="unbounded">
       <xs:element name="sequence" type="sequence" />
-      <xs:element name="parallel" type="parallel" />
+      <xs:element name="parallel" type="parallel" />
+      <xs:element name="link" type="link" />
       <xs:element name="run" type="run" />
       <xs:element name="run_per_host" type="run_per_host" />      
       <xs:element name="monitor" type="monitor" />
@@ -38,7 +51,8 @@
   <xs:sequence>
     <xs:choice minOccurs="0" maxOccurs="unbounded">
       <xs:element name="sequence" type="sequence" />
-      <xs:element name="parallel" type="parallel" />
+      <xs:element name="parallel" type="parallel" />
+      <xs:element name="link" type="link" />
       <xs:element name="run" type="run" />
       <xs:element name="run_per_host" type="run_per_host" />
       <xs:element name="monitor" type="monitor" />




reply via email to

[Prev in Thread] Current Thread [Next in Thread]