Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

ElementConstructor

Construct an XML element.


Syntax

ElementConstructor

graphics/ElementConstructor.png

QName AttributeList ElementContent QName

Top of page

Description

An ElementConstructor constructs an XML element. It consists of a QName, that is used in start and end tag, an attribute list that may be empty, and the actual content of the element that may be empty as well.

You can construct elements in the following ways:

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

This construct is also related to the following construct(s):

AttributeList

Top of page