1 <?xml version="1.0" encoding="UTF-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3 <mime-type type="application/x-scilab-sci">
4 <sub-class-of type="text/plain"/>
5 <comment xml:lang="en">Scilab macro</comment>
6 <glob pattern="*.sci"/>
8 <mime-type type="application/x-scilab-sce">
9 <sub-class-of type="text/plain"/>
10 <comment xml:lang="en">Scilab script</comment>
11 <glob pattern="*.sce"/>
13 <mime-type type="application/x-scilab-tst">
14 <sub-class-of type="application/sce"/>
15 <comment xml:lang="en">Scilab test</comment>
16 <glob pattern="*.tst"/>
18 <mime-type type="application/x-scilab-dem">
19 <sub-class-of type="application/sce"/>
20 <comment xml:lang="en">Scilab demo</comment>
21 <glob pattern="*.dem"/>
23 <mime-type type="application/x-scilab-xcos">
24 <sub-class-of type="text/xml"/>
25 <comment xml:lang="en">Scilab/Xcos schema</comment>
26 <glob pattern="*.xcos"/>
29 <mime-type type="application/x-scilab-bin">
30 <sub-class-of type="application/octet-stream"/>
31 <comment xml:lang="en">Scilab binary</comment>
32 <glob pattern="*.bin"/>
34 <mime-type type="application/x-scilab-cosf">
35 <sub-class-of type="application/x-scilab-sce"/>
36 <comment xml:lang="en">Scicos schema</comment>
37 <glob pattern="*.cosf"/>
39 <mime-type type="application/x-scilab-cos">
40 <sub-class-of type="application/x-scilab-bin"/>
41 <comment xml:lang="en">Scicos binary schema</comment>
42 <glob pattern="*.cos"/>