xgen icon indicating copy to clipboard operation
xgen copied to clipboard

Support for generating code from the NeTEx XSD schema

Open skinkie opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

When creating code from the NeTEx XSD, I end up with a single Go file which does not encompass the entire distribution.

./go/bin/xgen -i /home/skinkie/Sources/NeTEx/xsd/NeTEx_publication.xsd -o /tmp/go-netex -l Go

Source: https://github.com/NeTEx-CEN/NeTEx/

Describe the solution you'd like

I would like to retrieve a data model for the entire distribution.

Describe alternatives you've considered

This is my first attempt to see if Go is capable of handling XSDs. For other languages I am using JAXB (Java) and xsData (Python).

skinkie avatar Nov 18 '21 15:11 skinkie