Salome HOME
Update copyrights
[modules/parametric.git] / resources / PARAMETRICCatalog.xml
1 <?xml version='1.0' encoding='us-ascii' ?>
2 <!--
3  Copyright (C) 2012-2015 EDF
4
5  This file is part of SALOME PARAMETRIC module.
6
7  SALOME PARAMETRIC module is free software: you can redistribute it and/or modify
8  it under the terms of the GNU Lesser General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11
12  SALOME PARAMETRIC module is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  GNU Lesser General Public License for more details.
16
17  You should have received a copy of the GNU Lesser General Public License
18  along with SALOME PARAMETRIC module.  If not, see <http://www.gnu.org/licenses/>.
19 -->
20
21 <!-- XML component catalog -->
22 <begin-catalog>
23
24 <!-- Component list -->
25 <component-list>
26   <component>
27         <!-- Component identification -->
28         <component-name>PARAMETRIC</component-name>
29         <component-username>PARAMETRIC</component-username>
30         <component-type>Data</component-type>
31         <component-author>EDF-RD</component-author>
32         <component-version>1.0</component-version>
33         <component-comment></component-comment>
34         <component-multistudy>0</component-multistudy>
35         <component-impltype>SO</component-impltype>
36         <component-implname></component-implname>
37         <component-interface-list>
38             <component-interface-name>PARAMETRIC</component-interface-name>
39             <component-interface-comment></component-interface-comment>
40             <component-service-list>
41                 <component-service>
42                     <!-- service-identification -->
43                     <service-name>RunStudy</service-name>
44                     <service-author>EDF-RD</service-author>
45                     <service-version>1.0</service-version>
46                     <service-comment></service-comment>
47                     <service-by-default>0</service-by-default>
48                     <!-- service-connexion -->
49                     <inParameter-list>
50                         <inParameter>
51                           <inParameter-name>studyID</inParameter-name>
52                           <inParameter-type>long</inParameter-type>
53                        </inParameter>
54                         <inParameter>
55                           <inParameter-name>detCaseEntry</inParameter-name>
56                           <inParameter-type>string</inParameter-type>
57                        </inParameter>
58                     </inParameter-list>
59                     <outParameter-list>
60                     </outParameter-list>
61                     <DataStream-list>
62                     </DataStream-list>
63                 </component-service>
64             </component-service-list>
65         </component-interface-list>
66   </component>
67 </component-list>
68 </begin-catalog>