Bump version to 24.04.3.4
[LibreOffice.git] / schema / mathml2 / presentation / error.xsd
blob01b5b960069ebd1288e845ee4371501cbbdbccda
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"
10 <xs:annotation>
11 <xs:documentation>
12 This is the XML Schema module for the MathML "merror" element.
13 Author: St&#233;phane Dalmas, INRIA.
14 </xs:documentation>
15 </xs:annotation>
17 <xs:attributeGroup name="merror.attlist">
18 <xs:attributeGroup ref="Common.attrib"/>
19 </xs:attributeGroup>
21 <xs:group name="merror.content">
22 <xs:sequence>
23 <xs:group ref="Presentation-expr.class"/>
24 </xs:sequence>
25 </xs:group>
27 <xs:complexType name="merror.type">
28 <xs:group ref="merror.content" minOccurs="0" maxOccurs="unbounded"/>
29 <xs:attributeGroup ref="merror.attlist"/>
30 </xs:complexType>
32 <xs:element name="merror" type="merror.type"/>
34 </xs:schema>
35 <!--
36 Copyright &#251; 2002 World Wide Web Consortium, (Massachusetts Institute
37 of Technology, Institut National de Recherche en Informatique et en
38 Automatique, Keio University). All Rights Reserved. See
39 http://www.w3.org/Consortium/Legal/.
40 -->