Hi sir,
Tell me the use of xsd file in asp.net. How to generate xsd file from asp.net webservice. Kindly give me the solution for this
problem.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jul 15, 2013, 11:14 PM
hi,
XSD is XML Schema Definition and it is used to validate XML
with help of XSD
we can define Datatype of the vaklue of XML nodes (ie data, string etc)
we can define customize data type
we can put the restriction on the occurrence of the elements.
Please refer to know more
https://en.wikipedia.org/wiki/XSD
hope this will help you.