XML Schema "action.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
global element, 1 complexType, 1 element group, 1 attribute group
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/presentation/action.xsd, see XML source
Included in Schema:
mathml2.xsd [src]
Annotation
This is the XML Schema module for the MathML "maction" element. Author: Stéphane Dalmas, INRIA.
Element Summary
maction
Type:
Content:
complex, 7+any attributes, 166 elements
Defined:
globally, see XML source
Used:
Complex Type Summary
maction.type
Content:
complex, 7+any attributes, 166 elements
Used:
Element Group Summary
maction.content
Content:
166 elements
Used:
Attribute Group Summary
maction.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">
<xs:attributeGroup name="maction.attlist">
<xs:attribute name="actiontype" type="xs:string" use="required"/>
<xs:attribute default="1" name="selection" type="xs:positiveInteger"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="maction.content">
<xs:sequence>
<xs:group ref="Presentation-expr.class"/>
</xs:sequence>
</xs:group>
<xs:complexType name="maction.type">
<xs:group maxOccurs="unbounded" minOccurs="1" ref="maction.content"/>
<xs:attributeGroup ref="maction.attlist"/>
</xs:complexType>
<xs:element name="maction" type="maction.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