Hi, I have two schema command.xsd and reply.xsd , both of them importing three other schema internally. I am able to successfully generate python module out of these schema but when I import these module in my python program I got following error: NamespaceUniquenessError: urn:epcglobal:xsd:1: name Document used for multiple values in typeBinding P.S:- command.xsd and reply.xsd are using same name space. How solve this problem