<?xml version="1.0" encoding="UTF-8"?>
<!-- ....................................................................... -->
<!-- MathML Qualified Names Module  ........................................ -->
<!--
  file: mathml2-qname-1.mod
  
  This is the Mathematical Markup Language (MathML) 2.0, an XML 
  application for describing mathematical notation and capturing 
  both its structure and content.
  
  Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  Revision: $Id: mathml2-qname-1.mod,v 1.8 2000/11/01 12:16:57 davidc Exp $ 
  
  This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  
    PUBLIC "-//W3C//ENTITIES MathML 2.0 Qualified Names 1.0//EN"
    SYSTEM "mathml2-qname-1.mod"
  
  Revisions:
  (none)
  .......................................................................
-->
<!--
  MathML Qualified Names
  
  This module is contained in two parts, labeled Section 'A' and 'B':
  
    Section A declares parameter entities to support namespace-
    qualified names, namespace declarations, and name prefixing 
    for MathML.
  
    Section B declares parameter entities used to provide
    namespace-qualified names for all MathML element types.
  
  This module is derived from the XHTML Qualified Names Template module.
-->
<!-- Section A: XHTML XML Namespace Framework :::::::::::::::::::: -->
<!-- XLink ............... -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
  <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
  <!-- MathML .............. -->
</xs:schema>
<!-- Section B: MathML Qualified Names ::::::::::::::::::::::::::::: -->
<!--
  9. This section declares parameter entities used to provide
  namespace-qualified names for all MathML element types.
-->
<!--
  ignores subsequent instantiation of this module when
  used as external subset rather than module fragment.
  NOTE: Do not modify this parameter entity, otherwise
  a recursive parsing situation may result.
-->
<!-- end of template-qname-1.mod -->
