lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
100 stars 39 forks source link

Added support for all element. #147

Closed lkirkwood closed 8 months ago

lkirkwood commented 1 year ago

Adapted from https://github.com/lumeohq/xsd-parser-rs/pull/112.

lkirkwood commented 11 months ago

Is there something that needs changing in this to get it reviewed?

MarcusElg commented 8 months ago

I also needed support for xs:all. I tried this pr and it did work as expected so it would be nice to get this merged :) @DmitrySamoylov

DmitrySamoylov commented 8 months ago

Sorry for the delay. Please, add a test as described in https://github.com/lumeohq/xsd-parser-rs/blob/main/xsd-parser/tests/README.md

lkirkwood commented 8 months ago

I have added the tests as requested :) Let me know if you need anything else for this

DmitrySamoylov commented 8 months ago

Please, also run rustfmt ;) Not sure if you receive notifications for failed builds.

lkirkwood commented 8 months ago

Apologies - fixed.