Xml pdf root has a n: using the xmlspy and aspose schema

using xmlspy and the aspose schema. I get:

<n:Pdf xmlns:n=“Aspose.Pdf” …

this xml doesnt work but if i remove the n:

<pdf …

it works.

I try some combination, but spy doesnt allow me to save… and is anoying.

Thanks

It seems this problem can be solved by remove the

xmlns="Aspose.Pdf" targetNamespace="Aspose.Pdf"

from the schema file.

Thanks, worked perfectly.