[Uml-devel] [Bug 123159] xmi, unrecognized xml elements are not preserved

Marcus Alanen maalanen at abo.fi
Mon Mar 6 11:21:08 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 maalanen abo fi  2006-03-06 20:18 -------
> <UML:Class name="new_class">
>   <rel:trace><rel:requirement href="1"/></rel:trace>
> </UML:Class>

To be valid XMI, this should be

<UML:Class name="new_class">
  <XMI.extension xmi.extender="your_tool_name">
    <rel:trace><rel:requirement href="1"/></rel:trace>
  </XMI.extension>
</UML:Class>

I don't know how umbrello deals with it, though. Also note it's called "XMI.extension" when inside an element, and "XMI.extensions" (note the extra "s") for the file-scope extension node.




More information about the umbrello-devel mailing list