Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

AttributeList

Creates a list of attributes.


Syntax

AttributeList

graphics/AttributeList.png

QName AttributeValue EnclosedExpr

Top of page

Description

An AttributeList is part of an ElementConstructor and creates a list of zero or more attributes. Each attribute is defined by a QName followed by an equals sign and either an enclosed expression or an AttributeValue that consists of literals or in turn an enclosed expression.

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page