Salome HOME
new document type "visualization" is added.
[tools/siman.git] / Workspace / Siman-WS / WebContent / conf / som.xml
index 0847a600ccc07a78ef1f8ba8f589d9e003022426..c85982bdb38940a7dff1bfc45d1de487d65a5246 100644 (file)
@@ -6,7 +6,7 @@
 <!-- 1. Database physical location
      -->
     <database>
-        <repository disk="W:/Eclipse workspace/SIMAN/Repository" />
+        <repository disk="/home/siman/Repository" />
     </database>
 
 
@@ -42,7 +42,7 @@
      - Whatever is the naming scheme used, in order to avoid name clashes, file names are anyway suffixed by an index
        unique in the scope of the owner study.
      -->
-        <files name="encoded"/>
+        <files name="asis"/>
 
 <!-- 2.3 Document versions format
      -->
         <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"/>
+        <article type="visualisation"/>
     </documents>
 
 
@@ -92,7 +95,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,visualisation" result="coparisonResult"/>
             <storage path="6.Report"/>
+            <module name="VISU"/>
+        </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="sldasm" type="geometry"/>          <!-- SolidWorks Assembly             -->
             <mapping extension="part"   type="geometry"/>          <!-- GEOM Part                       -->
             <mapping extension="py"     type="geometry"/>          <!-- GEOM Python script              -->
+            <mapping extension="brep"   type="geometry"/>          <!-- GEOM Part                       -->
         </step>
         <step number="4">
             <mapping extension="doc"    type="memorandum"/>
             <mapping extension="med"    type="model"/>
             <mapping extension="py"     type="model"/>             <!-- SMESH Python script             -->
         </step>
+        <step number="6">
+            <mapping extension="srd"    type="coparisonResult"/>
+            <mapping extension="py"     type="visualisation"/>
+        </step>
+        <step number="7">
+            <mapping extension="xml"    type="schema"/>
+        </step>
     </default-doctypes>
     
 </project-structure>
\ No newline at end of file