minRequiredRevision Attribute

Applies To: Windows Server 2008

The minRequiredRevision attribute determines the minimum version of the .adml file that will interoperate with the .admx file. The minRequiredRevision is an attribute of the .admx resources element.

Syntax

minRequiredRevision="<MajorVersion.MinorVersion>"

where

<MajorVersion.MinorVersion> is a placeholder for the revision number.

MajorVersion has the format XXXX where X designates a single decimal digit.

MinorVersion has the format XXXXX where X designates a single decimal digit.

Remarks

The policyDefinitionResources revision attribute works in conjunction with the minRequiredRevision attribute.

The MajorVersion value of the policyDefinitionResources revision attribute in the .adml file must be equal to the MajorVersion value of the minRequiredRevision attribute in the .admx file.

The MinorVersion value of the policyDefinitionResources revision attribute in the .adml file must be greater than or equal to the MinorVersion value of the minRequiredRevision attribute in the .admx file.

Examples

This XML fragment displays the revision attribute in the .admx file filled out to the full number of allowed digits.

minRequiredRevision="1000.12345"

The following examples demonstrate the relationship between the policyDefinitionResources revision attribute in the .adml file and the minRequiredRevision attribute in the .admx file. If the minRequiredRevision attribute in the .admx file equals 1.1 then the policyDefinitionResources revision attribute could have any value from 1.1 up to but not including 2.0.

revision="1.1"

or

revision="1.1001"

to a maximum value of

revision="1.9999"

Additional references

policyDefinitions Element

revision Attribute