2 xmlns:
xs=
"http://www.w3.org/2001/XMLSchema"
3 xmlns=
"http://www.w3.org/1998/Math/MathML"
4 targetNamespace=
"http://www.w3.org/1998/Math/MathML"
5 elementFormDefault=
"qualified"
11 This is an XML Schema module for operators dealing with functions in content
13 Author: St
éphane Dalmas, INRIA.
17 <!-- a common type for all this -->
19 <xs:complexType name=
"Functions.type">
20 <xs:attributeGroup ref=
"Definition.attrib"/>
21 <xs:attributeGroup ref=
"Common.attrib"/>
26 <xs:element name=
"compose" type=
"Functions.type"/>
28 <!-- Domain, codomain and image -->
30 <xs:element name=
"domain" type=
"Functions.type"/>
31 <xs:element name=
"codomain" type=
"Functions.type"/>
32 <xs:element name=
"image" type=
"Functions.type"/>
34 <!-- "domainofapplication" -->
36 <xs:group name=
"domainofapplication.content">
38 <xs:group ref=
"Content-expr.class"/>
42 <xs:complexType name=
"domainofapplication.type">
43 <xs:group ref=
"domainofapplication.content"/>
44 <xs:attributeGroup ref=
"Definition.attrib"/>
45 <xs:attributeGroup ref=
"Common.attrib"/>
48 <xs:element name=
"domainofapplication" type=
"domainofapplication.type"/>
52 <xs:element name=
"ident" type=
"Functions.type"/>
54 <!-- And the group of everything -->
56 <xs:group name=
"Content-functions.class">
58 <xs:element ref=
"compose"/>
59 <xs:element ref=
"domain"/>
60 <xs:element ref=
"codomain"/>
61 <xs:element ref=
"image"/>
62 <xs:element ref=
"domainofapplication"/>
63 <xs:element ref=
"ident"/>
69 Copyright û 2002 World Wide Web Consortium, (Massachusetts Institute
70 of Technology, Institut National de Recherche en Informatique et en
71 Automatique, Keio University). All Rights Reserved. See
72 http://www.w3.org/Consortium/Legal/.