Skip to content
Commit f9bc981e authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Let umbrello generate UML 1.4 compatible xmi format on writing enum literals.

UML 1.4 spec mentions the following xml tag hierachy:

UML:Enumeration
   UML:Enumeration.literal
      UML:EnumerationLiteral
      UML:EnumerationLiteral
      ...

umbrello wrote:

UML:Enumeration
   UML:EnumerationLiteral
   UML:EnumerationLiteral
   ...

Loading of enum literals also supports the mentioned hierachy.
parent 111e4488
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment