summaryrefslogtreecommitdiff
path: root/modules/preferences/etc/XWizard.xml
blob: 83086dcef84c3f158e88ca3e85bd6de822a32f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version='1.0' encoding='utf-8'?>

<user-block-wizard select="xcos">
    
    <kind name="xcos" title="XCos super block">&lt;HTML&gt;
        
        Some explanatory text about &lt;U&gt;XCos super block&lt;/U&gt;.
        
    </kind>
    
    <folder title="Function block">
        
        <kind name="expression" title="Scilab expression">&lt;HTML&gt;
            
            Some explanatory text about &lt;U&gt;Scilab expression&lt;/U&gt;.
            
        </kind>
        
        <kind name="function" title="Scilab function">&lt;HTML&gt;
            
            Some explanatory text about &lt;U&gt;Scilab function&lt;/U&gt;.
            
        </kind>
        
        <kind title="C, C++ or Java function"> <!-- name="imperative" -->
            
            This item is not fully explained in the specification.
            
        </kind>
        
        <kind title="Fortran function"> <!-- name="fortran"  -->
            
            This item is not fully explained in the specification.
            
        </kind>
        
        <kind title="Modelica model"> <!-- name="modelica" -->
            
            This item is not fully explained in the specification.
            
        </kind>
        
    </folder>
    
    <kind title="PDE">
        
        This item is not explained in the specification.
        
    </kind>
    
</user-block-wizard>