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

Marcos Mayorga drmay_en at yahoo.es
Tue Mar 7 04:48:01 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-07 12:57 -------
XMI is XML.

XMI is an spec for information model transportation, that's why inside xmi.content can be storer elements from the namespace UML, and it can allocate other namespaces. 

xmi.extension should be used to extend the XMI spec, so, IMHO, elements that actually umbrello allocates inside xmi.extension, like those which characterizes a particular class, sould be written inside the <uml:class> element , example:
<XMI.CONTENT>
...
<uml:class ...>
  <umbrello:defaul_fill_color value="66"/>  <!--(is an invented property)-->
</uml:class>

</XMI.CONTENT>




More information about the umbrello-devel mailing list