Thanks Paolo and Geert for responding.
The reason for doing this is a little strange.
We use EA for our modelling needs and it does just fine! [smiley=thumbsup.gif]
I now want to create a cross-linked tree (actually nothing to do with modelling really) and be able to display and query it. I thought that EA would be able to do this for me. The data exists in an Access database and I wanted to create some method of inputting the data into EA. Below is a small example of how the XML could look - note the double use of 'Use Case5' to form the cross-linkage.
<?xml version="1.0" encoding="UTF-8"?>
<model xmlns:xs="
http://www.w3.org/2001/XMLSchema"
xmlns:fn="
http://www.w3.org/2005/xpath-functions"
xmlns:uml="
http://schema.omg.org/spec/UML/2.1"
xmlns:xmi="
http://schema.omg.org/spec/XMI/2.1"
name="Dependency">
<package name="Use Case Model" >
<usecase name="Use Case1">
<usecase name="Use Case4" />
<usecase name="Use Case2">
<usecase name="Use Case5" />
<usecase name="Use Case6" />
</usecase>
<usecase name="Use Case3">
<usecase name="Use Case10">
<usecase name="Use Case5" />
<usecase name="Use Case12" />
<usecase name="Use Case11" />
</usecase>
<usecase name="Use Case7" />
</usecase>
</usecase>
</package>
</model>
I can create this via the GUI EA user interface - no problem. I guess what I really want it some (controllable) method of importing data into EA starting from scratch.
Does that make sense? Can it be done and can you help?
TIA
Martin