<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
	The Panacea TO definition of a document containing the primary data with
    paragraph annotations.
	Based on the 
	The XML Corpus Encoding Standard
	XCES Revision 0.4
-->

	<!--
		The XML Corpus Encoding Standard XCES Revision 0.4 Documents with
		&lt;xces:doc&gt; elements as the root contain the primary data with
		segmentation annotations.
	-->
<xs:schema targetNamespace="http://www.xces.org/schema/2003"
	   xmlns:xs="http://www.w3.org/2001/XMLSchema"  
        xmlns:xces="http://www.xces.org/schema/2003"
	elementFormDefault="qualified" version="1.0.4">
	<xs:import namespace="http://www.w3.org/XML/1998/namespace"
                   schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
 	<xs:include schemaLocation="panaceaXcesDataTypes.xsd" /> 
	<!-- The root element for panaceaBasicXcesDoc documents. -->
	<xs:element name="cesDoc" type="xces:panaceaBasicXcesDocType" />
</xs:schema>

