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
Repala Sowmya
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: