libxsd-frontend

Compiler frontend for W3C XML Schema definition language

brewmacoslinux
Try with needOr install directly
Source

About

Compiler frontend for the W3C XML Schema definition language

Commands

xsd

Examples

Generate C++ code from an XML Schema file$ xsd cxx-tree schema.xsd
Generate parser and serializer with custom namespace$ xsd cxx-tree --namespace-map http://example.com=ex schema.xsd
Generate C++ code with validation support$ xsd cxx-tree --generate-validation schema.xsd