Hi, I need to generate XSD for dynamic types. All works fine, but for DataType properties represented by xsd:element (many==true or nullable==true) there are no "type" attribute generated in xsd. So, that I can`t use generated xsd to define the type in another context - the type information of such properties is lost. Iam using XSDHelper.generate(List<Type>) method. Does someone know how to generate XSD for dynamic types without losing type information of such properties?
Thanks.
