<!-- An experimental MNS schema for XHTML2+HLink+RDF 
     $Id: xhtml2-hlink-rdf.mns,v 1.5 2003/03/19 05:15:51 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="http://www.w3.org/TR/rdf-syntax-grammar/rdfxml.xml"
            inModes="stuff-in-head"
            useMode="anything"/>
  <validate ns="http://www.w3.org/2002/06/hlink"
            schema="http://www.w3.org/People/mimasa/test/schemas/rng/hlink.rng"
            inModes="stuff-in-head"/>
  <validate ns="http://www.w3.org/2002/06/xhtml2"
            schema="http://www.w3.org/People/mimasa/test/schemas/rng/xhtml2.rng"
            inModes="xhtml"
            prune="elements">
    <cover ns="http://www.w3.org/XML/1998/namespace"/>
    <cover ns="http://www.w3.org/2001/xml-events"/>
    <context useMode="stuff-in-head">
      <element name="head"/>
    </context>
  </validate>
  <lax inModes="anything"/>
</rules>
