> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > My new schema file is: > > <schema xmlns="http://www.w3.org/1999/XMLSchema"> > <element name="doc" type="DocumentType"/> > <type name="DocumentType"> > <attribute name="xmlns" type="string"/> > </type> > </schema> >
I think you need something like: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 19991216//EN" "http://www.w3.org/TR/1999/WD-xmlschema-1-19991217/structures.dtd"> <schema> That's how the example in the data directory is written (personal.xsd).