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.