I analyzed your schema, it is ambiguous …
Consider this schema fragment (given in DTD notation because it’s shorter), which occurs at various locations in your schema:
And a valid document:
What would you expect to see on X-Application’s view page for this document?
1) a list with one item, and the item contains both elements “a” and “b”.
or
2) a list with two items, the first item contains element “a”, the second item contains “b”.
X-Application cannot automatically determin which of the possible view pages is correct.
To solve this problem, I suggest changing your schema: make sure, that every “unbound” sequence contains at least one mandatory element. Example: the above schema fragment could be changed to
This subject is quite difficult and I’m not sure if this is enough to explain it. Don’t bother to ask back!
Michael
Software AG Germany, Darmstadt
#Tamino#API-Management#webMethods