cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XSD problem

Former Member
0 Likes
495

Hi SDNers,

As we r using MDM sp06 therefore we have to use Xsd while importing but it showing error when we r using standard business content XSD .From where can i find xsd for the xml file iam using .Is we have to use an XMl spy?

If yes then recommend which one we should use?

or

there is a other way round?

Thanks in advance,

Neethu JOY

View Entire Topic
Former Member
0 Likes

what is the error though?

It can be because of XML Name space, in our case it was because of maxoccurs = 9999/99999999 in the default XSD, we changed it to maxoccurs = unbounded, and yeah it is always a good idea to validate XML against XSD.

Generate a sample XML using the xsd and try importing that , even then if it errors out before opening that stuff , then it is the problem with XSD.

But if sample XML goes thru and actual; data is bombing then apparently data is the culprit XML does not like to see bunch of illegal characters in the data and yes these kind of checks , XML SPY or any XML workbench can handle. good Luck.

-Sudhir.