Page 1 of 1
How to generate XSD files
Posted: Wed 05 Sep 2012 16:23
by JORGEMAL
I am totally new to XSD files and I need to create one for our PostgreSQL database, or part of it. Am I asking this question in the correct place? If so, I will very much appreciate any information about this issue.
Respectfully,
Jorge Maldonado
Re: How to generate XSD files
Posted: Fri 07 Sep 2012 16:27
by Shalex
dotConnect for PostgreSQL includes only standard ADO.NET functionality of creating XML: PgSqlDataTable.WriteXml/WriteXmlSchema, PgSqlDataSet.WriteXml/WriteXmlSchema.
Look for the special tool which can generate XML for the whole database which is similar to the one mentioned in
this thread or implement your own solution using
PostgreSQL XML functions.