<?xml version="1.0" encoding="utf-8"?>
<!-- Schema for Exclusive Canonicalization
    http://www.w3.org/2001/10/xml-exc-c14n#
    $Revision: 1.1 $ on $Date: 2002/07/11 17:26:47 $ by $Author: reagle $

    Copyright 2002 The Internet Society and W3C (Massachusetts Institute
    of Technology, Institut National de Recherche en Informatique et en
    Automatique, Keio University). All Rights Reserved.
    http://www.w3.org/Consortium/Legal/

    This document is governed by the W3C Software License [1] as described
    in the FAQ [2].

    [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
    [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
-->

<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#"
        targetNamespace="http://www.w3.org/2001/10/xml-exc-c14n#"
        version="0.1" elementFormDefault="qualified">    <element name="InclusiveNamespaces"
                                                                  type="ec:InclusiveNamespaces"/>

	<complexType name="InclusiveNamespaces">
		<attribute name="PrefixList" type="NMTOKENS"/>
	</complexType>
</schema>