1 <?xml version=
"1.0" encoding=
"UTF-8"?>
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"
12 This is the XML Schema module for the MathML
"mspace" element.
13 Author: St
éphane Dalmas, INRIA.
17 <xs:attributeGroup name=
"mspace.attlist">
18 <xs:attribute name=
"width" default=
"0em">
20 <xs:union memberTypes=
"length-with-unit named-space"/>
23 <xs:attribute name=
"height" type=
"length-with-unit" default=
"0ex"/>
24 <xs:attribute name=
"depth" type=
"length-with-unit" default=
"0ex"/>
25 <xs:attribute name=
"linebreak" default=
"auto">
27 <xs:restriction base=
"xs:string">
28 <xs:enumeration value=
"auto"/>
29 <xs:enumeration value=
"newline"/>
30 <xs:enumeration value=
"indentingnewline"/>
31 <xs:enumeration value=
"nobreak"/>
32 <xs:enumeration value=
"goodbreak"/>
33 <xs:enumeration value=
"badbreak"/>
37 <xs:attributeGroup ref=
"Common.attrib"/>
40 <xs:complexType name=
"mspace.type">
41 <xs:attributeGroup ref=
"mspace.attlist"/>
44 <xs:element name=
"mspace" type=
"mspace.type"/>
48 Copyright û 2002 World Wide Web Consortium, (Massachusetts Institute
49 of Technology, Institut National de Recherche en Informatique et en
50 Automatique, Keio University). All Rights Reserved. See
51 http://www.w3.org/Consortium/Legal/.