0

So here is my basic project layout

--package1
  |---package2
      |----One.xsd
  |---package3
      |----Two.xsd
  |----Three.xsd 

So the question is the following: I can access One.xsd from Three.xsd by setting schemaLocation="package2/One.xsd" But I have no clue how can I access One.xsd from Two.xsd or vice versa.

4

1 回答 1

0

我自己没有尝试过,但schemaLocation="../package2/One.xsd"可能会奏效。

于 2013-07-16T17:17:45.753 回答