= Namespace = {{{ namespace }}} Declare the namespace the (indented) following content belongs to. may be a single Toplevel Identifier ([A-Z][a-zA-Z0-9_]*) or a sequence of Identifiers separated by '.'.[[BR]] Each Identifier within the Namespace sequence must start with an uppercase letter. May contain * [wiki:DocString DocString] * [wiki:Class Class Definition] * [wiki:Interface Interface Definition] * [wiki:Struct Structure Definition] * [wiki:Enum Enumeration] * [wiki:Sig Signature ] * [wiki:Extends Extension Definition ] == Example == {{{ namespace Test ... namespace Foo.Bar.Baz ... }}}