Bump version to 24.04.3.4
[LibreOffice.git] / schema / mathml2 / presentation / action.xsd
blob9633698509c41f503af9e21a5bdb8b56db632f89
1 <?xml version="1.0" encoding="UTF-8"?>
3 <xs:schema
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"
10 <xs:annotation>
11 <xs:documentation>
12 This is the XML Schema module for the MathML "maction" element.
13 Author: St&#233;phane Dalmas, INRIA.
14 </xs:documentation>
15 </xs:annotation>
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"/>
21 </xs:attributeGroup>
23 <xs:group name="maction.content">
24 <xs:sequence>
25 <xs:group ref="Presentation-expr.class"/>
26 </xs:sequence>
27 </xs:group>
29 <xs:complexType name="maction.type">
30 <xs:group ref="maction.content" minOccurs="1" maxOccurs="unbounded"/>
31 <xs:attributeGroup ref="maction.attlist"/>
32 </xs:complexType>
34 <xs:element name="maction" type="maction.type"/>
36 </xs:schema>
39 <!--
40 Copyright &#251; 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/.
44 -->