Source of the problem is the schema xml.tsd.
In the original schema you do not put a namespace declaration for the XML namespace, that is right and therefore the define works with the Tamino Interactive Interface.
What happens in the Schema Editor: It generates a namespace declaration for the XML namespace. But this is not accepted by Tamino, because the XML namespace is a special namespace and specially handled.
You don’t need to define your xml.tsd, because Tamino already carries this schema within. lang, space and base are defined here. Use this import in your other schemas:
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../ino:collection/xml_lang_space" />
Kind regards,
Harald
[This message was edited by Christian Freytag on 26 Feb 2003 at 09:57.]
#Tamino#webMethods#API-Management