On 1/19/07, Hilco Wijbenga <[EMAIL PROTECTED]> wrote:

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
        xmlns:xsd="http://www.w3.org/2001/XMLSchema";
        xmlns:abc="http://abc.org";
        targetNamespace="http://abc.org";

You do not have

   elementFormDefault="true"

That means, that local elements (like "sub" in your case) have the
default namespace, and not the target namespace.


Jochen


--
How fast can a year go? As fast as your childs first year.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to