Architecting and designing : UML 2.5 : Package views : Package Containment relationship
  
Package Containment relationship
Package Containment means that one Package contains the other, or is nested in the other.
The containing Package owns the contained Package and all of its Classifiers.
The Package Containment relationship is drawn from the contained package to the containing package; a ball-like structure is notated on the contained package side.
Relates
The Package Containment relationship can be drawn like this:
From
To
Package
Package
Example
This graphic is described in the surrounding text.
See also
Package
Package Import relationship
Go up to
Package views