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 vector calculus operators of content
14 Author: St
éphane Dalmas, INRIA.
20 <xs:attributeGroup name=
"divergence.attlist">
21 <xs:attributeGroup ref=
"Definition.attrib"/>
22 <xs:attributeGroup ref=
"Common.attrib"/>
25 <xs:complexType name=
"divergence.type">
26 <xs:attributeGroup ref=
"divergence.attlist"/>
29 <xs:element name=
"divergence" type=
"divergence.type"/>
33 <xs:attributeGroup name=
"grad.attlist">
34 <xs:attributeGroup ref=
"Definition.attrib"/>
35 <xs:attributeGroup ref=
"Common.attrib"/>
38 <xs:complexType name=
"grad.type">
39 <xs:attributeGroup ref=
"grad.attlist"/>
42 <xs:element name=
"grad" type=
"grad.type"/>
46 <xs:attributeGroup name=
"curl.attlist">
47 <xs:attributeGroup ref=
"Definition.attrib"/>
48 <xs:attributeGroup ref=
"Common.attrib"/>
51 <xs:complexType name=
"curl.type">
52 <xs:attributeGroup ref=
"curl.attlist"/>
55 <xs:element name=
"curl" type=
"curl.type"/>
59 <xs:attributeGroup name=
"laplacian.attlist">
60 <xs:attributeGroup ref=
"Definition.attrib"/>
61 <xs:attributeGroup ref=
"Common.attrib"/>
64 <xs:complexType name=
"laplacian.type">
65 <xs:attributeGroup ref=
"laplacian.attlist"/>
68 <xs:element name=
"laplacian" type=
"laplacian.type"/>
70 <!-- And the group of everything -->
72 <xs:group name=
"Content-vector-calculus.class">
74 <xs:element ref=
"divergence"/>
75 <xs:element ref=
"grad"/>
76 <xs:element ref=
"curl"/>
77 <xs:element ref=
"laplacian"/>
84 Copyright û 2002 World Wide Web Consortium, (Massachusetts Institute
85 of Technology, Institut National de Recherche en Informatique et en
86 Automatique, Keio University). All Rights Reserved. See
87 http://www.w3.org/Consortium/Legal/.