Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:data

Return sequence of atomic items.


Syntax

fn:data(item* $srcval) => anySimpleType*

Top of page

Description

This function takes a sequence of items as argument and returns a sequence of atomic values. If the sequence is empty, an empty sequence is returned. If the item is an atomic value, it is returned. If the item is a node, it returns the typed value of the node.

Top of page

Argument

$srcval

item value

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page