XML Schema "space.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/space.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is the XML Schema module for the MathML "mspace" element. Author: Stéphane Dalmas, INRIA.
Element Summary
mspace
Type:
Content:
empty, 9+any attributes
Defined:
globally, see XML source
Used:
Complex Type Summary
mspace.type
Content:
empty, 9+any attributes
Used:
Attribute Group Summary
mspace.attlist
Content:
9+any attributes
Includes:
definitions of 4 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="mspace.attlist">
<xs:attribute default="0em" name="width">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="0ex" name="height" type="length-with-unit"/>
<xs:attribute default="0ex" name="depth" type="length-with-unit"/>
<xs:attribute default="auto" name="linebreak">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="auto"/>
<xs:enumeration value="newline"/>
<xs:enumeration value="indentingnewline"/>
<xs:enumeration value="nobreak"/>
<xs:enumeration value="goodbreak"/>
<xs:enumeration value="badbreak"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType name="mspace.type">
<xs:attributeGroup ref="mspace.attlist"/>
</xs:complexType>
<xs:element name="mspace" type="mspace.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