Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » XSD » HOW TO: breaking XSD file into multiple XSD files(Graphical representation of multiple XSD files)
HOW TO: breaking XSD file into multiple XSD files [message #991588] Wed, 19 December 2012 20:06
Robert Lake is currently offline Robert LakeFriend
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

Previous Topic:The location has not been resolved because the import is unused
Next Topic:Problem loading XSD file
Goto Forum:
  


Current Time: Fri Apr 26 18:46:36 GMT 2024

Powered by FUDForum. Page generated in 0.02934 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top