Provisioning Schema::namespace
Root element of the namespace file that registers provisioning
providers and procedures in the configuration database. This
element is part of the provisioning schema of Microsoft
Provisioning Framework (MPF).
Arguments |
Input Argument |
Description |
procedure
|
(minOccurs="1" maxOccurs="*") |
providerContext
|
(minOccurs="0" maxOccurs="1") |
description |
Optional. Description of the namespace. |
name
|
Required. Name of the namespace as it is registered in the
Configuration Database. The namespace name can include letters,
numbers, underscores, and spaces. |
providerSource |
Optional. Prog ID of the provider COM object or script file.
Not required if the namespace procedures only execute procedures in
other namespaces. |
readOnly |
Optional. Boolean specifying whether the namespace is
read-only. The default value is "0". |
|