I'm trying to implement a connection to some API. During the communication I get as payload xml code. They provide a .xsd-file with the xml description. Now I want to parse the xml string and get the appropriate class in return. This functionality seems to be implemented best by PyXB. I'm trying to implement a connection to some AP