I have been assigned to create a XSD schema for a proposed XML. i know what tables will be involved and what will be required fields which we always going to expect in the XML as well as optional.
I am very new to XSD and don’t know where to and how to start.Can any one suggest me how to proceed so that i can start exploring something as currently i am on ground zero with the requirement.
Thanks in advance
Umesh
Best place to start off when you are at ground zero is w3schools –
http://www.w3schools.com/schema/schema_example.asp
Check this tutorial for beginners, looks good to me –
http://www.codeguru.com/java/article.php/c13529