Bump version to 24.04.3.4
[LibreOffice.git] / schema / mathml2 / presentation / characters.xsd
blob32b4d3f78cdd7be64ffe114365d2117b722655d3
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 "mglyph" element.
13 Author: St&#233;phane Dalmas, INRIA.
14 </xs:documentation>
15 </xs:annotation>
17 <xs:attributeGroup name="mglyph.attlist">
18 <xs:attribute name="alt" type="xs:string"/>
19 <xs:attribute name="fontfamily" type="xs:string"/>
20 <xs:attribute name="index" type="xs:positiveInteger"/>
21 </xs:attributeGroup>
23 <xs:complexType name="mglyph.type">
24 <xs:attributeGroup ref="mglyph.attlist"/>
25 </xs:complexType>
27 <xs:element name="mglyph" type="mglyph.type"/>
29 </xs:schema>
32 <!--
33 Copyright &#251; 2002 World Wide Web Consortium, (Massachusetts Institute
34 of Technology, Institut National de Recherche en Informatique et en
35 Automatique, Keio University). All Rights Reserved. See
36 http://www.w3.org/Consortium/Legal/.
37 -->