Skip to content
Commit 195720f9 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

Support loading of attribute type from MagicDraw/Cameo href to PrimitiveTypes.xmi :

umbrello/umlmodel/attribute.cpp
- In function load1 case m_SecondaryId.isEmpty() while-loop over node
  case !href.isEmpty(),
  - bool isPrimitive is set to xmiType.contains("PrimitiveType") if
    xmiType is non empty, else is set to href.contains("PrimitiveType");
  - proceed with primitive type handling if isPrimitive is true and the
    href suffix conforms to primitive type syntax.

CCBUG: 56184
parent 55a1e56f
Pipeline #160478 passed with stage
in 40 minutes and 32 seconds
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