Please assume I know nothing about anything.
I am new to windows phone development.
I have an xml as follows - its not a file - its an XDocument generated from string which came from server
<User>
<Number>00000</Number>
<Id>1234</Id>
<TextKey>A1A1A1A1A1A1A1A1A</TextKey>
<Agent>WindowsPhone</Agent>
</User>
First of all, I need to generate an xsd for this xml Then I need to validate this xml against the xsd on the windows phone platform then if the xml is valid, I need to generate objects/class from it(???) I've read about xsd.exe XML Schema Definition tool how do I go on using it?? Any other way to do all the above in visual studio 2012???