<integer> Element

Specifies that this property attribute takes an integer value.

Syntax

<integer 
    min-value="minimumValueAllowed" 
    max-value="maximumValueAllowed"
/>

Attributes

min-value

 

Specifies the minimum value that this attribute may have.

Allowable values: Any long.

Use: Optional.

Type: xs:long

Default value: None.

max-value

Specifies the maximum value that this attribute may have.

Allowable values: Any long.

Use: Optional.

Type: xs:long

Default value: None.

Hierarchy

Parent: attribute.

Children: None.

Remarks

This element is one of several you can use to specify the type of a property attribute's value. The complete list includes boolean, class-name, class-names, date, decimal, enumeration, file-path, integer, QNAME, text, URI, URL, URN, XML, or custom. Note that you may use only one of these types for a given attribute.

Related Topics

Control Property Schema Reference

Tutorial: Java Control