<!DOCTYPE grammar SYSTEM "relaxng.dtd">
<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 1.0 Strict + MathML 2.0 + SVG 1.1

    Author: Masayasu Ishikawa (mimasa@w3.org)
    $Id: xhtml-math-svg.rng,v 1.3 2003/03/19 07:38:43 mimasa Exp $

    In due course, this should become an XHTML 1.1 + MathML 2.0 + SVG 1.1
    schema  
  </a:documentation>

  <include href="xhtml1-strict.rng" ns="http://www.w3.org/1999/xhtml"/>

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

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

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

</grammar>
