Chris Tsou

Results 138 comments of Chris Tsou

For repeating choices or complex sequence elements give the[ compound fields](https://xsdata.readthedocs.io/en/latest/codegen/config/#compoundfields) a try.

I am not sure I follow @skinkie, you are suggesting to skip the compound field if there is no array element in the choices right? The example you give is...

Thanks for giving a simple example not from netex

> > Thanks for giving a simple example not from netex > > This was from NeTEx, do you want me to copy paste an XML schema that is at...

So the feature is to create getter and setters?

@skinkie I am afraid getters and setters are against xsdata philosophy and simple data models. I created this lib to kinda get away from that path that other packages followed....

xsdata doesn't support json schemas @vvmruder

Things are kinda slow lately, idk maybe :)

The dict type is only supported for xml attributes, there is no other use case when you are working with xml https://xsdata.readthedocs.io/en/latest/models/types/#dict json on the other hand supports dynamic properties.

xsdata doesn't support generating models from swagger, just raw json documents