summaryrefslogtreecommitdiff
path: root/schema/mathml2/common/xlink-href.xsd
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-06-22 18:20:46 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-26 12:20:31 +0200
commita09ed7100e07c0416017c06de9e22fa888377d15 (patch)
tree146739719a89a7ca98dd3fad1afe619c242fd011 /schema/mathml2/common/xlink-href.xsd
parentb88706f98b0859a40b5e50596c9fa75398c90c2f (diff)
schema: add MathML2 XSD
These are needed to invoke the ODF validator with custom ODF schemas. Change-Id: I231b5d8a8573e9ac6171a331362a31aceae08d80 Reviewed-on: https://gerrit.libreoffice.org/56399 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'schema/mathml2/common/xlink-href.xsd')
-rw-r--r--schema/mathml2/common/xlink-href.xsd20
1 files changed, 20 insertions, 0 deletions
diff --git a/schema/mathml2/common/xlink-href.xsd b/schema/mathml2/common/xlink-href.xsd
new file mode 100644
index 000000000000..a386bc9fba5e
--- /dev/null
+++ b/schema/mathml2/common/xlink-href.xsd
@@ -0,0 +1,20 @@
+<schema targetNamespace="http://www.w3.org/1999/xlink"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2001/XMLSchema">
+ <annotation>
+ <documentation xml:lang="en">
+ This schema provides the XLink href attribute for use in the MathML2
+ schema. Written by Max Froumentin, W3C.
+ </documentation>
+ </annotation>
+
+ <attribute name="href" type="anyURI"/>
+</schema>
+
+
+<!--
+ Copyright &#251; 2002 World Wide Web Consortium, (Massachusetts Institute
+ of Technology, Institut National de Recherche en Informatique et en
+ Automatique, Keio University). All Rights Reserved. See
+ http://www.w3.org/Consortium/Legal/.
+ -->