Hi all,
I have to recall my thoughts about the commnadline tool xsd.exe in the post: XML serialization. When an XSD element contains a minoccurs =”0″ and it’s not a string, there will be a property generated with the name. <element name>+Specified. This property is a boolean field which is used to determine if a field needs to be serialized to XML. The default value is false, so if you don’t set this field you won’t be able to see your data back in your XML.
Regards,
Dennis