Chris Tsou

Results 138 comments of Chris Tsou

Currently only the xsd:documentation is extacted as docstrings, the appinfo isn't and as fas as I know other generators behave the same way, but I am open to suggestions ```xml...

Here are some examples from my samples, I am not sure how to map those to dictionaries, too many possibilities ``` person location type IS HL70305 person location type ```...

I need some proposals for this I can't figure this out on my own, feel free to re-open with a suggestion how we could tackle this one, or if you...

This is on my immediate todo list, I will close this one for now

I added a new cli config option [`--wrapper-fields`](https://xsdata.readthedocs.io/en/latest/codegen/config/#wrapperfields) This is what it does on the w3c-test suite. https://github.com/tefra/xsdata-w3c-tests/commit/65c03423c6679393c9bf7a142e80ac5c03f109ff Give it a try and let me know how it works for...

The official xml schema defines the xs:language like this, if we were to generate an enumeration, I would have to ship a custom version in order to implicit specify all...

Is there any official enumeration anywhere? If we do this most likely I am going to add a custom schema to auto generate the enumeration, but then do we go...