I have a XSD for validating my XML document. This document I am generating/creating with the help of .NET/Java.
But after creating the XML document while validating it with the predefined XSD it is saying data types are not matching.
I need to create the XML with datatypes.
How to approach this problem? Any Documentation, Link would be helpful. Thanks