- From: <paul.downey@bt.com>
- Date: Tue, 12 Dec 2006 11:23:43 -0000
- To: <public-xsd-databinding-comments@w3.org>
it appears that the only way to import a schema and be able to reference the elements from a WSDL message and remain Basic Profile compliant is as follows: """ <wsdl:types> <xs:schema> <xs:import namespace="http://example.com/schema" schemaLocation="schema.xsd"/> </xs:schema> </wsdl:types> """ That is, you have to use a chameleon schema which the Basic Patterns document preculudes due to known interoper issues with tools. Is this constrained pattern well enough supported by tools to be included in the "Basic" document? Paul
Received on Tuesday, 12 December 2006 11:24:56 UTC