Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working with a XML project in C#. I find many resource over the internet about XML.But I didn't find any link about XML Schema that can satisfied me..... Can any one help me to use XML Schema in C#. I mean how to create XML schema file and modify or delete using C#.
Posted
Updated 15-Aug-13 3:51am
v2

 
Share this answer
 
How to create XML Schema with visual studio tool xsd.exe

How to create XML Schema programatically

If you don't really understand what these articles are talking about, you should just start by understanding what an XML schema is actually. You can also try playing with xsd.exe and compare the generated schemas with your XML which gives you a better idea visually of what the schema is and what it does.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900