How to generate XSD files

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
JORGEMAL
Posts: 171
Joined: Thu 03 Jul 2008 23:55

How to generate XSD files

Post by JORGEMAL » Wed 05 Sep 2012 16:23

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How to generate XSD files

Post by Shalex » Fri 07 Sep 2012 16:27

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.

Post Reply