Salome HOME
Merge from V6_main_20120808 08Aug12
[samples/datafiles.git] / Yacs / Schemas / schema.xml
diff --git a/Yacs/Schemas/schema.xml b/Yacs/Schemas/schema.xml
new file mode 100644 (file)
index 0000000..4ed2a5c
--- /dev/null
@@ -0,0 +1,80 @@
+<!--
+  Copyright (C) 2006-2011  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.
+
+  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>
+    <type name="double" kind="double"/>
+    <sequence name="dblevec" content="double"/>
+    <sequence name="dblevecvec" content="dblevec"/>
+    <objref name="geom" />
+    <objref name="sgeom" >
+        <base>geom</base>
+    </objref>
+    <sequence name="geomvec" content="geom"/>
+    <sequence name="sgeomvec" content="sgeom"/>
+    <sequence name="sgeomvecvec" content="sgeomvec"/>
+
+    <inline name="node1" >
+            <script><code></code></script>
+        <outport name="p1" type="int"/>
+    </inline>
+    <inline name="node2" >
+            <script><code></code></script>
+        <inport name="p1" type="int"/>
+    </inline>
+    <bloc name="b1" >
+        <inline name="n1" > <script><code></code></script> </inline>
+        <inline name="n4">
+            <script><code></code></script>
+            <inport name="p1" type="int"/>
+            <inport name="p2" type="double"/>
+            <inport name="p3" type="int"/>
+            <inport name="p4" type="int"/>
+            <outport name="p1" type="int"/>
+        </inline>
+        <inline name="n5" > <script><code></code></script> </inline>
+        <inline name="n6" > <script><code></code></script> </inline>
+        <bloc name="b1">
+            <inline name="no1">
+            <script><code></code></script>
+               <outport name="p1" type="int"/>
+            </inline>
+            <inline name="no2">
+            <script><code></code></script>
+               <inport name="p1" type="int"/>
+            </inline>
+            <bloc name="bb1">
+               <inline name="bbno1" > <script><code></code></script> </inline>
+            </bloc>
+            <datalink>
+                <fromnode>no1</fromnode>
+                <tonode>no2</tonode>
+                <fromport>p1</fromport>
+                <toport>p1</toport>
+            </datalink>
+        </bloc>
+    </bloc>
+    <control> <fromnode>node1</fromnode> <tonode>node2</tonode> </control>
+    <datalink>
+        <fromnode>node1</fromnode>
+        <tonode>node2</tonode>
+        <fromport>p1</fromport>
+        <toport>p1</toport>
+    </datalink>
+</proc>