XML Schema "constants.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
15 global elements, 1 complexType, 1 element group
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/constants.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is the XML Schema module for the basic constants of MathML content. Author: Stéphane Dalmas.
Element Summary
complexes
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
emptyset
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
eulergamma
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
exponentiale
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
false
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
imaginaryi
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
infinity
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
integers
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
naturalnumbers
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
notanumber
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
pi
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
primes
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
rationals
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
reals
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
true
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
Constant.type
Content:
empty, 7+any attributes
Used:
at 15 locations
Element Group Summary
Content-constants.class
Content:
Includes:
definitions of 15 elements
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">
<!-- a common type for all this -->
<xs:complexType name="Constant.type">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>
<!-- Basic sets -->
<xs:element name="naturalnumbers" type="Constant.type"/>
<xs:element name="primes" type="Constant.type"/>
<xs:element name="integers" type="Constant.type"/>
<xs:element name="rationals" type="Constant.type"/>
<xs:element name="reals" type="Constant.type"/>
<xs:element name="complexes" type="Constant.type"/>
<!-- Empty set -->
<xs:element name="emptyset" type="Constant.type"/>
<!-- Basic constants -->
<xs:element name="exponentiale" type="Constant.type"/>
<xs:element name="imaginaryi" type="Constant.type"/>
<xs:element name="pi" type="Constant.type"/>
<xs:element name="eulergamma" type="Constant.type"/>
<!-- Boolean constants -->
<xs:element name="true" type="Constant.type"/>
<xs:element name="false" type="Constant.type"/>
<!-- Infinty -->
<xs:element name="infinity" type="Constant.type"/>
<!-- NotANumber -->
<xs:element name="notanumber" type="Constant.type"/>
<!-- And the group of everything -->
<xs:group name="Content-constants.class">
<xs:choice>
<xs:element ref="naturalnumbers"/>
<xs:element ref="primes"/>
<xs:element ref="integers"/>
<xs:element ref="rationals"/>
<xs:element ref="reals"/>
<xs:element ref="complexes"/>
<xs:element ref="emptyset"/>
<xs:element ref="exponentiale"/>
<xs:element ref="imaginaryi"/>
<xs:element ref="pi"/>
<xs:element ref="eulergamma"/>
<xs:element ref="true"/>
<xs:element ref="false"/>
<xs:element ref="infinity"/>
<xs:element ref="notanumber"/>
</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