System.QualifiedIdent - Manhunter07/MFL GitHub Wiki
Declaration
type QualifiedIdent = custom(func Value: string ret \built-in\)
Description
See also: Identifiers
The QualifiedIdent
type in the System
package represents the a constraint for qualified (full) object names, including the full chain of namespaces. Allowed values are strings that can be used as valid identifiers for objects including name path delimeters, spaces and string identifiers (qualified identifiers).
Unqualified identifiers may contain dots, spaces or string identifiers and are therefore a subset of qualified identifiers. To only support unqualified identifiers, use Identifier
.