XML Schema "elementary-functions.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
28 global elements, 2 complexTypes, 2 element groups
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/elementary-functions.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for the elementary functions in content MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
arccos
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arccosh
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arccot
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arccoth
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arccsc
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arccsch
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arcsec
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arcsech
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arcsin
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arcsinh
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arctan
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
arctanh
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
cos
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
cosh
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
cot
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
coth
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
csc
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
csch
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
exp
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
ln
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
log
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
logbase
Type:
Content:
complex, 5+any attributes, 166 elements
Defined:
globally, see XML source
Used:
sec
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
sech
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
sin
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
sinh
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
tan
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
tanh
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
Elementary-functions.type
Content:
empty, 7+any attributes
Used:
at 28 locations
logbase.type
Content:
complex, 5+any attributes, 166 elements
Used:
Element Group Summary
Content-elementary-functions.class
Content:
Includes:
definitions of 28 elements
Used:
logbase.content
Content:
166 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="Elementary-functions.type">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>
<!-- Exp and logs -->
<xs:element name="exp" type="Elementary-functions.type"/>
<xs:element name="ln" type="Elementary-functions.type"/>
<xs:element name="log" type="Elementary-functions.type"/>
<!-- special element of the base of logarithms -->
<xs:group name="logbase.content">
<xs:sequence>
<xs:group ref="Content-expr.class"/>
</xs:sequence>
</xs:group>
<xs:complexType name="logbase.type">
<xs:group ref="logbase.content"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>
<xs:element name="logbase" type="logbase.type"/>
<!-- Trigonometric functions -->
<xs:element name="sin" type="Elementary-functions.type"/>
<xs:element name="cos" type="Elementary-functions.type"/>
<xs:element name="tan" type="Elementary-functions.type"/>
<xs:element name="sec" type="Elementary-functions.type"/>
<xs:element name="csc" type="Elementary-functions.type"/>
<xs:element name="cot" type="Elementary-functions.type"/>
<xs:element name="arcsin" type="Elementary-functions.type"/>
<xs:element name="arccos" type="Elementary-functions.type"/>
<xs:element name="arctan" type="Elementary-functions.type"/>
<xs:element name="arccot" type="Elementary-functions.type"/>
<xs:element name="arccsc" type="Elementary-functions.type"/>
<xs:element name="arcsec" type="Elementary-functions.type"/>
<!-- Hyperbolic trigonometric functions -->
<xs:element name="sinh" type="Elementary-functions.type"/>
<xs:element name="cosh" type="Elementary-functions.type"/>
<xs:element name="tanh" type="Elementary-functions.type"/>
<xs:element name="sech" type="Elementary-functions.type"/>
<xs:element name="csch" type="Elementary-functions.type"/>
<xs:element name="coth" type="Elementary-functions.type"/>
<xs:element name="arccosh" type="Elementary-functions.type"/>
<xs:element name="arccoth" type="Elementary-functions.type"/>
<xs:element name="arccsch" type="Elementary-functions.type"/>
<xs:element name="arcsech" type="Elementary-functions.type"/>
<xs:element name="arcsinh" type="Elementary-functions.type"/>
<xs:element name="arctanh" type="Elementary-functions.type"/>
<!-- And the group of everything -->
<xs:choice>
<xs:element ref="exp"/>
<xs:element ref="ln"/>
<xs:element ref="log"/>
<xs:element ref="logbase"/>
<xs:element ref="sin"/>
<xs:element ref="cos"/>
<xs:element ref="tan"/>
<xs:element ref="sec"/>
<xs:element ref="csc"/>
<xs:element ref="cot"/>
<xs:element ref="arcsin"/>
<xs:element ref="arccos"/>
<xs:element ref="arctan"/>
<xs:element ref="arcsec"/>
<xs:element ref="arccsc"/>
<xs:element ref="arccot"/>
<xs:element ref="sinh"/>
<xs:element ref="cosh"/>
<xs:element ref="tanh"/>
<xs:element ref="sech"/>
<xs:element ref="csch"/>
<xs:element ref="coth"/>
<xs:element ref="arccosh"/>
<xs:element ref="arccoth"/>
<xs:element ref="arccsch"/>
<xs:element ref="arcsech"/>
<xs:element ref="arcsinh"/>
<xs:element ref="arctanh"/>
</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