| HOW TO: breaking XSD file into multiple XSD files [message #991588] |
Wed, 19 December 2012 15:06 |
Robert Lake Messages: 1 Registered: December 2012 |
Junior Member |
|
|
I have a XSD file (test1.xsd) that I am trying to break into three XSD files:
test1.xsd
test2.xsd
test3.xsd
I understand that in the source I can add (hand modify) the following lines:
<include schemaLocation="//.../.../test2.xsd"/>
<include schemaLocation="//.../.../test3.xsd"/>
to test1.xsd.
what I do not know, is how to show this transition from test1 -> test2 and test3 graphically in the Eclipse SDK XML tool.
Any help would be appreciated.
Thank You,
Robert
|
|
|
Powered by
FUDForum. Page generated in 0.01436 seconds