Hi, first of all i want to say thanks for creating generateDS. I'm managing a vacation house and I need to give the city tourist office an xml report that has some information about the tourist tax payment. Those info are spread across two different management platforms, so I created some python code that takes the data I need from different reports and groups them in a Pandas DataFrame. Then, from an xml report example i created an XSD Schema (the attached file). What I thought I could do is to...