Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

AttributeValueContent

Define value content of an attribute in construction.


Syntax

AttributeValueContent

graphics/AttributeValueContent.png

Char CharRef PredefinedEntityRef EnclosedExpr

Top of page

Description

This expression is part of an AttributeValue. It defines the content of an attribute value when using a constructor expression. As literals it allows any defined character, a character reference such as א, a predefined entity references such as ", and two escape sequences for the left and right brace. Since the braces are used to delimit enclosed expressions, an escape sequence is necessary to use the braces as literals. For that purpose, two adjacent braces are interpreted as a single literal brace.

Furthermore, content can be determined by an enclosed expression that contains an expression which is evaluated and the result placed as element content.

Top of page

Example

See AttributeValue for examples.

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