lenya/src/webapp/lenya/pubs/default/config/doctypes/schemas simple-document.xsd,1.3,1.4

"Gregor J. Rothfuss" <[email protected]> Mon, 19 May 2003 14:16:28 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/pubs/default/config/doctypes/schemas
In directory erbium:/tmp/cvs-serv29324/src/webapp/lenya/pubs/default/config/doctypes/schemas

Modified Files:
	simple-document.xsd 
Log Message:
bxe namespace declaration was missing.. doh

Index: simple-document.xsd
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/config/doctypes/schemas/simple-document.xsd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** simple-document.xsd	16 May 2003 13:23:39 -0000	1.3
--- simple-document.xsd	19 May 2003 12:16:25 -0000	1.4
***************
*** 1,4 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.lenya.org/2003/simple-document" xmlns:s="http://www.lenya.org/2003/simple-document" xmlns:lenya="http://lenya.org/2003/">
    <xs:import namespace="http://lenya.org/2003/" schemaLocation="lenya.xsd"/>
    <xs:element name="simple-document">
--- 1,4 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <xs:schema xmlns:bxe="http://bitfluxeditor.org/schema/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.lenya.org/2003/simple-document" xmlns:s="http://www.lenya.org/2003/simple-document" xmlns:lenya="http://lenya.org/2003/">
    <xs:import namespace="http://lenya.org/2003/" schemaLocation="lenya.xsd"/>
    <xs:element name="simple-document">