Hi,

Let's say we have three XML schemas: A.xsd, B.xsd, C.xsd. A.xsd is included
(with the include directive) in B.xsd and also in C.xsd

I generate the bindings for B and C. I got two Python files B.py and C.py

If I import "B" and "C" in the same Python file, it will result in an error
saying that some types (those defined in A.xsd) have multiple definitions
(note that i am using the same namespace in the three schemas).

Is there a way to handle this situation?

Thank you for your help.

Cheers,

Romain
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
pyxb-users mailing list
pyxb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyxb-users

Reply via email to