<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

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

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

  <a:documentation>
    Allow MathML 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>

</grammar>
