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 an XML Schema module for the
"semantics" element of content MathML.
13 Author: St
éphane Dalmas, INRIA.
19 <xs:attributeGroup name=
"annotation.attlist">
20 <xs:attribute name=
"encoding" type=
"xs:string"/>
21 <xs:attributeGroup ref=
"Common.attrib"/>
24 <xs:complexType name=
"annotation.type" mixed=
"true">
25 <xs:attributeGroup ref=
"annotation.attlist"/>
28 <xs:element name=
"annotation" type=
"annotation.type"/>
30 <!-- "annotation-xml" -->
32 <xs:attributeGroup name=
"annotation-xml.attlist">
33 <xs:attribute name=
"encoding" type=
"xs:string"/>
34 <xs:attributeGroup ref=
"Common.attrib"/>
37 <xs:group name=
"annotation-xml.content">
39 <xs:any processContents=
"lax"/>
43 <xs:complexType name=
"annotation-xml.type">
44 <xs:group ref=
"annotation-xml.content"/>
45 <xs:attributeGroup ref=
"annotation-xml.attlist"/>
48 <xs:element name=
"annotation-xml" type=
"annotation-xml.type"/>
52 <xs:attributeGroup name=
"semantics.attlist">
53 <xs:attribute name=
"encoding" type=
"xs:string"/>
54 <xs:attribute name=
"definitionURL" type=
"xs:anyURI"/>
55 <xs:attributeGroup ref=
"Common.attrib"/>
58 <xs:group name=
"Annotation.class">
60 <xs:element ref=
"annotation"/>
61 <xs:element ref=
"annotation-xml"/>
65 <xs:group name=
"semantics.content">
67 <xs:group ref=
"Content-expr.class"/>
68 <xs:group ref=
"Annotation.class" minOccurs=
"1" maxOccurs=
"unbounded"/>
72 <xs:complexType name=
"semantics.type">
73 <xs:group ref=
"semantics.content" minOccurs=
"1" maxOccurs=
"unbounded"/>
74 <xs:attributeGroup ref=
"semantics.attlist"/>
77 <xs:element name=
"semantics" type=
"semantics.type"/>
81 Copyright û 2002 World Wide Web Consortium, (Massachusetts Institute
82 of Technology, Institut National de Recherche en Informatique et en
83 Automatique, Keio University). All Rights Reserved. See
84 http://www.w3.org/Consortium/Legal/.