<!-- An experimental MNS schema for XHTML2+MathML+SVG+HLink+RDF 
     $Id: xhtml2-math-svg-hlink-rdf.mns,v 1.2 2003/03/19 07:43:33 mimasa Exp $
-->
<rules xmlns="http://www.thaiopensource.com/ns/mns" startMode="xhtml">
  <validate ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
            schema="rdfxml.rng"
            inModes="stuff-in-head"
            useMode="anything"/>
  <validate ns="http://www.w3.org/2002/06/hlink"
            schema="hlink.rng"
            inModes="stuff-in-head"
            useMode="anything"/>
  <validate ns="http://www.w3.org/2002/06/xhtml2"
            schema="xhtml2-math-svg.rng"
            inModes="xhtml"
            prune="elements">
    <cover ns="http://www.w3.org/XML/1998/namespace"/>
    <cover ns="http://www.w3.org/2001/xml-events"/>
    <cover ns="http://www.w3.org/1998/Math/MathML"/>
    <cover ns="http://www.w3.org/2000/svg"/>
    <cover ns="http://www.w3.org/1999/xlink"/>
    <context useMode="stuff-in-head">
      <element name="head"/>
    </context>
  </validate>
  <lax inModes="anything"/>
</rules>
