namespace Attribute

Applies To: Windows Server 2008

The namespace attribute specifies the URI used to identify the elements within an ADMX file.

Syntax

namespace="<placeholder for URI>"

Remarks

Each URI for an ADMX file must be unique from all other ADMX files. For example, "Microsoft.Policies.Example1" cannot be defined as a namespace for more than one ADMX file. However, a URI can be referred to from one ADMX file to another with the using element. The URI follows .NET framework naming guidelines (for example, use "InternetExplorer," but not "ie," "inet," or "internetexplorer").

Examples

This XML fragment displays an example of a namespace for the example1.admx file.

namespace="Microsoft.Policies.Example1"

Additional references

target Element

using Element