cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts

I am new to XSD and struggling with one XSD file. I am trying to upload an XSD into SAP CPI message mapping and receiving some XSD validation errors. the errors refer to mostly, element / type references being unresolved. I have uploaded the XSD and errors details in the git hub. please help me with what am I missing here.

The file name is newsample.xsd and error_02.txt https://github.com/sbhatta-aps/xsdsample

0 Likes
View Entire Topic
VijayKonam
Active Contributor
0 Likes

Your xml is referring another xsd/types - xmlns:xml="http://www.w3.org/XML/1998/namespace"

You need to removed these references. A simpler way to generate XSD is to create a sample XML first and use any online tool to generate XSD from your XML. Should work.