maxValue Attribute

Applies To: Windows Server 2008

The maxValue attribute specifies the maximum value for a decimal element. The default value is 9999.

Syntax

maxValue="<PlaceholderNumber>"

where

<PlaceholderNumber> is a placeholder for the maximum value.

Remarks

The decimal element is defined as an unsigned element. The largest value allowed for the maxValue attribute is 9999.

Examples

This XML fragment example sets the maxValue of a decimal element to 60.

<decimal id="Sample_NumericTextLabel"

valueName="Example2NumericText"

required="true"

minValue="10"

maxValue="60" />

Additional references

decimal Element (elements)