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).

Children

procedure (minOccurs="1" maxOccurs="*")
providerContext (minOccurs="0" maxOccurs="1")

Attributes

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".

See also

Customization, Developing Custom Namespaces, Namespace Example, Procedure Examples, XML Schema for Namespaces, XML Schema for Procedures


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.