Salome HOME
First draft of SAMPLES maintenance - Cotech 112.2
[samples/datafiles.git] / Yacs / Schemas / calcium0.xml
diff --git a/Yacs/Schemas/calcium0.xml b/Yacs/Schemas/calcium0.xml
deleted file mode 100644 (file)
index 5b99b50..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<!--
-  Copyright (C) 2006-2019  CEA/DEN, EDF R&D
-
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-
-  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-
--->
-<proc>
-
-    <!-- types -->
-    <objref name="CALCIUM_integer"/>
-    <!-- inline -->
-    <inline name="node0" >
-      <script>
-        <code>n=20</code>
-      </script>
-      <outport name="n" type="int"/>
-    </inline>
-    <!-- service -->
-    <service name="node1" >
-      <component>DSCCODC</component>
-      <method>prun</method>
-      <inport name="niter" type="int"/>
-      <instream name="ETP_EN" type="CALCIUM_integer">
-        <property name="DependencyType" value="TIME_DEPENDENCY"/>
-      </instream>
-      <outstream name="STP_EN" type="CALCIUM_integer">
-        <property name="DependencyType" value="TIME_DEPENDENCY"/>
-      </outstream>
-    </service>
-    <service name="node2" >
-      <component>DSCCODD</component>
-      <method>prun</method>
-      <inport name="niter" type="int"/>
-      <instream name="ETP_EN" type="CALCIUM_integer">
-        <property name="DependencyType" value="TIME_DEPENDENCY"/>
-      </instream>
-      <outstream name="STP_EN" type="CALCIUM_integer">
-        <property name="DependencyType" value="TIME_DEPENDENCY"/>
-      </outstream>
-    </service>
-    <!--control -->
-    <control> <fromnode>node0</fromnode> <tonode>node1</tonode> </control>
-    <control> <fromnode>node0</fromnode> <tonode>node2</tonode> </control>
-    <!--datalinks -->
-    <datalink> 
-      <fromnode>node0</fromnode><fromport>n</fromport>
-      <tonode>node1</tonode> <toport>niter</toport> 
-    </datalink>
-    <datalink> 
-      <fromnode>node0</fromnode><fromport>n</fromport>
-      <tonode>node2</tonode> <toport>niter</toport> 
-    </datalink>
-    <!--parameters -->
-
-    <!--stream -->
-    <stream>
-      <fromnode>node2</fromnode> <fromport>STP_EN</fromport>
-      <tonode>node1</tonode> <toport>ETP_EN</toport>
-      <property name="DateCalSchem" value="TI_SCHEM"/>
-    </stream>
-    <stream>
-      <fromnode>node1</fromnode> <fromport>STP_EN</fromport>
-      <tonode>node2</tonode> <toport>ETP_EN</toport>
-      <property name="DateCalSchem" value="TI_SCHEM"/>
-    </stream>
-
-</proc>