1<?xml version="1.0" encoding="UTF-8"?>
2
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"
8 >
9
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>
16
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>
22
23<xs:complexType name="mglyph.type">
24  <xs:attributeGroup ref="mglyph.attlist"/>
25</xs:complexType>
26
27<xs:element name="mglyph" type="mglyph.type"/>
28
29</xs:schema>
30
31
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  -->
38