Windows Develop Bookmark and Share   
 index > Windows Forms General > How do I build a class based on properties in XSD file?
 

How do I build a class based on properties in XSD file?

Hi All,

I'm working with the WITSML standard, which is a pretty massive standard defined in XML for the transfer of oilfield data. There are a ton of XSD files for defining and checking all data in the WITSML format. I'd like to be able to easily create XML based on the types defined by the WITSML XSD files. Is there any way to create a
basic XML object based on an XSD file and then populate it with data?
How do I build a class with properties matching properties defined in the XSD file? I thought of opening the XSD file and manually create a new class based on properties defined in XML schema.

CodesCrawler  Tuesday, October 06, 2009 7:35 PM
CodesCrawler  Tuesday, October 06, 2009 8:10 PM
CodesCrawler  Tuesday, October 06, 2009 8:10 PM

You can use google to search for other answers

Custom Search

More Threads

• Filtering Null values
• ListView control docked inside Split Container - how to remove last,empty column
• How can I hide the caret of a RichTextBox control?
• How can we retrive value of selected items from the list box??
• Bind/Display Images
• FolderBrowserDialog: How to browse only "Entire Network"?
• Win Forms converted from VS2003 - 2005 but no visual styles showing when app is run
• Overriding combobox drop-down menu
• How to start application on Windows startup
• TableLayoutPanel Performance issues