Version: (using KDE Devel) Compiler: gcc 2.95 OS: Linux Project settings such as code export directory are not saved with the file but in Umbrello's global configuration file. They should be saved in the XMI file.
When using XMI 1.2 one may use the XMI.extensions section. Placing it into the XMI.contents section using XMI.extension might be the alternative. But since it does not have to do something with the contents the first way may be better. Based on XMI 2.0 one probably can use Extension there, too, as described in XMI 2.0, chapter 1.5.4 and shown in figure 1-1 on page 1-7. You need: - extender (String) - extenderID (String) - the extension elements which can be anything valid inside XML So question now is what to choose for extender and extenderID? It would be useful to know what Rational Rose uses for this thing to make umbrello compatible.
> It would be useful to know what Rational Rose uses for this thing to make umbrello compatible. Anyone there who can give some more hints or have a rational rose xmi file example, so that this feature could implement ?