Table of Contents
Element context(s)
let
This attribute is optional and expresses the datatype of a variable declared by element let
.
Clause 5.4.7 (
let
element)The optional
as
attribute is the datatype of the variable. The query language binding shall determine whether theas
attribute is supported and how it is processed.
let =
element let {
attribute name { nameValue },
attribute as { text }?,
(attribute value { string }
| foreign-element+)
}