The NAMESPACES Attribute-Keyword
[This is preliminary documentation and subject to change.]
NAMESPACES is a comma-separated list of namespace names. Unless the HOME is specified, these must be fully qualified namespaces that the adapter can use directly with the provider gateway API.
Specify the namespace names as follows:
NAMESPACES={namespace name, style}
-
Where style can be either:
-
shallow (include only the specified namespace), or
deep (include the specified namespace and all its children)
Examples
-
NAMESPACES={Root\Default, shallow}
-
This specifies just the Root\Default namespace.
-
NAMESPACES={Root\Default, deep}
-
This specifies the Root\Default namespace and all its children.
-
NAMESPACES={Root\Wellfleet, shallow},{Root\Cisco, deep}
-
This specifies the Root\Wellfleet namespace plus the Root\Cisco namespace plus all the children of the Root\Cisco namespace.
-
NAMESPACES=Root\Default
-
This is equivalent to NAMESPACES={Root\Default,shallow}.