<grammar xmlns="http://relaxng.org/ns/structure/1.0"
         xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">

  <a:documentation>
    An experimental RELAX NG schema for XHTML 2.0 + MathML 2.0 + SVG 1.1

    Author: Masayasu Ishikawa (mimasa@w3.org)
    $Id: xhtml2-math-svg.rng,v 1.2 2003/03/19 05:16:56 mimasa Exp $
  </a:documentation>

  <include href="xhtml2.rng" ns="http://www.w3.org/2002/06/xhtml2"/>

  <a:documentation>
    Allow MathML and SVG at both block and inline level
  </a:documentation>

  <define name="Misc.class" combine="choice">
    <externalRef href="mathml2.rng" ns="http://www.w3.org/1998/Math/MathML"/>
  </define>

  <define name="Misc.class" combine="choice">
    <externalRef href="svg11/svg11.rng" ns="http://www.w3.org/2000/svg"/>
  </define>

</grammar>
