XML Schema "relations.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global elements, 1 complexType, 1 element group
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/relations.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for the relational operators of content MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
approx
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
eq
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
equivalent
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
factorof
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
geq
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
gt
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
leq
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
lt
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
neq
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
Relations.type
Content:
empty, 7+any attributes
Used:
Element Group Summary
Content-relations.class
Content:
Includes:
definitions of 9 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="Relations.type">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>
<xs:element name="eq" type="Relations.type"/>
<xs:element name="neq" type="Relations.type"/>
<xs:element name="leq" type="Relations.type"/>
<xs:element name="lt" type="Relations.type"/>
<xs:element name="geq" type="Relations.type"/>
<xs:element name="gt" type="Relations.type"/>
<xs:element name="equivalent" type="Relations.type"/>
<xs:element name="approx" type="Relations.type"/>
<xs:element name="factorof" type="Relations.type"/>
<!-- And the group of everything -->
<xs:group name="Content-relations.class">
<xs:choice>
<xs:element ref="eq"/>
<xs:element ref="neq"/>
<xs:element ref="leq"/>
<xs:element ref="lt"/>
<xs:element ref="geq"/>
<xs:element ref="gt"/>
<xs:element ref="equivalent"/>
<xs:element ref="approx"/>
<xs:element ref="factorof"/>
</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