XML Schema "calculus.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global elements, 7 complexTypes, 3 element groups, 7 attribute groups
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/calculus.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for the calculs operators of content MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
diff
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
int
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
limit
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
lowlimit
Type:
Content:
complex, 7+any attributes, 166 elements
Defined:
globally, see XML source
Used:
partialdiff
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
tendsto
Type:
Content:
empty, 8+any attributes
Defined:
globally, see XML source
Used:
uplimit
Type:
Content:
complex, 7+any attributes, 166 elements
Defined:
globally, see XML source
Used:
Complex Type Summary
diff.type
Content:
empty, 7+any attributes
Used:
int.type
Content:
empty, 7+any attributes
Used:
limit.type
Content:
empty, 7+any attributes
Used:
lowlimit.type
Content:
complex, 7+any attributes, 166 elements
Used:
partialdiff.type
Content:
empty, 7+any attributes
Used:
tendsto.type
Content:
empty, 8+any attributes
Used:
uplimit.type
Content:
complex, 7+any attributes, 166 elements
Used:
Element Group Summary
Content-calculus.class
Content:
Includes:
definitions of 7 elements
Used:
lowlimit.content
Content:
166 elements
Used:
uplimit.content
Content:
166 elements
Used:
Attribute Group Summary
diff.attlist
Content:
7+any attributes
Used:
int.attlist
Content:
7+any attributes
Used:
limit.attlist
Content:
7+any attributes
Used:
lowlimit.attlist
Content:
7+any attributes
Used:
partialdiff.attlist
Content:
7+any attributes
Used:
tendsto.attlist
Content:
8+any attributes
Includes:
definition of 1 attribute
Used:
uplimit.attlist
Content:
7+any 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">
<!-- "int" -->
<xs:attributeGroup name="int.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="int.type">
<xs:attributeGroup ref="int.attlist"/>
</xs:complexType>
<xs:element name="int" type="int.type"/>
<!-- "diff" -->
<xs:attributeGroup name="diff.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="diff.type">
<xs:attributeGroup ref="diff.attlist"/>
</xs:complexType>
<xs:element name="diff" type="diff.type"/>
<!-- "partialdiff" -->
<xs:attributeGroup name="partialdiff.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="partialdiff.type">
<xs:attributeGroup ref="partialdiff.attlist"/>
</xs:complexType>
<xs:element name="partialdiff" type="partialdiff.type"/>
<!-- "limit" -->
<xs:attributeGroup name="limit.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="limit.type">
<xs:attributeGroup ref="limit.attlist"/>
</xs:complexType>
<xs:element name="limit" type="limit.type"/>
<!-- "lowlimit" -->
<xs:attributeGroup name="lowlimit.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="lowlimit.content">
<xs:sequence>
<xs:group ref="Content-expr.class"/>
</xs:sequence>
</xs:group>
<xs:complexType name="lowlimit.type">
<xs:group maxOccurs="unbounded" minOccurs="1" ref="lowlimit.content"/>
<xs:attributeGroup ref="lowlimit.attlist"/>
</xs:complexType>
<xs:element name="lowlimit" type="lowlimit.type"/>
<!-- "uplimit" -->
<xs:attributeGroup name="uplimit.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="uplimit.content">
<xs:sequence>
<xs:group ref="Content-expr.class"/>
</xs:sequence>
</xs:group>
<xs:complexType name="uplimit.type">
<xs:group maxOccurs="unbounded" minOccurs="1" ref="uplimit.content"/>
<xs:attributeGroup ref="uplimit.attlist"/>
</xs:complexType>
<xs:element name="uplimit" type="uplimit.type"/>
<!-- "tendsto" -->
<xs:attributeGroup name="tendsto.attlist">
<xs:attribute name="type" type="xs:string"/>
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="tendsto.type">
<xs:attributeGroup ref="tendsto.attlist"/>
</xs:complexType>
<xs:element name="tendsto" type="tendsto.type"/>
<!-- And the group of everything -->
<xs:group name="Content-calculus.class">
<xs:choice>
<xs:element ref="int"/>
<xs:element ref="diff"/>
<xs:element ref="partialdiff"/>
<xs:element ref="limit"/>
<xs:element ref="lowlimit"/>
<xs:element ref="uplimit"/>
<xs:element ref="tendsto"/>
</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