diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/modules/mkii/x-mathml.xsd')
-rw-r--r-- | Master/texmf-dist/tex/context/modules/mkii/x-mathml.xsd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/modules/mkii/x-mathml.xsd b/Master/texmf-dist/tex/context/modules/mkii/x-mathml.xsd new file mode 100644 index 00000000000..1c29452b06a --- /dev/null +++ b/Master/texmf-dist/tex/context/modules/mkii/x-mathml.xsd @@ -0,0 +1,11 @@ +<?xml version="1.0"?> + +<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xds="http://www.w3.org/?"> + +<xsd:schema> + +<xsd:element name="imath" type="mathml:math" /> +<xsd:element name="dmath" type="mathml:math" /> + +</xsd:schema> |