diff options
author | Shashank | 2017-05-29 12:40:26 +0530 |
---|---|---|
committer | Shashank | 2017-05-29 12:40:26 +0530 |
commit | 0345245e860375a32c9a437c4a9d9cae807134e9 (patch) | |
tree | ad51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /modules/preferences/etc/XWizard.xml | |
download | scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2 scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip |
CMSCOPE changed
Diffstat (limited to 'modules/preferences/etc/XWizard.xml')
-rwxr-xr-x | modules/preferences/etc/XWizard.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/modules/preferences/etc/XWizard.xml b/modules/preferences/etc/XWizard.xml new file mode 100755 index 000000000..83086dcef --- /dev/null +++ b/modules/preferences/etc/XWizard.xml @@ -0,0 +1,52 @@ +<?xml version='1.0' encoding='utf-8'?> + +<user-block-wizard select="xcos"> + + <kind name="xcos" title="XCos super block"><HTML> + + Some explanatory text about <U>XCos super block</U>. + + </kind> + + <folder title="Function block"> + + <kind name="expression" title="Scilab expression"><HTML> + + Some explanatory text about <U>Scilab expression</U>. + + </kind> + + <kind name="function" title="Scilab function"><HTML> + + Some explanatory text about <U>Scilab function</U>. + + </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> + |