Share via


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

Provisioning Schema::procedure

(minOccurs="1" maxOccurs="*")

Provisioning Schema::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".

Remarks

No remarks.

Sample Code

No sample code.

Applies To

Provisioning Schema; Provisioning Schema::execute; Provisioning Schema::queue; Provisioning Schema::transform

See also

Tasks

Provisioning Schema::procedure
Provisioning Schema::providerContext