XML Schema "arith.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
22 global elements, 1 complexType, 1 element group
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/arith.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for the "arithmetic" operators of content MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
abs
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arg
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
ceiling
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
conjugate
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
divide
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
factorial
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
floor
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
gcd
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
imaginary
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
lcm
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
max
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
min
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
minus
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
plus
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
power
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
product
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
quotient
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
real
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
rem
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
root
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
sum
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
times
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
Arith.type
Content:
empty, 7+any attributes
Used:
at 22 locations
Element Group Summary
Content-arith.class
Content:
Includes:
definitions of 22 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="Arith.type">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>
<!-- The elements -->
<xs:element name="abs" type="Arith.type"/>
<xs:element name="conjugate" type="Arith.type"/>
<xs:element name="arg" type="Arith.type"/>
<xs:element name="real" type="Arith.type"/>
<xs:element name="imaginary" type="Arith.type"/>
<xs:element name="floor" type="Arith.type"/>
<xs:element name="ceiling" type="Arith.type"/>
<xs:element name="power" type="Arith.type"/>
<xs:element name="root" type="Arith.type"/>
<xs:element name="minus" type="Arith.type"/>
<xs:element name="plus" type="Arith.type"/>
<xs:element name="sum" type="Arith.type"/>
<xs:element name="times" type="Arith.type"/>
<xs:element name="product" type="Arith.type"/>
<xs:element name="max" type="Arith.type"/>
<xs:element name="min" type="Arith.type"/>
<xs:element name="factorial" type="Arith.type"/>
<xs:element name="quotient" type="Arith.type"/>
<xs:element name="divide" type="Arith.type"/>
<xs:element name="rem" type="Arith.type"/>
<xs:element name="gcd" type="Arith.type"/>
<xs:element name="lcm" type="Arith.type"/>
<!-- And the group of everything -->
<xs:group name="Content-arith.class">
<xs:choice>
<xs:element ref="abs"/>
<xs:element ref="conjugate"/>
<xs:element ref="factorial"/>
<xs:element ref="arg"/>
<xs:element ref="real"/>
<xs:element ref="imaginary"/>
<xs:element ref="floor"/>
<xs:element ref="ceiling"/>
<xs:element ref="quotient"/>
<xs:element ref="divide"/>
<xs:element ref="rem"/>
<xs:element ref="minus"/>
<xs:element ref="plus"/>
<xs:element ref="times"/>
<xs:element ref="power"/>
<xs:element ref="root"/>
<xs:element ref="max"/>
<xs:element ref="min"/>
<xs:element ref="gcd"/>
<xs:element ref="lcm"/>
<xs:element ref="sum"/>
<xs:element ref="product"/>
</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