[Uml-devel] [Bug 123159] xmi, unrecognized xml elements are not preserved
Marcos Mayorga
drmay_en at yahoo.es
Mon Mar 6 07:19:04 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=123159
------- Additional Comments From drmay_en yahoo es 2006-03-06 14:58 -------
umbrello writes:
<?xml version="1.0"?>
<XMI xmlns:UML="http://...UML/1.3">
...
<UML Class name="new_class"/>
...
</XMI>
then I change it to:
<?xml version="1.0"?>
<XMI xmlns:UML="http://...UML/1.3" xmlns:rel="http://.....">
...
<UML:Class name="new_class">
<rel:trace><rel:requirement href="1"/></rel:trace>
</UML:Class>
...
</XMI>
umbrello destroy this manually (or 3rdparty program) added information.
More information about the umbrello-devel
mailing list