Hi, we just implemented this in a fork on our gitlab.com group: https://gitlab.com/cdehealth/generateds/-/tree/2.44.1+20240201?ref_type=tags Because of possible references before definition of classes, like unordered in the XSDs, we had to use forward references, not: id: NmlID = None but: id: 'NmlID' = None but we can still use it with getattr(self.id, type_name) It seems Intellisense is not catching it, but we can still use it as intended. Maybe we could merge this into the main repo here. Feedback...
We are aware that this is not true for further child elements. So there should be a check if there is only a text/content/valueOf alone in this element, and written without eol_.
export adds eol and indent inside of content/valueOf