An open API service indexing awesome lists of open source software.

https://github.com/entur/netex-java-model

Java JAXB binding classes for NeTEx xsd schema
https://github.com/entur/netex-java-model

ror

Last synced: 9 months ago
JSON representation

Java JAXB binding classes for NeTEx xsd schema

Awesome Lists containing this project

README

          

# netex-java-model [![CircleCI](https://circleci.com/gh/entur/netex-java-model/tree/master.svg?style=svg)](https://circleci.com/gh/entur/netex-java-model/tree/master)

Downloads the NeTEx-XML XSD files from https://github.com/entur/NeTEx and generates java model using jaxb.

You need xmlstarlet installed.

```mvn clean install```

## Maven central
This project is available in the central maven repository.
See https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.entur%22

# Related project

See https://github.com/entur/netex-protobuf for a conversion of NeTEx xsd files to protobuf descriptors.