Xml Parsing Error for element with "xs:anyType

We are using a xml parser python app(xmlschema) to parse the xml data from the xml rpc api.
When we provide the schema and the data to the python app, it returns error. The error happened when it tried to parse
"<xs:element name=“TEMPLATE” type=“xs:anyType”/>" . It is unable to parse “xs:anytype”. When the data doesn’t have the TEMPLATE information, then the parsing is working fine.

How do we parse the “<xs:element name=“TEMPLATE” type=“xs:anyType”/>”?

How do we parse the xml data using the schema ?

Hi surya,

Im checking right now the schema and i dont see any problem, if u can post here your data will be very helpful.

Regards