XML Schema "functions.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global elements, 2 complexTypes, 2 element groups
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/functions.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for operators dealing with functions in content MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
codomain
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
compose
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
domain
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
domainofapplication
Type:
Content:
complex, 7+any attributes, 166 elements
Defined:
globally, see XML source
Used:
ident
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
image
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
domainofapplication.type
Content:
complex, 7+any attributes, 166 elements
Used:
Functions.type
Content:
empty, 7+any attributes
Used:
Element Group Summary
Content-functions.class
Content:
Includes:
definitions of 6 elements
Used:
domainofapplication.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="Functions.type">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>
<!-- "compose" -->
<xs:element name="compose" type="Functions.type"/>
<!-- Domain, codomain and image -->
<xs:element name="domain" type="Functions.type"/>
<xs:element name="codomain" type="Functions.type"/>
<xs:element name="image" type="Functions.type"/>
<!-- "domainofapplication" -->
<xs:group name="domainofapplication.content">
<xs:sequence>
<xs:group ref="Content-expr.class"/>
</xs:sequence>
</xs:group>
<xs:complexType name="domainofapplication.type">
<xs:group ref="domainofapplication.content"/>
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>
<xs:element name="domainofapplication" type="domainofapplication.type"/>
<!-- identity -->
<xs:element name="ident" type="Functions.type"/>
<!-- And the group of everything -->
<xs:group name="Content-functions.class">
<xs:choice>
<xs:element ref="compose"/>
<xs:element ref="domain"/>
<xs:element ref="codomain"/>
<xs:element ref="image"/>
<xs:element ref="domainofapplication"/>
<xs:element ref="ident"/>
</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