lumeohq / xsd-parser-rs

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

Abstract code types: Notation, TopLevelSimpleType subtypes #101

Closed victor-soloviev closed 4 years ago

victor-soloviev commented 4 years ago

Implemented TopLevelSimpleType subtypes (except SimpleDerivation, which can not be implemented without type resolver) and Notation type at abstract code level with converting functions for them.

Partially covers #98