- From: Databinding Issue Tracker <dean+cgi@w3.org>
- Date: Tue, 12 Dec 2006 11:29:56 +0000 (GMT)
- To: public-xsd-databinding@w3.org
ISSUE-100: LC: Basic Profile Compliant Import http://www.w3.org/2005/06/tracker/databinding/issues/100 Raised by: Paul Downey On product: Basic """ 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? """ http://lists.w3.org/Archives/Public/public-xsd-databinding-comments/2006Dec/0001.html
Received on Tuesday, 12 December 2006 11:30:12 UTC