Bump version to 21.06.18.1
[LibreOffice.git] / schema / mathml2 / mathml2.xsd
blob2bd76bfb67d4a7b815550fd48beae662e470aa6a
1 <?xml version="1.0" encoding="UTF-8"?>
3 <xs:schema
4 xmlns:xs="http://www.w3.org/2001/XMLSchema"
5 xmlns="http://www.w3.org/1998/Math/MathML"
6 targetNamespace="http://www.w3.org/1998/Math/MathML"
7 elementFormDefault="qualified"
9 <xs:annotation>
10 <xs:documentation>
11 This is an XML Schema for MathML.
12 Author: St&#233;phane Dalmas, INRIA.
13 </xs:documentation>
14 </xs:annotation>
16 <!-- common stuff -->
18 <xs:include schemaLocation="common/math.xsd"/>
19 <xs:include schemaLocation="common/common-attribs.xsd"/>
21 <!-- Presentation -->
22 <xs:include schemaLocation="presentation/common-types.xsd"/>
23 <xs:include schemaLocation="presentation/common-attribs.xsd"/>
24 <xs:include schemaLocation="presentation/characters.xsd"/>
25 <xs:include schemaLocation="presentation/tokens.xsd"/>
26 <xs:include schemaLocation="presentation/scripts.xsd"/>
27 <xs:include schemaLocation="presentation/space.xsd"/>
28 <xs:include schemaLocation="presentation/layout.xsd"/>
29 <xs:include schemaLocation="presentation/table.xsd"/>
30 <xs:include schemaLocation="presentation/style.xsd"/>
31 <xs:include schemaLocation="presentation/error.xsd"/>
32 <xs:include schemaLocation="presentation/action.xsd"/>
34 <!-- Content -->
36 <xs:include schemaLocation="content/common-attrib.xsd"/>
37 <xs:include schemaLocation="content/tokens.xsd"/>
38 <xs:include schemaLocation="content/arith.xsd"/>
39 <xs:include schemaLocation="content/functions.xsd"/>
40 <xs:include schemaLocation="content/logic.xsd"/>
41 <xs:include schemaLocation="content/constructs.xsd"/>
42 <xs:include schemaLocation="content/constants.xsd"/>
43 <xs:include schemaLocation="content/elementary-functions.xsd"/>
44 <xs:include schemaLocation="content/relations.xsd"/>
45 <xs:include schemaLocation="content/semantics.xsd"/>
46 <xs:include schemaLocation="content/sets.xsd"/>
47 <xs:include schemaLocation="content/linear-algebra.xsd"/>
48 <xs:include schemaLocation="content/calculus.xsd"/>
49 <xs:include schemaLocation="content/vector-calculus.xsd"/>
50 <xs:include schemaLocation="content/statistics.xsd"/>
53 </xs:schema>
54 <!--
55 Copyright &#251; 2002 World Wide Web Consortium, (Massachusetts Institute
56 of Technology, Institut National de Recherche en Informatique et en
57 Automatique, Keio University). All Rights Reserved. See
58 http://www.w3.org/Consortium/Legal/.
59 -->