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 (
letelement)The optional
asattribute is the datatype of the variable. The query language binding shall determine whether theasattribute is supported and how it is processed.
let =
element let {
attribute name { nameValue },
attribute as { text }?,
(attribute value { string }
| foreign-element+)
}