Re: [pyxb-users] Combine multiple master schemas?

2013-02-28 Thread Vladimir Todorov
also have problems. See > https://sourceforge.net/projects/pyxb/forums/forum/956708/topic/6653102for > some discussion about that situation. > > Peter > > On Thu, Feb 28, 2013 at 4:06 AM, Vladimir Todorov wrote: > >> Hi, >> >> I have three master schemas that

Re: [pyxb-users] Problem when importing schemas when there is a property called Namespace

2013-02-28 Thread Vladimir Todorov
t; the complexTypeDefinition class. >> >> As a consequence, the attribute "Namespace" will be spelled "Namespace_" >> in the bindings, but that's consistent with how PyXB handles other XML >> attribute/element names that conflict with identifiers rese

[pyxb-users] Combine multiple master schemas?

2013-02-28 Thread Vladimir Todorov
Hi, I have three master schemas that I have to use to deserialize the objects. My question is: Is it possible to combine these schemas in one object so I can use that object to deserialize all types of objects. In JAXB I can define a Context that includes several namespaces and I can use that Cont

Re: [pyxb-users] Problem when importing schemas when there is a property called Namespace

2013-02-27 Thread Vladimir Todorov
to change everything by hand and if I regenerate the schemas I will need to do it again. On Wed, Feb 27, 2013 at 6:26 PM, Vladimir Todorov wrote: > Hi all, > > Today I hit a problem while I was trying to import the generated bindings > for a particular schema. After some debugging I foun

[pyxb-users] Problem when importing schemas when there is a property called Namespace

2013-02-27 Thread Vladimir Todorov
Hi all, Today I hit a problem while I was trying to import the generated bindings for a particular schema. After some debugging I found out that the problem is actually with the schema - it defines a property called "Namespace" (yep ..) and in the generated code there is something like this: Nam