Handle anyType in xsd file

0
Hi, I have a xsd file in which few attributes have type as 'anyType' . After I upgrade the Project to 5.12.0 version, am facing errors that 'anyType' is not supported. How can i resolve this issue now?
asked
1 answers
3

Hi Repala,

You will have to change the 'anyType' to the actual type of attribute you are passing. E.g.: 'string'.

This wil resolve your error. For more datatype examples:

http://www.w3schools.com/schema/schemadtypesstring.asp

answered