Stephan,
indeed the message is confusing. However it comes from the Tamino server and is not generated or even related to anything in Altova.
You get the same message when you update using the Tamino Interactive Interface.
“my” XML Spy message starts with “Mismatch of minOccurs attribute during schema update. Line 55, Column 4: …” However I have slightly better version that the release version of XMLSPY.
Anyhow the problem is related to the schema evolution rules. They say, that you cannot update the schema, if it possibly can make existing xml documents, that validate against the old schema, invalid if validated against the udpated one. In your case your inserted a required tag “test” in the middle of the content model after comment and before item. So xml documents that contain comment and item and not have a test tag, will become invalid. Usually update will there only work, if you make test an optional field. That would mean you say minOccurs=“0”. Currently there is no minOccurs specified and the default is “1”.
Hope that helps…
christian campo
#Tamino#webMethods#API-Management