lumeohq / xsd-parser-rs

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

Issue 59 - complex content restriction for ONVIF #60

Closed victor-soloviev closed 4 years ago

victor-soloviev commented 4 years ago

Closes #59

Solves problem for the restriction occuring in ONVIF (whick is mentioned in the issue), but not in a general case.

To see generated code you could run

cargo build && target\debug\xsd-parser.exe -i xsd_external\ws-discovery.xsd

Alternately, you may check added unit test.