XML Schema "vector-calculus.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global elements, 4 complexTypes, 1 element group, 4 attribute groups
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/vector-calculus.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for the vector calculs operators of content MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
curl
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
divergence
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
grad
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
laplacian
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
curl.type
Content:
empty, 7+any attributes
Used:
divergence.type
Content:
empty, 7+any attributes
Used:
grad.type
Content:
empty, 7+any attributes
Used:
laplacian.type
Content:
empty, 7+any attributes
Used:
Element Group Summary
Content-vector-calculus.class
Content:
Includes:
definitions of 4 elements
Used:
Attribute Group Summary
curl.attlist
Content:
7+any attributes
Used:
divergence.attlist
Content:
7+any attributes
Used:
grad.attlist
Content:
7+any attributes
Used:
laplacian.attlist
Content:
7+any attributes
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">
<!-- "divergence" -->
<xs:attributeGroup name="divergence.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="divergence.type">
<xs:attributeGroup ref="divergence.attlist"/>
</xs:complexType>
<xs:element name="divergence" type="divergence.type"/>
<!-- "grad" -->
<xs:attributeGroup name="grad.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="grad.type">
<xs:attributeGroup ref="grad.attlist"/>
</xs:complexType>
<xs:element name="grad" type="grad.type"/>
<!-- "curl" -->
<xs:attributeGroup name="curl.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="curl.type">
<xs:attributeGroup ref="curl.attlist"/>
</xs:complexType>
<xs:element name="curl" type="curl.type"/>
<!-- "laplacian" -->
<xs:attributeGroup name="laplacian.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="laplacian.type">
<xs:attributeGroup ref="laplacian.attlist"/>
</xs:complexType>
<xs:element name="laplacian" type="laplacian.type"/>
<!-- And the group of everything -->
<xs:choice>
<xs:element ref="divergence"/>
<xs:element ref="grad"/>
<xs:element ref="curl"/>
<xs:element ref="laplacian"/>
</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