Salome HOME
The draft of the "Copy from existing study" action is added. The YACS step is introdu...
[tools/siman.git] / Workspace / Siman / WebContent / conf / som.xml
index 8316a292bdd3375af163740784e45c05805b8414..b26d101c9f7a03b2c3b27bccec694b91cade5043 100644 (file)
@@ -6,7 +6,7 @@
 <!-- 1. Database physical location
      -->
     <database>
-        <repository disk="D:/users/rkv/SALOME_SIMER/rep" />
+        <repository disk="D:\users\rkv\SALOME_SIMER\rep" />
     </database>
 
 
         <article type="log"           uses="script"/>
         <article type="results"       uses="script"/>
         <article type="report"        uses="results"/>
+        <article type="schema"/>
         <article type="memorandum"/>
         <article type="minutes"/>
+        <article type="coparisonResult"/>
     </documents>
 
 
@@ -92,7 +94,7 @@
     <!-- Geometry characteristics               Examples:                 -->
         <article type="object"/>           <!-- Car, Plane, Equipment...  -->
         <article type="part"/>             <!-- Crankcase, Outer layer... -->
-        <artivle type="geometry"/>         <!-- Surface, Volume           -->
+        <article type="geometry"/>         <!-- Surface, Volume           -->
 
     <!-- Model characteristics                  Examples:            -->
         <article type="model"/>            <!-- CSG, FEM...          -->
             <module name="CASTEM"/>
         </step>
         <step name="postprocessing">
-            <flow contents="memorandum,minutes"/>
+            <flow contents="memorandum,minutes,coparisonResult" result="coparisonResult"/>
             <storage path="6.Report"/>
         </step>
+        <step name="schema">
+            <flow contents="schema" result="schema"/>
+            <storage path="7.Schema"/>
+            <module name="YACS"/>
+        </step>
         <step name="capitalization">
             <flow contents="knowledge"/>
-            <storage path="6.Report"/>
+            <storage path="8.Summary"/>
         </step>
       </scenario>
         <step name="reporting">
         <document type="results">
             <import format="med"/>      <!-- Calculation results source file          -->
         </document>
+        <document type="schema">
+            <import format="xml"/>      <!-- Calculation results source file          -->
+        </document>
     </mappings>
     
     <default-doctypes>
             <mapping extension="med"    type="model"/>
             <mapping extension="py"     type="model"/>             <!-- SMESH Python script             -->
         </step>
+        <step number="6">
+            <mapping extension="srd"    type="coparisonResult"/>
+        </step>
+        <step number="7">
+            <mapping extension="xml"    type="schema"/>
+        </step>
     </default-doctypes>
     
 </project-structure>
\ No newline at end of file