XML Schema "scripts.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global elements, 9 complexTypes, 3 element groups, 7 attribute groups
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/presentation/scripts.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for the presentation elements of MathML dealing with subscripts and superscripts. Author: Stéphane Dalmas, INRIA.
Element Summary
mmultiscripts
Type:
Content:
complex, 5+any attributes, 168 elements
Defined:
globally, see XML source
Used:
mover
Type:
Content:
complex, 6+any attributes, 166 elements
Defined:
globally, see XML source
Used:
mprescripts
Type:
Content:
empty
Defined:
globally, see XML source
Used:
msub
Type:
Content:
complex, 6+any attributes, 166 elements
Defined:
globally, see XML source
Used:
msubsup
Type:
Content:
complex, 7+any attributes, 166 elements
Defined:
globally, see XML source
Used:
msup
Type:
Content:
complex, 6+any attributes, 166 elements
Defined:
globally, see XML source
Used:
munder
Type:
Content:
complex, 6+any attributes, 166 elements
Defined:
globally, see XML source
Used:
munderover
Type:
Content:
complex, 7+any attributes, 166 elements
Defined:
globally, see XML source
Used:
none
Type:
Content:
empty
Defined:
globally, see XML source
Used:
Complex Type Summary
mmultiscripts.type
Content:
complex, 5+any attributes, 168 elements
Used:
mover.type
Content:
complex, 6+any attributes, 166 elements
Used:
mprescripts.type
Content:
empty
Used:
msub.type
Content:
complex, 6+any attributes, 166 elements
Used:
msubsup.type
Content:
complex, 7+any attributes, 166 elements
Used:
msup.type
Content:
complex, 6+any attributes, 166 elements
Used:
munder.type
Content:
complex, 6+any attributes, 166 elements
Used:
munderover.type
Content:
complex, 7+any attributes, 166 elements
Used:
none.type
Content:
empty
Used:
Element Group Summary
mmultiscripts.content
Content:
Includes:
definition of 1 element
Used:
Presentation-expr-or-none.class
Content:
Includes:
definition of 1 element
Used:
Presentation-script.class
Content:
Includes:
definitions of 7 elements
Used:
Attribute Group Summary
mmultiscripts.attlist
Content:
5+any attributes
Used:
mover.attlist
Content:
6+any attributes
Includes:
definition of 1 attribute
Used:
msub.attlist
Content:
6+any attributes
Includes:
definition of 1 attribute
Used:
msubsup.attlist
Content:
7+any attributes
Includes:
definitions of 2 attributes
Used:
msup.attlist
Content:
6+any attributes
Includes:
definition of 1 attribute
Used:
munder.attlist
Content:
6+any attributes
Includes:
definition of 1 attribute
Used:
munderover.attlist
Content:
7+any attributes
Includes:
definitions of 2 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">
<!-- "msub" -->
<xs:attributeGroup name="msub.attlist">
<xs:attribute name="subscriptshift" type="length-with-unit"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="msub.type">
<xs:group maxOccurs="2" minOccurs="2" ref="Presentation-expr.class"/>
<xs:attributeGroup ref="msub.attlist"/>
</xs:complexType>
<xs:element name="msub" type="msub.type"/>
<!-- "msup" -->
<xs:attributeGroup name="msup.attlist">
<xs:attribute name="superscriptshift" type="length-with-unit"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="msup.type">
<xs:group maxOccurs="2" minOccurs="2" ref="Presentation-expr.class"/>
<xs:attributeGroup ref="msup.attlist"/>
</xs:complexType>
<xs:element name="msup" type="msup.type"/>
<!-- "msubsup" -->
<xs:attributeGroup name="msubsup.attlist">
<xs:attribute name="subscriptshift" type="length-with-unit"/>
<xs:attribute name="superscriptshift" type="length-with-unit"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="msubsup.type">
<xs:group maxOccurs="3" minOccurs="3" ref="Presentation-expr.class"/>
<xs:attributeGroup ref="msubsup.attlist"/>
</xs:complexType>
<xs:element name="msubsup" type="msubsup.type"/>
<!-- "munder" -->
<xs:attributeGroup name="munder.attlist">
<xs:attribute name="accentunder" type="xs:boolean"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="munder.type">
<xs:group maxOccurs="2" minOccurs="2" ref="Presentation-expr.class"/>
<xs:attributeGroup ref="munder.attlist"/>
</xs:complexType>
<xs:element name="munder" type="munder.type"/>
<!-- "mover" -->
<xs:attributeGroup name="mover.attlist">
<xs:attribute name="accent" type="xs:boolean"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="mover.type">
<xs:group maxOccurs="2" minOccurs="2" ref="Presentation-expr.class"/>
<xs:attributeGroup ref="mover.attlist"/>
</xs:complexType>
<xs:element name="mover" type="mover.type"/>
<!-- "munderover" -->
<xs:attributeGroup name="munderover.attlist">
<xs:attribute name="accent" type="xs:boolean"/>
<xs:attribute name="accentunder" type="xs:boolean"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="munderover.type">
<xs:group maxOccurs="3" minOccurs="3" ref="Presentation-expr.class"/>
<xs:attributeGroup ref="munderover.attlist"/>
</xs:complexType>
<xs:element name="munderover" type="munderover.type"/>
<!-- "mmultiscripts", "mprescripts" and "none" -->
<xs:attributeGroup name="mmultiscripts.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:choice>
<xs:group ref="Presentation-expr.class"/>
<xs:element ref="none"/>
</xs:choice>
</xs:group>
<!-- not used
<xs:group name="mprescripts.group">
<xs:sequence>
<xs:element ref="mprescripts"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="Presentation-expr.class"/>
<xs:element ref="none"/>
</xs:choice>
</xs:sequence>
</xs:group>
-->
<xs:group name="mmultiscripts.content">
<xs:sequence>
<xs:group ref="Presentation-expr.class"/>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="mprescripts"/>
<xs:sequence maxOccurs="unbounded">
</xs:sequence>
</xs:sequence>
</xs:sequence>
</xs:group>
<xs:complexType name="mmultiscripts.type">
<xs:group ref="mmultiscripts.content"/>
<xs:attributeGroup ref="mmultiscripts.attlist"/>
</xs:complexType>
<xs:element name="mmultiscripts" type="mmultiscripts.type"/>
<!-- Nothing... -->
<xs:complexType name="none.type">
</xs:complexType>
<xs:element name="none" type="none.type"/>
<!-- also void -->
<xs:complexType name="mprescripts.type">
</xs:complexType>
<xs:element name="mprescripts" type="mprescripts.type"/>
<!-- And the group of everything -->
<xs:group name="Presentation-script.class">
<xs:choice>
<xs:element ref="msub"/>
<xs:element ref="msup"/>
<xs:element ref="msubsup"/>
<xs:element ref="munder"/>
<xs:element ref="mover"/>
<xs:element ref="munderover"/>
<xs:element ref="mmultiscripts"/>
</xs:choice>
</xs:group>
</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