definitions Element

Applies To: Windows Server 2008

The definitions element is a table of definition elements for the supportedOn text.

Syntax

  <definitions>
    <definition> … </definition>
  </definitions>

Attributes

There are no attributes associated with this element.

Child elements

Element Required Description

definition Element

No

The definition of the supported product information.

Note

For simplicity of documentation, nested elements located one level down, known as child elements, will only be described for a given element.

Remarks

Group Policy provides enterprise management of Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP as well as applications that run on the Windows platform. The enterprise will typically include multiple versions of operating systems and other applications. In order to administrate for these different versions, the Group Policy settings cannot be deprecated when a policy setting no longer applies to the current version operating system or application. Instead of removing Group Policy settings that apply only to earlier operating systems or applications, the Group Policy setting remains in the ADMX files and the supportedOn element is used to specify what operating system or application version is affected by an individual Group Policy setting.

The supportedOn element is an optional element that can be removed if all the individual Group Policy settings reference the supportedOn elements defined in a different .admx file. One example of a file containing different supportedOn elements is the Windows base file, windows.admx.

Examples

This XML fragment is an example of a definitions table containing one supportedOn element for a specific product version.

    <definitions>
      <definition name="SUPPORTED_ProductOnly"
                       displayName="$(string.SUPPORTED_ProductOnly)"/>
    </definitions>

Additional references

supportedOn Element

Referencing the Windows Base ADMX File

Creating a Custom Base ADMX File