XML Schema "statistics.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global elements, 7 complexTypes, 2 element groups, 7 attribute groups
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/statistics.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for the statistical operators of content MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
mean
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
median
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
mode
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
moment
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
momentabout
Type:
Content:
complex, 7+any attributes, 166 elements
Defined:
globally, see XML source
Used:
sdev
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
variance
Type:
Content:
empty, 7+any attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
mean.type
Content:
empty, 7+any attributes
Used:
median.type
Content:
empty, 7+any attributes
Used:
mode.type
Content:
empty, 7+any attributes
Used:
moment.type
Content:
empty, 7+any attributes
Used:
momentabout.type
Content:
complex, 7+any attributes, 166 elements
Used:
sdev.type
Content:
empty, 7+any attributes
Used:
variance.type
Content:
empty, 7+any attributes
Used:
Element Group Summary
Content-statistics.class
Content:
Includes:
definitions of 7 elements
Used:
momentabout.content
Content:
166 elements
Used:
Attribute Group Summary
mean.attlist
Content:
7+any attributes
Used:
median.attlist
Content:
7+any attributes
Used:
mode.attlist
Content:
7+any attributes
Used:
moment.attlist
Content:
7+any attributes
Used:
momentabout.attlist
Content:
7+any attributes
Used:
sdev.attlist
Content:
7+any attributes
Used:
variance.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">
<!-- "mean" -->
<xs:attributeGroup name="mean.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="mean.type">
<xs:attributeGroup ref="mean.attlist"/>
</xs:complexType>
<xs:element name="mean" type="mean.type"/>
<!-- "sdev" -->
<xs:attributeGroup name="sdev.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="sdev.type">
<xs:attributeGroup ref="sdev.attlist"/>
</xs:complexType>
<xs:element name="sdev" type="sdev.type"/>
<!-- "variance" -->
<xs:attributeGroup name="variance.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="variance.type">
<xs:attributeGroup ref="variance.attlist"/>
</xs:complexType>
<xs:element name="variance" type="variance.type"/>
<!-- "median" -->
<xs:attributeGroup name="median.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="median.type">
<xs:attributeGroup ref="median.attlist"/>
</xs:complexType>
<xs:element name="median" type="median.type"/>
<!-- "mode" -->
<xs:attributeGroup name="mode.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="mode.type">
<xs:attributeGroup ref="mode.attlist"/>
</xs:complexType>
<xs:element name="mode" type="mode.type"/>
<!-- "moment" -->
<xs:attributeGroup name="moment.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="moment.type">
<xs:attributeGroup ref="moment.attlist"/>
</xs:complexType>
<xs:element name="moment" type="moment.type"/>
<!-- "momentabout" -->
<xs:attributeGroup name="momentabout.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="momentabout.content">
<xs:sequence>
<xs:group ref="Content-expr.class"/>
</xs:sequence>
</xs:group>
<xs:complexType name="momentabout.type">
<xs:group maxOccurs="unbounded" minOccurs="1" ref="momentabout.content"/>
<xs:attributeGroup ref="momentabout.attlist"/>
</xs:complexType>
<xs:element name="momentabout" type="momentabout.type"/>
<!-- And the group of everything -->
<xs:group name="Content-statistics.class">
<xs:choice>
<xs:element ref="mean"/>
<xs:element ref="sdev"/>
<xs:element ref="variance"/>
<xs:element ref="median"/>
<xs:element ref="mode"/>
<xs:element ref="moment"/>
<xs:element ref="momentabout"/>
</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