Generate XSD from my model
Posted
by Coppermill
on Stack Overflow
See other posts from Stack Overflow
or by Coppermill
Published on 2010-03-25T16:01:24Z
Indexed on
2010/03/25
16:03 UTC
Read the original article
Hit count: 343
I am writing a WCF REST service, and I am needing to generate my XSD's which provide the information for my models.
What is the easiest way of doing this?
It would be nice to have it generate the validation within the XSD too, if possible?
© Stack Overflow or respective owner