Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for generating code from the NeTEx XSD schema #35

Open
skinkie opened this issue Nov 18, 2021 · 0 comments
Open

Support for generating code from the NeTEx XSD schema #35

skinkie opened this issue Nov 18, 2021 · 0 comments

Comments

@skinkie
Copy link

skinkie commented Nov 18, 2021

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant