[Uml-devel] [Bug 56184] Umbrello XMI file format doesn't conform with uml13.dtd

Oliver Kellogg okellogg at users.sourceforge.net
Fri Dec 26 06:52:00 UTC 2003


------- 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=56184     




------- Additional Comments From okellogg at users.sourceforge.net  2003-12-26 15:48 -------
Some progress was made, we now have a <UML:Model> tag.
Associations are saved using the <UML:Association> tag
appropriately (i.e. using the inner tags
<UML:Association.connection> and <UML:AssociationEnd>).
Generalizations are saved using the <UML:Generalization>
tag, but no use is made of the "generalization" attribute
(to be checked: is this okay?)

Still on the TODO list (i.e. not ready for version 1.2)
are at least the following:

* Get rid of the non-standard tags such as <docsettings>,
  <diagrams>, <listview>, i.e. use the proper XMI extension
  mechanism. (Furthermore, for <diagram> use SVG.)
* Saving of realizations. With the ID-based logic that
  Umbrello currently uses for saving/loading UMLAssociations,
  we would need a <UML:Realization> tag, but there is no such
  thing.
* Validate the XMI produced.




More information about the umbrello-devel mailing list