lumeohq / xsd-parser-rs

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

Error while generating code for broadband-forum TR-069 CWMP Model / cwmp-1-4.xsd #143

Open koolquark opened 1 year ago

koolquark commented 1 year ago

Hi,

I am using xsd-parser-rs (xsd-parser) to generate code for CWMP data models.

I get failure while generating code for

cwmp-1-4.xsd

I am using commit

d8dd37e2069bf1b1366f19cb3dbd0e21d9f49653

of xsd-parser-rs

rustc --version
rustc 1.62.0 (a8314ef7d 2022-06-27)

Full RUST backtrace is attached

rust_backtrace_full.txt

The command used is

./target/debug/xsd-parser  -i ../data_models/cwmp-1-4.xsd   -o ../gen_code/cwmp_1_4.rs

thanks

koolquark commented 1 year ago

this issue looks similar

Issue 105

thanks