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 xmlns:
xlink=
"http://www.w3.org/1999/xlink"
7 targetNamespace=
"http://www.w3.org/1998/Math/MathML"
8 elementFormDefault=
"qualified"
13 This is the common attributes module for MathML.
14 Author: St
éphane Dalmas, INRIA.
19 <xs:import namespace=
"http://www.w3.org/1999/xlink" schemaLocation=
"xlink-href.xsd"/>
20 <xs:import/> <!-- import any foreign namespace -->
23 <!-- The type of "class" is from the XHTML modularization with Schema
25 <xs:attributeGroup name=
"Common.attrib">
26 <xs:attribute name=
"class" type=
"xs:NMTOKENS"/>
27 <xs:attribute name=
"style" type=
"xs:string"/>
28 <xs:attribute name=
"xref" type=
"xs:IDREF"/>
29 <xs:attribute name=
"id" type=
"xs:ID"/>
30 <xs:attribute ref=
"xlink:href"/>
31 <!-- allow attributes from foreign namespaces, and don't check them -->
32 <xs:anyAttribute namespace=
"##other" processContents=
"skip"/>
37 Copyright û 2002 World Wide Web Consortium, (Massachusetts Institute
38 of Technology, Institut National de Recherche en Informatique et en
39 Automatique, Keio University). All Rights Reserved. See
40 http://www.w3.org/Consortium/Legal/.