schema for xml document
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
hi all I want to generate the .xsd for xml document the format of xml would be say
///optional 0 to n . . . .... . . . . . . .
There is a tool "XML Schema Definition Tool as xsd.exe" provided by the microsoft with its SDK.You can found it at "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin".It can generate schema of a xml file and a lot more. just give this command with your xml file and outfile directory.It'll generate the schema file of your xml. To know more Click here[^]
Cheers!! Brij