XML Schema "characters.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global element, 1 complexType, 1 attribute group
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/presentation/characters.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is the XML Schema module for the MathML "mglyph" element. Author: Stéphane Dalmas, INRIA.
Element Summary
mglyph
Type:
Content:
empty, 3 attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
mglyph.type
Content:
empty, 3 attributes
Used:
Attribute Group Summary
mglyph.attlist
Content:
Includes:
definitions of 3 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">
<xs:attributeGroup name="mglyph.attlist">
<xs:attribute name="alt" type="xs:string"/>
<xs:attribute name="fontfamily" type="xs:string"/>
<xs:attribute name="index" type="xs:positiveInteger"/>
</xs:attributeGroup>
<xs:complexType name="mglyph.type">
<xs:attributeGroup ref="mglyph.attlist"/>
</xs:complexType>
<xs:element name="mglyph" type="mglyph.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