Is it possible to use ppx_xml_conv to generate types for an XML document from an XML Schema Definition (XSD) file?

I’ve found this question where OCaml types are used to generate XML (or S expressions) but I am not sure about going the other way. I know xml-light has support for validation using Document Type Definition files (an alternative XML schema format) but that is not quite what I want. Thanks for any help you can provide!

1 Like