Namespace

namespace name[.name][...];
The namespace declaration switches the current namespace to the name given. All entities declared after this point will take on this namespace.

Dot characters can be used to separate components of the namespace, but the namespace should contain no special characters or spaces.

Namespaces are used primarily during XMI output and code generation and map to packages or files depending on the code language.



http://www.rawsontetley.org