XML Schema "style.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global element, 1 complexType, 1 element group, 1 attribute group
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/presentation/style.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema for the "mstyle" element of MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
mstyle
Type:
Content:
complex, 35+any attributes, 166 elements
Defined:
globally, see XML source
Used:
Complex Type Summary
mstyle.type
Content:
complex, 35+any attributes, 166 elements
Used:
Element Group Summary
mstyle.content
Content:
166 elements
Used:
Attribute Group Summary
mstyle.attlist
Content:
35+any attributes
Includes:
definitions of 14 attributes
Used:
XML Source (w/o annotations (1))
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema elementFormDefault="qualified" targetNamespace="http://www.w3.org/1998/Math/MathML" xmlns="http://www.w3.org/1998/Math/MathML" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- "mstyle" -->
<xs:attributeGroup name="mstyle.attlist">
<xs:attribute name="scriptlevel" type="xs:integer"/>
<xs:attribute name="displaystyle" type="xs:boolean"/>
<xs:attribute default="0.71" name="scriptsizemultiplier" type="xs:decimal"/>
<xs:attribute default="8pt" name="scriptminsize" type="length-with-unit"/>
<xs:attribute name="color" type="xs:string"/>
<xs:attribute default="transparent" name="background" type="xs:string"/>
<xs:attribute default="0.0555556em" name="veryverythinmathspace" type="length-with-unit"/>
<xs:attribute default="0.111111em" name="verythinmathspace" type="length-with-unit"/>
<xs:attribute default="0.166667em" name="thinmathspace" type="length-with-unit"/>
<xs:attribute default="0.222222em" name="mediummathspace" type="length-with-unit"/>
<xs:attribute default="0.277778em" name="thickmathspace" type="length-with-unit"/>
<xs:attribute default="0.333333em" name="verythickmathspace" type="length-with-unit"/>
<xs:attribute default="0.388889em" name="veryverythickmathspace" type="length-with-unit"/>
<xs:attribute default="1" name="linethickness">
<xs:simpleType>
<xs:union memberTypes="length-with-optional-unit thickness"/>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="Operator.attrib"/>
<xs:attributeGroup ref="Token-style.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="mstyle.content">
<xs:sequence>
<xs:group ref="Presentation-expr.class"/>
</xs:sequence>
</xs:group>
<xs:complexType name="mstyle.type">
<xs:group maxOccurs="unbounded" minOccurs="1" ref="mstyle.content"/>
<xs:attributeGroup ref="mstyle.attlist"/>
</xs:complexType>
<xs:element name="mstyle" type="mstyle.type"/>
</xs:schema>
<!--
Copyright &#251; 2002 World Wide Web Consortium, (Massachusetts Institute
of Technology, Institut National de Recherche en Informatique et en
Automatique, Keio University). All Rights Reserved. See
http://www.w3.org/Consortium/Legal/.
-->

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set