highsource / ogc-schemas

XML<->Java and XML<->JS for OGC XSDs.
BSD 2-Clause "Simplified" License
82 stars 49 forks source link

INSPIRE schemata binding #181

Closed abiuan closed 8 years ago

abiuan commented 8 years ago

I need to use an INSPIRE schema (http://inspire.ec.europa.eu/schemas/). This schema cascading refers to other 2 INSPIRE schemata. INSPIRE schemata are extensions of OGC ones. I did a try without success, to produce java binding classes. Could you give some suggests and rules on how can I deal this problem?

highsource commented 8 years ago

I've started the inspire-schemas project a while ago.

Unfortunately, there's no easy solution to this. You have to go through all the relevant schemas/dependencies and add them one by one. This project as well as the mentioned inspire-schemas project have examples how to do this, but there's no complete how-to guide.

Check the inspire-schemas project, file issues for schemas you need and try to implement it on your own following conventions/structures you see in already compiled schemas. Send me pull requests, I'll review/apply/correct them as needed.

One thing I have to say is that I myself won't set a goal to compile all the INSPIRE schemas (as we did in this project for OGC schemas). They are just too many and I personally don't have the necessity for my business. However I can help by reviewing/correcting pull requests/answering specific questions if you (or anyone) would try to compile INSPIRE schemas.

Please file issues per schema in the inspire-schemas project.

highsource commented 8 years ago

Closing as not in scope here.