Salome HOME
Copyrights update 2015.
[samples/datafiles.git] / Yacs / Schemas / schema.xml
1 <!--
2   Copyright (C) 2006-2015  CEA/DEN, EDF R&D
3
4   This library is free software; you can redistribute it and/or
5   modify it under the terms of the GNU Lesser General Public
6   License as published by the Free Software Foundation; either
7   version 2.1 of the License, or (at your option) any later version.
8
9   This library is distributed in the hope that it will be useful,
10   but WITHOUT ANY WARRANTY; without even the implied warranty of
11   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12   Lesser General Public License for more details.
13
14   You should have received a copy of the GNU Lesser General Public
15   License along with this library; if not, write to the Free Software
16   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17
18   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 -->
21 <proc>
22     <type name="double" kind="double"/>
23     <sequence name="dblevec" content="double"/>
24     <sequence name="dblevecvec" content="dblevec"/>
25     <objref name="geom" />
26     <objref name="sgeom" >
27         <base>geom</base>
28     </objref>
29     <sequence name="geomvec" content="geom"/>
30     <sequence name="sgeomvec" content="sgeom"/>
31     <sequence name="sgeomvecvec" content="sgeomvec"/>
32
33     <inline name="node1" >
34             <script><code></code></script>
35         <outport name="p1" type="int"/>
36     </inline>
37     <inline name="node2" >
38             <script><code></code></script>
39         <inport name="p1" type="int"/>
40     </inline>
41     <bloc name="b1" >
42         <inline name="n1" > <script><code></code></script> </inline>
43         <inline name="n4">
44             <script><code></code></script>
45             <inport name="p1" type="int"/>
46             <inport name="p2" type="double"/>
47             <inport name="p3" type="int"/>
48             <inport name="p4" type="int"/>
49             <outport name="p1" type="int"/>
50         </inline>
51         <inline name="n5" > <script><code></code></script> </inline>
52         <inline name="n6" > <script><code></code></script> </inline>
53         <bloc name="b1">
54             <inline name="no1">
55             <script><code></code></script>
56                <outport name="p1" type="int"/>
57             </inline>
58             <inline name="no2">
59             <script><code></code></script>
60                <inport name="p1" type="int"/>
61             </inline>
62             <bloc name="bb1">
63                <inline name="bbno1" > <script><code></code></script> </inline>
64             </bloc>
65             <datalink>
66                 <fromnode>no1</fromnode>
67                 <tonode>no2</tonode>
68                 <fromport>p1</fromport>
69                 <toport>p1</toport>
70             </datalink>
71         </bloc>
72     </bloc>
73     <control> <fromnode>node1</fromnode> <tonode>node2</tonode> </control>
74     <datalink>
75         <fromnode>node1</fromnode>
76         <tonode>node2</tonode>
77         <fromport>p1</fromport>
78         <toport>p1</toport>
79     </datalink>
80 </proc>