XML Schema "semantics.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global elements, 3 complexTypes, 3 element groups, 3 attribute groups
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/content/semantics.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is an XML Schema module for the "sematics" element of content MathML. Author: Stéphane Dalmas, INRIA.
Element Summary
annotation
Type:
Content:
mixed, 6+any attributes
Defined:
globally, see XML source
Used:
annotation-xml
Type:
Content:
complex, 6+any attributes, any element
Defined:
globally, see XML source
Used:
semantics
Type:
Content:
complex, 7+any attributes, 168 elements
Defined:
globally, see XML source
Used:
Complex Type Summary
annotation-xml.type
Content:
complex, 6+any attributes, any element
Used:
annotation.type
Content:
mixed, 6+any attributes
Used:
semantics.type
Content:
complex, 7+any attributes, 168 elements
Used:
Element Group Summary
annotation-xml.content
Content:
any element
Includes:
definition of any element
Used:
Annotation.class
Content:
Includes:
definitions of 2 elements
Used:
semantics.content
Content:
168 elements
Used:
Attribute Group Summary
annotation-xml.attlist
Content:
6+any attributes
Includes:
definition of 1 attribute
Used:
annotation.attlist
Content:
6+any attributes
Includes:
definition of 1 attribute
Used:
semantics.attlist
Content:
7+any attributes
Includes:
definitions of 2 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">
<!-- "annotation" -->
<xs:attributeGroup name="annotation.attlist">
<xs:attribute name="encoding" type="xs:string"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType mixed="true" name="annotation.type">
<xs:attributeGroup ref="annotation.attlist"/>
</xs:complexType>
<xs:element name="annotation" type="annotation.type"/>
<!-- "annotation-xml" -->
<xs:attributeGroup name="annotation-xml.attlist">
<xs:attribute name="encoding" type="xs:string"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="annotation-xml.content">
<xs:sequence>
<xs:any processContents="lax"/>
</xs:sequence>
</xs:group>
<xs:complexType name="annotation-xml.type">
<xs:group ref="annotation-xml.content"/>
<xs:attributeGroup ref="annotation-xml.attlist"/>
</xs:complexType>
<xs:element name="annotation-xml" type="annotation-xml.type"/>
<!-- "semantics" -->
<xs:attributeGroup name="semantics.attlist">
<xs:attribute name="encoding" type="xs:string"/>
<xs:attribute name="definitionURL" type="xs:anyURI"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="Annotation.class">
<xs:choice>
<xs:element ref="annotation"/>
<xs:element ref="annotation-xml"/>
</xs:choice>
</xs:group>
<xs:group name="semantics.content">
<xs:sequence>
<xs:group ref="Content-expr.class"/>
<xs:group maxOccurs="unbounded" minOccurs="1" ref="Annotation.class"/>
</xs:sequence>
</xs:group>
<xs:complexType name="semantics.type">
<xs:group maxOccurs="unbounded" minOccurs="1" ref="semantics.content"/>
<xs:attributeGroup ref="semantics.attlist"/>
</xs:complexType>
<xs:element name="semantics" type="semantics.type"/>
</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