1 <?xml version=
"1.0" encoding=
"UTF-8"?>
4 xmlns:
xs=
"http://www.w3.org/2001/XMLSchema"
5 xmlns=
"http://www.w3.org/1998/Math/MathML"
6 targetNamespace=
"http://www.w3.org/1998/Math/MathML"
7 elementFormDefault=
"qualified"
12 This is the XML Schema module for the MathML
"maction" element.
13 Author: St
éphane Dalmas, INRIA.
17 <xs:attributeGroup name=
"maction.attlist">
18 <xs:attribute name=
"actiontype" type=
"xs:string" use=
"required"/>
19 <xs:attribute name=
"selection" type=
"xs:positiveInteger" default=
"1"/>
20 <xs:attributeGroup ref=
"Common.attrib"/>
23 <xs:group name=
"maction.content">
25 <xs:group ref=
"Presentation-expr.class"/>
29 <xs:complexType name=
"maction.type">
30 <xs:group ref=
"maction.content" minOccurs=
"1" maxOccurs=
"unbounded"/>
31 <xs:attributeGroup ref=
"maction.attlist"/>
34 <xs:element name=
"maction" type=
"maction.type"/>
40 Copyright û 2002 World Wide Web Consortium, (Massachusetts Institute
41 of Technology, Institut National de Recherche en Informatique et en
42 Automatique, Keio University). All Rights Reserved. See
43 http://www.w3.org/Consortium/Legal/.