Cameo generates a displayed “name” for each root namespace node in the model containment tree. If there is only one top-level namespace (such as a package) under the root it will take the name of that top-level namespace as the “name”. If there is more than one, it will take the name of the 1st suffixed with an ellipsis ....
This is convenient for display and navigation in the model containment browser, but that root namespace "display name" is NOT in the underlying model. In particular, you should not include that root namespace "display name" in qualified paths when drilling down from the global scope using $::..., that is, don't repeat the name of a top-level namespace owned by a root namespace.
