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
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
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
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
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