Re: What am I doing wrong??

The reason is that your schema requires the attribute "xmlns" (see line 12 of your schema) but "xmlns" is namespace declaration, not
an attribute, and it must not be declared - it is understood by the parser without having to declare it (in fact you can have
"xmlns" or "xmlns:*" attributes at any element level.
HTH
Petr Kozelka

Received on Friday, 25 August 2000 14:18:07 UTC