Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

NumericLiteral

Numeric literal.


Syntax

NumericLiteral

graphics/NumericLiteral.png

IntegerLiteral DecimalLiteral DoubleLiteral

Top of page

Description

A NumericLiteral is a literal that denotes an integer value (IntegerLiteral), a decimal value (DecimalLiteral) or a double precision value (DoubleLiteral).

Top of page

Example

See the section Lexical Structure for examples and the lexical (syntactic) definition.

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page