2

I have to store the application schema for a GML file which is in Xsd format in PostgreSQL table.

I want to use the ISO standards for that.

From what I have searched I think ISO 19109 has to be used.

Can anyone suggest some thing

Mark Cupitt
3,9244 gold badges32 silver badges55 bronze badges
asked Oct 20, 2014 at 3:27

1 Answer 1

1

From What I have found I think we can simply parse the xsd and find the column names.Since the column names are in any case going to be in string format.We only need to store that as varchar in the postgres table.

answered Oct 21, 2014 at 12:05

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.