Namespace-qualified identifiers

The general reference for identifiers describes unqualified identifiers. An identifier can also be qualified. A qualified identifier consists of a qualifier or namespace, followed by a ., followed by either a regular identifier or an operator. The qualifier is one or more regular identifiers separated by . For example Foo.Bar.baz is a qualified identifier where Foo.Bar is the qualifier.