XML Schema "tokens.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global elements, 4 complexTypes, 3 element groups, 3 attribute groups
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/tokens.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is the XML schema module for the token elements of the content part of MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
ci
Type:
Content:
mixed, 8+any attributes, 166 elements
Defined:
globally, see XML source
Used:
cn
Type:
Content:
mixed, 9+any attributes, 167 elements
Defined:
globally, see XML source
Used:
csymbol
Type:
Content:
mixed, 7+any attributes, 166 elements
Defined:
globally, see XML source
Used:
sep
Type:
Content:
empty
Defined:
globally, see XML source
Used:
Complex Type Summary
ci.type
Content:
mixed, 8+any attributes, 166 elements
Used:
cn.type
Content:
mixed, 9+any attributes, 167 elements
Used:
csymbol.type
Content:
mixed, 7+any attributes, 166 elements
Used:
sep.type
Content:
empty
Used:
Element Group Summary
cn.content
Content:
Includes:
definition of 1 element
Used:
Content-token.content
Content:
166 elements
Used:
Content-tokens.class
Content:
Includes:
definitions of 3 elements
Used:
Attribute Group Summary
ci.attlist
Content:
8+any attributes
Includes:
definition of 1 attribute
Used:
cn.attlist
Content:
9+any attributes
Includes:
definitions of 2 attributes
Used:
csymbol.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">
<!-- common content for the token elements -->
<xs:group name="Content-token.content">
<xs:sequence>
<xs:group ref="Presentation-expr.class"/>
</xs:sequence>
</xs:group>
<!-- "cn" -->
<xs:attributeGroup name="cn.attlist">
<xs:attribute name="base">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="36"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="e-notation"/>
<xs:enumeration value="integer"/>
<xs:enumeration value="rational"/>
<xs:enumeration value="real"/>
<xs:enumeration value="complex-cartesian"/>
<xs:enumeration value="complex-polar"/>
<xs:enumeration value="constant"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<!-- the content of "cn" may have <sep> elements in it -->
<xs:complexType name="sep.type">
</xs:complexType>
<xs:element name="sep" type="sep.type"/>
<xs:group name="cn.content">
<xs:choice>
<xs:group ref="Presentation-expr.class"/>
<xs:element ref="sep"/>
</xs:choice>
</xs:group>
<xs:complexType mixed="true" name="cn.type">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="cn.content"/>
<xs:attributeGroup ref="cn.attlist"/>
</xs:complexType>
<xs:element name="cn" type="cn.type"/>
<!-- "ci" -->
<xs:attributeGroup name="ci.attlist">
<xs:attribute name="type" type="xs:string"/>
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType mixed="true" name="ci.type">
<xs:group minOccurs="0" ref="Content-token.content"/>
<xs:attributeGroup ref="ci.attlist"/>
</xs:complexType>
<xs:element name="ci" type="ci.type"/>
<!-- "csymbol" -->
<xs:attributeGroup name="csymbol.attlist">
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType mixed="true" name="csymbol.type">
<xs:group minOccurs="0" ref="Content-token.content"/>
<xs:attributeGroup ref="csymbol.attlist"/>
</xs:complexType>
<xs:element name="csymbol" type="csymbol.type"/>
<!-- And the group of everything -->
<xs:group name="Content-tokens.class">
<xs:choice>
<xs:element ref="cn"/>
<xs:element ref="ci"/>
<xs:element ref="csymbol"/>
</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