PyXB: two versions of XSDs with same namespace
问题 I am implementing a client for the TRIAS APIs v 1.0 and v 1.1 using PyXB. The problem I'm facing is, that both XSD collections have the same namespace with same elements with differing content. So I built two class bindings with pyxbgen for each version. However I now cannot use them both within the same program, since PyXB will throw a pyxb.exceptions_.NamespaceUniquenessError : Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/dist