serde-xml-rs icon indicating copy to clipboard operation
serde-xml-rs copied to clipboard

Create classes from xsd schema

Open NelDav opened this issue 5 years ago • 2 comments

Do you plan to implement a functionality to create classes from a xsd schema? Of course that is not the main task of a xml-serializer/deserializer. But I think it would fit into this crate.

What do you think about this?

xml-schema is able to create classes from a xsd-file. But it uses another pure xml-serializer/deserializer to serialize/deserialize the created classes. Such a tool for serde would provide a nice way to use xsd-schemas to create the classes and serialize them into other formats than xml.

NelDav avatar Oct 23 '20 14:10 NelDav

I think that this would be a great feature!

punkstarman avatar Jan 10 '21 13:01 punkstarman

wow, I just went on this issues page to ask about a feature like this as well. I would be an amazing feature!

luke-titley avatar Jan 24 '21 14:01 luke-titley