Chris Tsou
Chris Tsou
Maybe it's time for XmlByte and XmlDouble builtin types
Fixed in https://github.com/tefra/xsdata/pull/946
Groups of elements are flattened @skinkie so it becomes a choice of two sequences
Yeah and the xml parser/serializer has to recognize and ignore the group classes. We would need to implement something like the [wrappers ](https://xsdata.readthedocs.io/en/latest/models/fields/#wrapper) but for groups. Honestly I don't like...
I have zero interest in this one, it goes against the architecture of the cli to always simplify the generated models. Although If someone manages to implement it behind a...
The transformer is very lenient and doesn't fail if an included schema can't be retrieved, but yes I agree that behavior shouldn't be extended to the main resource file
A proper warning will now be generated ``` ❯ xsdata generate i/dont/exists.wsdl ========= xsdata v24.2.1 / Python 3.11.4+ / Platform linux ========= Warnings: 1 warning: Resource not found file:///home/chris/projects/xsdata/i/dont/exists.wsdl ~/projects/xsdata...
I am a bit confused what attributes do you think are wrong? Yeah the class is getting pretty much every property above the link_sequence_ref because of substitution groups Yeah I...
I am closing this one for now, I will gladly accept any contributions
Circular includes in schemas are very common which leads to circular import errors in python. There is an option though to change the file structure output. See [here ](https://xsdata.readthedocs.io/en/latest/codegen/config/#structure) The...