include

Hi, i’v just tested xs:include, but no success! There is a included schema without targetnamespace and a including schema with targetnamespace. the included schema has been defined before i define the including schema. Both schema are in the same collection “test”. the error message indicate error in the line:

<xs:include> <xs:schemaLocation>../test/includedSchema.tsd</xs:schemaLocation> </xs:include>

and the message: invalid include element. Schema reference could not be resolved. According to the experience with xs:import. the path of schemaLocation should be right. Question: Does xs:include work in tsd4.2? chacha