Right syntax, but commented out because of current limitations in libxml2

This commit is contained in:
sebd 2005-01-20 19:16:45 +00:00
parent 722ccd6523
commit f22b7455a8
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<?xml version="1.0"?>
<xsd:schema targetNamespace="http://www.entrouvert.org/namespaces/expression/0.0"
xmlns="http://www.entrouvert.org/namespaces/expression/0.0"
xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation xml:lang="en">
@ -27,7 +26,9 @@
</xsd:documentation>
</xsd:annotation>
<xsd:import namespace="http://www.w3.org/MarkUp/Forms/2002/XForms-Schema.xsd"/>
<!-- imported schema is unparsable in current libxml2
<xsd:import namespace="http://www.w3.org/2002/xforms" schemaLocation="http://www.w3.org/MarkUp/Forms/2002/XForms-Schema.xsd"/>
-->
<xsd:element name="description" type="Description"/>