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/helptools/schema/mathml3.rng | |
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/helptools/schema/mathml3.rng')
-rwxr-xr-x | modules/helptools/schema/mathml3.rng | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/helptools/schema/mathml3.rng b/modules/helptools/schema/mathml3.rng new file mode 100755 index 000000000..cb752e9ff --- /dev/null +++ b/modules/helptools/schema/mathml3.rng @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ This is the Mathematical Markup Language (MathML) 3.0, an XML
+ application for describing mathematical notation and capturing
+ both its structure and content.
+
+ Copyright 1998-2010 W3C (MIT, ERCIM, Keio)
+
+ Use and distribution of this code are permitted under the terms
+ W3C Software Notice and License
+ http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+-->
+<grammar ns="http://www.w3.org/1998/Math/MathML" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns="http://relaxng.org/ns/structure/1.0">
+ <include href="mathml3-content.rng">
+ <a:documentation>Content MathML</a:documentation>
+ </include>
+ <include href="mathml3-presentation.rng">
+ <a:documentation>Presentation MathML</a:documentation>
+ </include>
+ <include href="mathml3-common.rng">
+ <a:documentation>math and semantics common to both Content and Presentation</a:documentation>
+ </include>
+</grammar>
|