Hi all, Suppose the following example: schema importininclude.xsd <xs:schema ... targetnamespace="A"> <xs:element name="A"/> schema include.xsd <xs:schema targetnamespace="B"> <xs:import namespace="A" schemaLocation="importininclude.xsd"/> schema main.xsd <xs:schema targetnamespace="B" xmlns:px="A"> <xs:include schemaLocation="include.xsd"/> <xs:element ref="px:A"/> XML Spy is able to handle such an "indirect" import, they use an "xs:include" quasi as a text replacement and I think that is OK. XERCES needs the xs:import in main.xsd in order to know "px:A". Does anybody know a W3C rule for that?? Thanks in advance DavidReceived on Wednesday, 7 July 2004 14:50:13 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 16 March 2009 11:13:31 GMT