Architecting and designing : SysML : Relationships : Package Import
  
Package Import
A PackageImport is a DirectedRelationship between an importing Namespace and a Package, indicating that the importing Namespace adds the names of the members of the Package to its own Namespace.
Conceptually, a Package import is equivalent to having an ElementImport to each individual member of the imported Namespace, unless there is a separately-defined ElementImport. If there is an ElementImport for an Element, then this takes precedence over a potential import of the same Element through a PackageImport.
Relates
The Package Import relationship can be drawn like this:
From
To
Package
Package
Example
This graphic is described in the surrounding text.
See also
Association
Dependency
Realization
BlockNamespaceContainment
Comment to AnnotatedElement
Constraint to ConstrainedElement
Connector
ElementGroup to Element
Instance Specification Relationships
Generalization
Package Containment
Port Provides (Realizes) Interface
Port Requires (Uses) Interface
Substitution
Go up to
Relationships