summaryrefslogtreecommitdiff
path: root/modules/functions/xml
diff options
context:
space:
mode:
authorShashank2017-05-29 12:40:26 +0530
committerShashank2017-05-29 12:40:26 +0530
commit0345245e860375a32c9a437c4a9d9cae807134e9 (patch)
treead51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /modules/functions/xml
downloadscilab_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/functions/xml')
-rwxr-xr-xmodules/functions/xml/gateway.dtd14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/functions/xml/gateway.dtd b/modules/functions/xml/gateway.dtd
new file mode 100755
index 000000000..4761e3514
--- /dev/null
+++ b/modules/functions/xml/gateway.dtd
@@ -0,0 +1,14 @@
+<!ELEMENT GATEWAY ( PRIMITIVE+ ) >
+<!ATTLIST GATEWAY name NMTOKEN #REQUIRED >
+
+<!ATTLIST META
+CATEGORY CDATA "Scilab gateway"
+VERSION_SCI CDATA "5.3"
+VERSION_DOC CDATA "1.0"
+AUTHOR CDATA "Allan CORNET DIGITEO 2010"
+ >
+
+<!ELEMENT PRIMITIVE EMPTY >
+<!ATTLIST PRIMITIVE gatewayId CDATA #REQUIRED >
+<!ATTLIST PRIMITIVE primitiveId NMTOKEN #REQUIRED >
+<!ATTLIST PRIMITIVE primitiveName CDATA #REQUIRED >