Skip to main content

alphaWorks  >  Forums  >  XML Schema Quality Checker  >  developerWorks

xsd:redefine issue    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
Marc Gratacos
xsd:redefine issue
Posted: May 20, 2005 12:14:36 PM
Click to report abuse...   Click to reply to this thread Reply
I have three schema files a.xsd, b.xsd, c.xsd within the same namespace.

a.xsd includes b.xsd (<xsd:include schemaLocation="b.xsd"/>)

c.xsd redefines some types from a.xsd (<xsd:redefine schemaLocation="a.xsd">)

Since a.xsd is including b.xsd I was thinking that in c.xsd I could redefine types from b.xsd as well.

I did that and xerces doesn't complain at all. However, IBM Schema Quality Checker does. I think this is w3c valid and probably I found a bug with this tool. Please check and let me know.

Thanks in advance,
-Marc

Point your RSS reader here for a feed of the latest messages in all forums