minValue Attribute

Applies To: Windows Server 2008

The minValue attribute specifies the minimum value for a decimal element. The default value is 0.

Syntax

minValue="<PlaceholderNumber>"

where

<PlaceholderNumber> is a placeholder for the minimum value.

Remarks

The decimal element is defined as an unsigned element. The smallest allowed value for the minValue attribute is 0.

Examples

This XML fragment example sets the minValue of a decimal element to 10.

<decimal id="Sample_NumericTextLabel"

valueName="Example2NumericText"

required="true"

minValue="10"

maxValue="60" />

Additional references

decimal Element (elements)