This document is also available in these non-normative formats: XML and Recent revisions.
Copyright © 2005 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply.
This document defines formally the semantics of XQuery 1.0 [XQuery 1.0: An XML Query Language] XPath 2.0 [XML Path Language (XPath) 2.0].
This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/.
This is a Candidate Recommendation as described in the Process Document. This document is intended for review by W3C members and other interested parties. The publication of this document constitutes a call for implementations of this specification. This specification will remain a Candidate Recommendation until at least 28 February 2006.
This document has been jointly produced by the XML Query Working Group (WG) and the XSL Working Group, both of which are part of the XML Activity. Publication as a Candidate Recommendation does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.
This draft includes corrections and changes based on public comments recorded in the W3C public Bugzilla repository (http://www.w3.org/Bugs/Public/) used for Last Call issues tracking. A list of substantive changes since the Last Call Working Draft of 04 April 2005 can be found in [F Revision Log].
Comments on this document should be made in W3C's public Bugzilla system (instructions can be found at http://www.w3.org/XML/2005/04/qt-bugzilla). If access to that system is not feasible, you may send your comments to the W3C XSLT/XPath/XQuery mailing list, public-qt-comments@w3.org. It will be very helpful if you include the string [FS] in the subject line of your comment, whether made in Bugzilla or in email. Each Bugzilla entry and email message should contain only one comment. Archives of the comments and responses are available at http://lists.w3.org/Archives/Public/public-qt-comments/ .
The XML Query and XSL WGs plan to submit this specification for consideration as a W3C Proposed Recommendation as soon as both the XQuery 1.0 specification and the XSLT 2.0 specification have been submitted for consideration as a W3C Proposed Recommendation.
The XML Query and XPath Test Suite is under development. Implementors are encouraged to run this test suite and report their results.
The patent policy for this document is the 5 February 2004 W3C Patent Policy. Patent disclosures relevant to this specification may be found on the XML Query Working Group's patent disclosure page and the XSL Working Group's patent disclosure page. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) with respect to this specification should disclose the information in accordance with section 6 of the W3C Patent Policy.
1 Introduction
1.1 Normative and Informative Sections
2 Preliminaries
2.1 Introduction to the Formal Semantics
2.1.1 Notations from grammar productions
2.1.2 Notations for judgments
2.1.3 Notations for environments
2.1.4 Notations for inference rules
2.1.5 Putting it together
2.2 URIs, Namespaces, and Prefixes
2.3 XML Values
2.3.1 Formal values
2.3.2 Examples of values
2.4 The [XPath/XQuery] Type System
2.4.1 XML Schema and the [XPath/XQuery] Type System
2.4.2 Item types
2.4.3 Content models
2.4.4 Top level definitions
2.4.5 Example of a complete Schema
2.5 Functions and operators
3 Basics
3.1 Expression Context
3.1.1 Static Context
3.1.1.1 Resolving QNames to Expanded QNames
3.1.2 Dynamic Context
3.2 Processing Model
3.2.1 Processing model
3.2.2 Normalization judgment
3.2.3 Static typing judgment
3.2.4 Dynamic evaluation judgment
3.3 Error Handling
3.4 Concepts
3.4.1 Document Order
3.4.2 Atomization
3.4.3 Effective Boolean Value
3.4.4 Input Sources
3.4.5 URI Literals
3.5 Types
3.5.1 Predefined Schema Types
3.5.2 Typed Value and String Value
3.5.3 SequenceType Syntax
3.5.4 SequenceType Matching
3.6 Comments
3.7 XML-defined Terminals
4 Expressions
4.1 Primary Expressions
4.1.1 Literals
4.1.2 Variable References
4.1.3 Parenthesized Expressions
4.1.4 Context Item Expression
4.1.5 Function Calls
4.2 Path Expressions
4.2.1 Steps
4.2.1.1 Axes
4.2.1.2 Node Tests
4.2.2 Predicates
4.2.3 Unabbreviated Syntax
4.2.4 Abbreviated Syntax
4.3 Sequence Expressions
4.3.1 Constructing Sequences
4.3.2 Filter Expressions
4.3.3 Combining Node Sequences
4.4 Arithmetic Expressions
4.5 Comparison Expressions
4.5.1 Value Comparisons
4.5.2 General Comparisons
4.5.3 Node Comparisons
4.6 Logical Expressions
4.7 Constructors
4.7.1 Direct Element Constructors
4.7.1.1 Attributes
4.7.1.2 Namespace Declaration Attributes
4.7.1.3 Content
4.7.1.4 Whitespace in Element Content
4.7.2 Other Direct Constructors
4.7.3 Computed Constructors
4.7.3.1 Computed Element Constructors
4.7.3.2 Computed Attribute Constructors
4.7.3.3 Document Node Constructors
4.7.3.4 Text Node Constructors
4.7.3.5 Computed Processing Instruction Constructors
4.7.3.6 Computed Comment Constructors
4.7.4 In-scope Namespaces of a Constructed Element
4.8 [For/FLWOR] Expressions
4.8.1 FLWOR expressions
4.8.2 For expression
4.8.3 Let Expression
4.8.4 Order By and Return Clauses
4.9 Ordered and Unordered Expressions
4.10 Conditional Expressions
4.11 Quantified Expressions
4.12 Expressions on SequenceTypes
4.12.1 Instance Of
4.12.2 Typeswitch
4.12.3 Cast
4.12.4 Castable
4.12.5 Constructor Functions
4.12.6 Treat
4.13 Validate Expressions
4.13.1 Validating an Element Node
4.13.2 Validating a Document Node
4.14 Extension Expressions
5 Modules and Prologs
5.1 Version Declaration
5.2 Module Declaration
5.3 Boundary-space Declaration
5.4 Default Collation Declaration
5.5 Base URI Declaration
5.6 Construction Declaration
5.7 Ordering Mode Declaration
5.8 Empty Order Declaration
5.9 Copy-Namespaces Declaration
5.10 Schema Import
5.11 Module Import
5.12 Namespace Declaration
5.13 Default Namespace Declaration
5.14 Variable Declaration
5.15 Function Declaration
5.16 Option Declaration
6 Conformance
6.1 Static Typing Feature
6.1.1 Static Typing Extensions
7 Additional Semantics of Functions
7.1 Formal Semantics Functions
7.1.1 The fs:convert-operand function
7.1.2 The fs:convert-simple-operand function
7.1.3 The fs:distinct-doc-order function
7.1.4 The fs:distinct-doc-order-or-atomic-sequence function
7.1.5 The fs:item-sequence-to-node-sequence function
7.1.6 The fs:item-sequence-to-untypedAtomic function
7.1.7 The fs:item-sequence-to-untypedAtomic-PI function
7.1.8 The fs:item-sequence-to-untypedAtomic-text function
7.1.9 The fs:item-sequence-to-untypedAtomic-comment function
7.1.10 The fs:apply-ordering-mode function
7.1.11 The fs:to function
7.2 Standard functions with specific typing rules
7.2.1 The fn:last context function
7.2.2 The fn:position context function
7.2.3 The fn:abs, fn:ceiling, fn:floor, fn:round, and fn:round-half-to-even functions
7.2.4 The fn:boolean function
7.2.5 The fn:collection and fn:doc functions
7.2.6 The fn:data function
7.2.7 The fn:distinct-values function
7.2.8 The fn:unordered function
7.2.9 The fn:error function
7.2.10 The fn:min, fn:max, fn:avg, and fn:sum functions
7.2.11 The fn:remove function
7.2.12 The fn:reverse function
7.2.13 The fn:subsequence function
7.2.14 The op:union, op:intersect, and op:except operators
7.2.15 The fn:insert-before function
7.2.16 The fn:zero-or-one, fn:one-or-more, and fn:exactly-one functions
8 Auxiliary Judgments
8.1 Judgments for accessing types
8.1.1 Derives from
8.1.2 Substitutes for
8.1.3 Element and attribute name lookup (Dynamic)
8.1.4 Element and attribute type lookup (Static)
8.1.5 Extension
8.1.6 Mixed content
8.1.7 Type adjustment
8.1.8 Builtin attributes
8.1.9 Type expansion
8.1.10 Union interpretation of derived types
8.2 Judgments for step expressions and filtering
8.2.1 Principal Node Kind
8.2.2 Auxiliary judgments for axes
8.2.2.1 Static semantics of axes
8.2.2.1.1 Inference rules for all axis
8.2.2.1.2 Inference rules for the self axis
8.2.2.1.3 Inference rules for the child axis
8.2.2.1.4 Inference rules for the attribute axis
8.2.2.1.5 Inference rules for the parent axis
8.2.2.1.6 Inference rules for the namespace axis
8.2.2.1.7 Inference rules for the descendant axis
8.2.2.1.8 Inference rules for the descendant-or-self axis
8.2.2.1.9 Inference rules for the ancestor axis
8.2.2.1.10 Inference rules for the ancestor-or-self axis
8.2.2.2 Dynamic semantics of axes
8.2.3 Auxiliary judgments for node tests
8.2.3.1 Static semantics of node tests
8.2.3.1.1 Name Tests
8.2.3.1.2 Kind Tests
8.2.3.2 Dynamic semantics of node tests
8.2.3.2.1 Name Tests
8.2.3.2.2 Kind Tests
8.3 Judgments for type matching
8.3.1 Matches
8.3.2 Subtype and Type equality
8.4 Judgments for FLWOR and other expressions on sequences
8.5 Judgments for function calls
8.5.1 Type promotion
8.6 Judgments for validation modes and contexts
8.6.1 Elements in validation mode
A Normalized core grammar
A.1 Core BNF
B Functions and Operators
B.1 Functions and Operators used in the Formal Semantics
B.2 Mapping of Overloaded Internal Functions
C Importing Schemas
C.1 Introduction
C.1.1 Features
C.1.2 Organization
C.1.3 Main mapping rules
C.1.4 Special attributes
C.1.4.1 use, default, and fixed
C.1.4.2 minOccurs, maxOccurs, minLength, maxLength, and length
C.1.4.3 mixed
C.1.4.4 nillable
C.1.4.5 substitutionGroup
C.1.5 Anonymous type names
C.2 Schemas as a whole
C.2.1 Schema
C.2.2 Include
C.2.3 Redefine
C.2.4 Import
C.3 Attribute Declarations
C.3.1 Global attributes declarations
C.3.2 Local attribute declarations
C.4 Element Declarations
C.4.1 Global element declarations
C.4.2 Local element declarations
C.5 Complex Type Definitions
C.5.1 Global complex type
C.5.2 Local complex type
C.5.3 Complex type with simple content
C.5.4 Complex type with complex content
C.6 Attribute Uses
C.7 Attribute Group Definitions
C.7.1 Attribute group definitions
C.7.2 Attribute group reference
C.8 Model Group Definitions
C.9 Model Groups
C.9.1 All groups
C.9.2 Choice groups
C.9.3 Sequence groups
C.10 Particles
C.10.1 Element reference
C.10.2 Group reference
C.11 Wildcards
C.11.1 Attribute wildcards
C.11.2 Element wildcards
C.12 Identity-constraint Definitions
C.13 Notation Declarations
C.14 Annotation
C.15 Simple Type Definitions
C.15.1 Global simple type definition
C.15.2 Local simple type definition
C.15.3 Simple type content
D References
D.1 Normative References
D.2 Non-normative References
D.3 Background References
E Auxiliary Judgments for Validation (Non-Normative)
E.1 Judgments for the validate expression
E.1.1 Type resolution
E.1.2 Interleaving
E.1.3 Attribute filtering
E.1.4 Erasure
E.1.4.1 Simply erases
E.1.4.2 Erases
E.1.5 Annotate
E.1.5.1 Simply annotate
E.1.5.2 Nil-annotate
E.1.5.3 Annotate
F Revision Log (Non-Normative)
F.1 15 September 2005
F.2 03 November 2005 (CR Draft)
This document defines the formal semantics of XQuery 1.0 and XPath 2.0. The present document is part of a set of documents that together define the XQuery 1.0 and XPath 2.0 languages:
[XQuery 1.0: An XML Query Language] introduces the XQuery 1.0 language, defines its capabilities from a user-centric view, and defines the language syntax.
[XML Path Language (XPath) 2.0] introduces the XPath 2.0 language, defines its capabilities from a user-centric view, and defines the language syntax.
[Functions and Operators] lists the functions and operators defined for the [XPath/XQuery] language and specifies the required types of their parameters and return value.
[Data Model] formally specifies the data model used by [XPath/XQuery] to represent the content of XML documents. The [XPath/XQuery] language is formally defined by operations on this data model.
[Data Model Serialization] specifies how [XPath/XQuery] data model values are serialized into XML.
The scope and goals for the [XPath/XQuery] language are discussed in the charter of the W3C [XSL/XML Query] Working Group and in the [XPath/XQuery] requirements [XML Query 1.0 Requirements].
This document defines the semantics of [XPath/XQuery] by giving a precise formal meaning to each of the expressions of the [XPath/XQuery] specification in terms of the [XPath/XQuery] data model. This document assumes that the reader is already familiar with the [XPath/XQuery] language. This document defines the formal semantics for XPath 2.0 only when the XPath 1.0 backward compatibility rules are not in effect.
Two important design aspects of [XPath/XQuery] are that it is functional and that it is typed. These two aspects play an important role in the [XPath/XQuery] Formal Semantics.
[XPath/XQuery] is a functional language. [XPath/XQuery] is built from expressions, rather than statements. Every construct in the language (except for the XQuery query prolog) is an expression and expressions can be composed arbitrarily. The result of one expression can be used as the input to any other expression, as long as the type of the result of the former expression is compatible with the input type of the latter expression with which it is composed. Another characteristic of a functional language is that variables are always passed by value, and a variable's value cannot be modified through side effects.
[XPath/XQuery] is a typed language. Types can be imported from one or more XML Schemas that describe the input documents and the output document, and the [XPath/XQuery] language can then perform operations based on these types. In addition, [XPath/XQuery] supports static type analysis. Static type analysis infers the output type of an expression based on the type of its input expressions. In addition to inferring the type an expression for the user, static typing allows early detection of type errors, and can be used as the basis for certain classes of optimization. The [XPath/XQuery] type system captures most of the features of [Schema Part 1], including global and local element and attribute declarations, complex and simple type definitions, named and anonymous types, derivation by restriction, extension, list and union, substitution groups, and wildcard types. It does not model uniqueness constraints and facet constraints on simple types.
This document is organized as follows. [2 Preliminaries] introduces the notations used to define the [XPath/XQuery] Formal Semantics. These include the formal notations for values in the [XPath/XQuery] data model and for types in XML Schema. The next three sections: [3 Basics], [4 Expressions], and [5 Modules and Prologs] have the same structure as the corresponding sections in the [XQuery 1.0: An XML Query Language] and [XML Path Language (XPath) 2.0] documents. This allows the reader to quickly find the formal definition of a particular language construct. [3 Basics] defines the semantics for basic [XPath/XQuery] concepts, and [4 Expressions] defines the dynamic and static semantics of each [XPath/XQuery] expression. [5 Modules and Prologs] defines the semantics of the [XPath/XQuery] prolog. [7 Additional Semantics of Functions] defines the static semantics of several functions in [Functions and Operators] and gives the dynamic and static semantics of several supporting functions used in this document. The remaining sections, [8 Auxiliary Judgments] and [C Importing Schemas], contain material that supports the formal semantics of [XPath/XQuery]. [8 Auxiliary Judgments] defines formal judgments that relate data model values to types, that relate types to types, and that support the formal definition of validation. These judgments are used in the definition of expressions in [4 Expressions]. Lastly, [C Importing Schemas], specifies how XML Schema documents are imported into the [XPath/XQuery] type system and relates XML Schema types to the [XPath/XQuery] type system.
Certain aspects of language processing are described in this specification as implementation-defined or implementation-dependent.
[Definition: Implementation-defined indicates an aspect that may differ between implementations, but must be specified by the implementor for each particular implementation.]
[Definition: Implementation-dependent indicates an aspect that may differ between implementations, is not specified by this or any W3C specification, and is not required to be specified by the implementor for any particular implementation.]
A language aspect described in this specification as implementation-defined or implementation dependent may be further constrained by the specifications of a host language in which XPath or XQuery is embedded.
This document contains the normative static semantics of [XPath/XQuery]. The static semantics rules in [3 Basics], [4 Expressions], [5 Modules and Prologs], and [7 Additional Semantics of Functions] are normative. [3.1.1 Static Context] is normative, because it defines the static context used in the static typing rules. [8 Auxiliary Judgments] is normative, because it contains all the judgments necessary for defining SequenceType Matching.
The dynamic semantics of [XPath/XQuery] are normatively defined in [XQuery 1.0: An XML Query Language] and [XML Path Language (XPath) 2.0]. In this document, the dynamic semantic rules in [3 Basics], [4 Expressions], and [5 Modules and Prologs], the examples, and the material labeled as "Note" are provided for explanatory purposes and are not normative.
The mapping rules from XML Schema to the XQuery type system provided in [C Importing Schemas], and the formal semantics of XML Schema validation in [E Auxiliary Judgments for Validation] are informative and do not handle every feature of XML Schema.
This section provides the background necessary to understand the Formal Semantics, introduces the notations that are used, and explains its relationship to other documents.
Why a Formal Semantics? The goal of the formal semantics is to complement the [XPath/XQuery] specification ([XQuery 1.0: An XML Query Language] and [XML Path Language (XPath) 2.0]), by defining the meaning of [XPath/XQuery] expressions with mathematical rigor.
A rigorous formal semantics clarifies the intended meaning of the English specification, ensures that no corner cases are left out, and provides a reference for implementation.
Why use formal notations? Rigor is achieved by the use of formal notations to represent [XPath/XQuery] objects such as expressions, XML values, and XML Schema types, and by the systematic definition of the relationships between those objects to reflect the meaning of the language. In particular, the dynamic semantics relates [XPath/XQuery] expressions to the XML value to which they evaluate, and the static semantics relates [XPath/XQuery] expressions to the XML Schema type that is inferred for that expression.
The Formal Semantics uses several kinds of formal notations to define the relationships between [XPath/XQuery] expressions, XML values, and XML Schema types. This section introduces the notations for judgments, inference rules, and mapping rules as well as the notation for environments, which implement the dynamic and static contexts. The reader already familiar with these notations can skip this section and continue with [2.3 XML Values].
Grammar productions are used to describe "objects" (values, types, [XPath/XQuery] expressions, etc.) manipulated by the Formal Semantics. The Formal Semantics makes use of several kinds of grammar productions: productions from the [XPath/XQuery] grammar itself, productions for a subset of the [XPath/XQuery] language called the XQuery Core which is used throughout this document, and other productions used for formal specification only such as for the XQuery type system.
XQuery grammar productions describe the XQuery language and expressions. XQuery productions are identified by a number, which corresponds to their number in the [XQuery 1.0: An XML Query Language] document, and are marked with "(XQuery)". For instance, the following production describes FLWOR expressions in XQuery.
[33 (XQuery)] | FLWORExprXQ |
::= | (ForClause | LetClause)+ WhereClause? OrderByClause? "return" ExprSingle |
For the purpose of this document, the differences between the XQuery 1.0 and the XPath 2.0 grammars are mostly irrelevant. By default, this document uses XQuery 1.0 grammar productions. Whenever the grammar for XPath 2.0 differs from the one for XQuery 1.0, the corresponding XPath 2.0 productions are also given. XPath productions are identified by a number, which corresponds to their number in [XML Path Language (XPath) 2.0], and are marked with "(XPath)". For instance, the following production describes for expressions in XPath.
[4 (XPath)] | ForExprXP |
::= | SimpleForClause "return" ExprSingle |
XQuery Core grammar productions describe the XQuery Core. The Core grammar is given in [A Normalized core grammar]. Core productions are identified by a number, which corresponds to their number in [A Normalized core grammar], and are marked with "(Core)". For instance, the following production describes the simpler form of the "FLWOR" expression in the XQuery Core.
[32 (Core)] | FLWORExpr |
::= | (ForClause | LetClause) "return" ExprSingle |
The Formal Semantics manipulates "objects" (values, types, expressions, etc.) for which there is no existing grammar production in the [XQuery 1.0: An XML Query Language] document. In these cases, specific grammar productions are introduced. Notably, additional productions are used to describe values in the [Data Model], and to describe the [XPath/XQuery] type system. Formal Semantics productions are identified by a number, and are marked by "(Formal)". For instance, the following production describes global type definitions in the [XPath/XQuery] type system.
[39 (Formal)] | Definition |
::= | ("define" "element" ElementName OptSubstitution OptNillable TypeReference) |
Note that grammar productions that are specific to the Formal Semantics (i.e., marked with "(Formal)") are not part of [XPath/XQuery]. They are not accessible to the user and are only used in the course of defining the languages' semantics.
Grammar non-terminals are used extensively in this document to represent objects in judgments (see the next section). As a convenience, non-terminals used in judgments link to the appropriate grammar production.
The basic building block of the formal specification is called a judgment. A judgment expresses whether a property holds or not.
For example:
Notation
The judgment
holds if the object Object is a positive integer.
A judgment may hold (if it is true) or not hold (if it is false). For instance '1 is a positive integer' holds and '-1 is a positive integer' does not hold.
Notation
Here are two other example judgments.
The judgment
holds if the expression Expr yields (or evaluates to) the value Value.
The judgment
holds if the expression Expr has the type Type.
Most other judgments used in this document are short English sentences intended to reflect their meaning, and written in bold fonts. For instance, the judgment
holds if PrincipalNodeKind is the principal node kind for the axis Axis.
A judgment can contain symbols and patterns.
Symbols are purely syntactic and are used to write the judgment itself. In general, symbols in a judgment are chosen to reflect its meaning. For example, 'is beautiful', '=>' and ':' are symbols, the second and third of which should be read "yields", and "has type" respectively.
Patterns are used to represent objects that can be constructed from a given grammar production. In patterns, italicized words correspond to non-terminals in the grammar. The name of those non-terminals is significant, and may be instantiated only to an "object" (a value, a type, an expression, etc.) that can be substituted legally for that non-terminal. For example, 'Expr' is a pattern that stands for every [XPath/XQuery] expressions, 'Expr1 + Expr2' is a pattern that stands for every addition expression, 'element a { Value }' is a pattern that stands for every value in the [XPath/XQuery] data model that is an 'a' element.
Non-terminals in a pattern may appear with subscripts (e.g. Expr1, Expr2) to distinguish different instances of the same sort of pattern. In some cases, non-terminals in a pattern may have a name that is not exactly the name of that non terminal, but is based on it. For instance, a BaseTypeName is a pattern that stands for a type name, as would TypeName, or TypeName2. This usage is limited, and only occurs to improve the readability of some of the inference rules.
When instantiating the judgment, each pattern must be instantiated to an appropriate sort of "object" (value, type, expression, etc). For example, '3 => 3' and '$x+0 => 3' are both instances of the judgment 'Expr => Value'. Note that in the first judgment, '3' corresponds to both the expression '3' (on the left-hand side of the => symbol) and to the value '3' (on the right-hand side of the => symbol).
In some cases, inference rules may need to use the fact that a certain judgment does not hold. not(Judgment) holds iff Judgment does not hold.
In some cases, a pattern may be instantiated to a value within a finite set of pre-determined values. We may write that set of possible values using the in judgment. For instance, the judgment
holds if the pattern Color has either the value blue or the value green.
An environment component is a dictionary that maps a symbol (e.g., a function name or a variable name) to an "object" (e.g., a function body, a type, a value). One can access information in an environment component or update it.
If "envComp" is an environment component, then "envComp(symbol)" denotes the "object" to which symbol is mapped. The notation is intentionally similar to function application, because an environment component can be considered a function from the argument symbol to the "object" to which the symbol is mapped.
This document uses environments that group related environment components. If "env" is an environment containing the environment component "envComp", that environment component is denoted "env.envComp". The value that symbol is mapped to in that environment component is denoted "env.envComp(symbol)".
The two main environments used in the Formal Semantics are: a dynamic environment (dynEnv), which models the [XPath/XQuery]'s dynamic context, and a static environment (statEnv), which models the [XPath/XQuery]'s static context. Both are defined in [3.1 Expression Context].
For example, dynEnv.varValue denotes the dynamic environment component that maps variables to values and dynEnv.varValue(Variable) denotes the value of the variable Variable in the dynamic context.
Environments are used in a judgment to capture some of the context in which the judgment is computed, and most judgments are computed assuming that some environment is given. This assumption is denoted by prefixing the judgment with "env |-". The "|-" symbol is called a "turnstile" and is used in almost all inference rules.
For instance, the judgment
is read as: Assuming the dynamic environment dynEnv, the expression Expr yields the value Value.
Environments can be updated, using the following notation:
"env + envComp(symbol => object) " denotes the new environment that is identical to env except that the environment component envComp has been updated to map symbol to object. The notation symbol => object indicates that symbol is mapped to object in the new environment.
In case the environment component contains only a constant value (e.g., the ordering mode which can only be either ordered or unordered), the following notation is used to set its value. "env + envComp( object ) ".
The following shorthand is also allowed: "env + envComp( symbol1 => object1 ; ... ; symboln => objectn ) " in which each symbol is mapped to a corresponding object in the new environment.
This notation is equivalent to nested updates, as in " (env + envComp( symbol1 => object1) + ... ) + env(symboln => objectn)".
Updating an environment creates a copy of the original environment and overrides any previous binding that might exist for the same name and the same component in that environment. Updating the environment is used to capture the scope of a symbol (e.g., for variables, namespace prefixes, etc). For instance, in the following expression
let $x := 1 return let $x := $x + 2 return $x - 3
each let expression changes the dynamic context by binding a new variable to a new value. Each different context is represented by a different environment. The original environment, in which the expression 1
is evaluated, does not contain any binding for variable $x
. This environment is updated a first time with a binding of variable $x
to the value 1
, and this environment is used for the evaluation of the expression $x + 2
. Then it is
updated a second time with a binding of variable $x
to the value 3
, and this environment is used for the evaluation of the expression $x - 3
.
Also, note that there are no operations to remove entries from environments. This is never necessary as updating an environment effectively creates a new extended copy of the original environment, leaving the original environment accessible wherever it is in scope along with the updated copy.
Inference rules are used to specify how to infer whether a given judgment holds or not. Inference rules express the logical relation between judgments and describe how complex judgments can be concluded from simpler premise judgments.
A logical inference rule is written as a collection of premises and a conclusion, written respectively above and below a dividing line, as follows:
premise1 ... premisen |
|
conclusion |
All premises and the conclusion are judgments. From a logical point of view, an inference rule is a deduction that if the premises hold, then the conclusion holds as well. In that sense, the previous inference rule has a similar meaning as the following logical statement.
IF premise1
AND ...
AND premisen
THEN conclusion
Here is a simple example of inference rule, which uses specific instances of the example judgment 'Expr => Value' from above:
$x => 0 3 => 3 |
|
$x + 3 => 3 |
This inference rule expresses the following property: if the variable expression '$x' yields the value '0', and the literal expression '3' yields the value '3', then the expression '$x + 3' yields the value '3'.
An inference rule may have no premises above the line, which means that the expression below the line always holds. For instance:
|
3 => 3 |
This inference rule expresses the following property: evaluating the literal expression '3' always yields the value '3'.
The two above rules are expressed in terms of specific expressions and values, but usually rules are more abstract. That is, the judgments are not fully instantiated. Here is a rule that says that for any variable Variable that yields the integer value Integer, adding '0' yields the same integer value:
Each occurrence of a given pattern in a particular inference rule must be instantiated to the same "object" within the entire rule. This means that one can talk about "the value of Variable" instead of the value bound to the first (second, etc) occurrence of VarRef.
Here is an example of a rule occurring later in this document.
This rule is read as follows: if two expressions Expr1 and Expr2 are known to have the static types Type1 and Type2 (the two premises above the line), then it is the case that the sequence expression "Expr1 , Expr2" has the static type "Type1, Type2", which is the sequence of types Type1 and Type2. Note that this inference rule does not modify the static environment.
The following rule defines the static semantics of a "let" expression. The binding of the new variable is captured by an update to the varType component of the original static environment.
|
|||
|
|||
statEnv |- let $ VarName := Expr1 return Expr2 : Type2 |
This rule is read as follows: First, because the variable is a QName, it is first expanded into an expanded QName. Second, the type Type1 for the "let" input expression Expr1 is computed. Then the "let" variable with expanded name, expanded-QName with type Type1 is added into the varType component of the static environment statEnv. Finally, the type Type2 of Expr2 is computed in that new environment.
In isolation, each inference rule describes a fragment of the semantics for a given judgment. Put together, inference rules describe possible inferences that can be used to decide whether that a particular judgment hold.
For a given judgment, and a set of inference rules, if that judgment can be inferred to be true, the inference succeeds. In most cases, the inference will proceed by proving intermediate judgments, following the consequences from one judgment to the next by applying successive inference rules.
Such inference is a mechanism which can be used to describe both static type analysis and dynamic evaluation. More specifically, performing static typing consists in proving that the following judgment holds for a given expression Expr.
If the judgment holds for a given type Type, this type is a possible static type for the expression. If there exists no type for which this judgment holds, then static typing fails and a static type error is returned to the user.
Consider the following expression.
fn:count((1,2,3))
Using the static typing rules given for expressions in the rest of this document, one can deduce that the expression is of type xs:integer
through the following inference.
statEnv |- 1 : xs:integer (from typing of literals) statEnv |- 2 : xs:integer (from typing of literals) --------------------------------------------------- (sequence) statEnv |- 1,2 : xs:integer, xs:integer statEnv |- 3 : xs:integer ----------------------------------------------------- (sequence) statEnv |- 1,2,3 : xs:integer, xs:integer, xs:integer declare function fn:count($x as item()*) as xs:integer statEnv |- xs:integer,xs:integer,xs:integer <: item* ---------------------------------------------------------- (function call) statEnv |- fn:count((1,2,3)) : xs:integer
Conversly, consider the following expression.
fn:nilled((1,2,3))
Using the static typing rules given for expressions in the rest of this document, one can apply inference rules up to the following point.
.... ----------------------------------------------------- (sequence) statEnv |- 1,2,3 : xs:integer, xs:integer, xs:integer
However, there is no rule that can infer the type of fn:nilled((1,2,3))
, because the static typing rules for function calls will only hold if the type of the function parameters is a subtype of the expected type. However, here (xs:integer,xs:integer,xs:integer)
is not a node type, which is the expected type for the function fn:nilled
.
Note that in some cases, the inference can only proceed through the appropriate changes to the environment. For instance, consider the following expression.
let $x := 1 return ($x,$x)
Using the static typing rules given for expressions in the rest of this document, one can deduce that the expression is of type (xs:integer,xs:integer)
through the following inference.
statEnv0.varType = () -------------------------- (literal) statEnv0 |- 1 : xs:integer statEnv1 = statEnv0 + varType($x => xs:integer) statEnv1.varType($x) = xs:integer --------------------------------- (variable reference) statEnv1 |- $x : xs:integer statEnv1.varType($x) = xs:integer --------------------------------- (variable reference) statEnv1 |- $x : xs:integer ------------------------------------------- (sequence) statEnv1 |- ($x,$x) : xs:integer,xs:integer -------------------------------------------------------------- (let) statEnv0 |- let $x := 1 return ($x,$x) : xs:integer,xs:integer
This example illustrates how each rule is applied to individual sub-expressions, and how the environment is used to maintain the relevant context information.
The Formal Semantics does not formally specify the adjustment of relative URIs according to a base URI. All URIs used in this document are assumed to be absolute URIs.
The Formal Semantics uses the following namespace prefixes.
fn:
for functions and operators from the [Functions and Operators] document.
xs:
for XML Schema components and built-in types.
xdt:
for [XPath/XQuery] built-in types.
All these prefixes are assumed to be bound to the appropriate URIs.
In addition, the Formal Semantics uses the following special prefixes for specification purposes.
dm: for accessors of the [Data Model].
op: for operators in [Functions and Operators].
fs: for functions and types defined in the formal semantics.
These prefixes are always italicized to emphasize that the corresponding functions, variables, and types are abstract: they are not and cannot be made accessible in [XPath/XQuery]. None of these special prefixes are given an explicit URI, but they behave as if they had one for the purposes of namespace resolution.
The [XPath/XQuery] language is defined over values of the [XPath/XQuery] data model. The [XPath/XQuery] data model is defined normatively in [Data Model]. We define the formal notation that is used in this document to describe and manipulate values in inference rules. Formal values are used for specification purposes only and are not exposed to the [XPath/XQuery] user.
This section gives the grammar for formal values, along with a summary of the corresponding data model properties. In the context of this document, all constraints on values that are specified in [Data Model] are assumed to hold.
A value is a sequence of zero or more items. An item is either an atomic value or a node.
An atomic value is a value in the value space of an atomic type, labeled with the name of that atomic type. An atomic type is either a primitive or derived atomic type according to XML Schema [Schema Part 2], xdt:untypedAtomic
, or xdt:anyAtomicType
.
A node is either an element, an attribute, a document, a text, a comment, or a processing-instruction node.
Element nodes have a type annotationXQ and contain a complex value or a simple value. Attribute nodes have a type annotationXQ and contain a simple value. Text nodes always contain one string value of type xdt:untypedAtomic
, therefore the corresponding type annotation is omitted in
the formal notation of a text node. Document nodes do not have a type annotation and contain a sequence of element, text, comment, or processing-instruction nodes.
A simple value is a sequence of atomic values.
A complex value is a sequence of attribute nodes followed by a sequence of element, text, comment, or processing-instruction nodes.
A type annotationXQ can be either the QName of a declared type or an anonymous type. An anonymous type corresponds to an XML Schema type for which the schema writer did not provide a name. Anonymous type names are not visible to the user, but are generated during schema validation and used to annotate nodes in the data model. By convention, anonymous type names are written using the fs: Formal Semantics prefix: fs:anon0, fs:anon1, etc.
Formal values are defined by the following grammar.
[7 (Formal)] | Value |
::= | Item |
[21 (Formal)] | Item |
::= | NodeValue |
[22 (Formal)] | AtomicValue |
::= | AtomicValueContent TypeAnnotation? |
[1 (Formal)] | AtomicValueContent |
::= | String |
[2 (Formal)] | TypeAnnotation |
::= | "of" "type" TypeName |
[9 (Formal)] | ElementValue |
::= | "element" ElementName "nilled"? TypeAnnotation? "{" Value "}" ("{" NamespaceBindings "}")? |
[10 (Formal)] | AttributeValue |
::= | "attribute" AttributeName TypeAnnotation? "{" SimpleValue "}" |
[8 (Formal)] | SimpleValue |
::= | AtomicValue |
[11 (Formal)] | DocumentValue |
::= | "document" "{" Value "}" |
[13 (Formal)] | CommentValue |
::= | "comment" "{" String "}" |
[14 (Formal)] | ProcessingInstructionValue |
::= | "processing-instruction" NCName "{" String "}" |
[12 (Formal)] | TextValue |
::= | "text" "{" String "}" |
[20 (Formal)] | NodeValue |
::= | ElementValue |
[3 (Formal)] | ElementName |
::= | QName |
[6 (Formal)] | AttributeName |
::= | QName |
[23 (Formal)] | TypeName |
::= | QName |
[15 (Formal)] | NamespaceBindings |
::= | NamespaceBinding ("," NamespaceBinding)* |
[17 (Formal)] | NamespaceBinding |
::= | "namespace" NCName "{" AnyURI "}" |
Notation
In that grammar, "String" indicates the value space of xs:string
, "Decimal" indicates the value space of xs:decimal
, etc.
Element (resp. attributes) without type annotations, are assumed to have the type annotation xs:anyType
(resp. xs:anySimpleType
). Atomic values without type annotations, are assumed to have a type annotation which is the base type for the corresponding value. For instance, "Hello, World!"
is equivalent to "Hello, World!" of type xs:string
.
Untyped elements (e.g., from well-formed documents) have the type annotationXQ xdt:untyped
, untyped attributes have the type annotationXQ xdt:untypedAtomic
, and untyped atomic values have the type annotationXQ xdt:untypedAtomic
.
An element has an optional "nilled" marker. This marker is present only if the element has been validated against an element type in the schema which is "nillable", and the element has no content and an attribute xsi:nil
set to "true"
.
An element also has a sequence of namespace bindings, which are the set of in-scope namespaces for that element. Each namespace binding is a prefix, URI pair. Elements without namespace bindings are assumed to have an empty set of in-scope namespaces.
Note:
In [XPath], the in-scope namespaces of an element node are represented by a collection of namespace nodes arranged on a namespace axis, which is optional and deprecated in [XML Path Language (XPath) 2.0]. XQuery does not support the namespace axis and does not represent namespace bindings in the form of nodes.
A well-formed document
<fact>The cat weighs <weight units="lbs">12</weight> pounds.</fact>
In the absence of a Schema, this document is represented as
element fact of type xdt:untyped { text { "The cat weighs " }, element weight of type xdt:untyped { attribute units of type xdt:untypedAtomic { "lbs" of type xdt:untypedAtomic } text { "12" } }, text { " pounds." } }
A document before and after validation.
<weight xsi:type="xs:integer">42</weight>
The formal model for values can represent values before and after validation. Before validation, this element is represented as:
element weight of type xdt:untyped { attribute xsi:type of type xdt:untypedAtomic { "xs:integer" of type xdt:untypedAtomic }, text { "42" } }
After validation, this element is represented as:
element weight of type xs:integer { attribute xsi:type of type xs:QName { "xs:integer" of type xs:QName }, 42 of type xs:integer }
An element with a list type
<sizes>1 2 3</sizes>
Before validation, this element is represented as:
element sizes of type xdt:untyped { text { "1 2 3" } }
Assume the following Schema.
<xs:element name="sizes" type="sizesType"/> <xs:simpleType name="sizesType"> <xs:list itemType="sizeType"/> </xs:simpleType> <xs:simpleType name="sizeType"> <xs:restriction base="xs:integer"/> </xs:simpleType>
After validation against this Schema, the element is represented as:
element sizes of type sizesType { 1 of type sizeType, 2 of type sizeType, 3 of type sizeType }
An element with an anonymous type
<sizes>1 2 3</sizes>
Before validation, this element is represented as:
element sizes of type xdt:untyped { text { "1 2 3" } }
Assume the following Schema.
<xs:element name="sizes"> <xs:simpleType> <xs:list itemType="xs:integer"/> </xs:simpleType> </xs:element>
After validation, this element is represented as:
element sizes of type fs:anon1 { 1 of type xs:integer, 2 of type xs:integer, 3 of type xs:integer }
where fs:anon1 stands for the internal anonymous name generated by the system for the sizes
element.
A nillable element with xsi:type
set to true:
<sizes xsi:nil="true"/>
Before validation, this element is represented as:
element sizes of type xdt:untyped { attribute xsi:nil of type xdt:untypedAtomic { "true" of type xdt:untypedAtomic } }
Assume the following Schema.
<xs:element name="sizes" type="sizesType" nillable="true"/>
After validation against this Schema, the element is represented as:
element sizes nilled of type sizesType { attribute xsi:nil of type xs:boolean { true of type xs:boolean } }
An element with a union type
<sizes>1 two 3 four</sizes>
Before validation, this element is represented as:
element sizes of type xdt:untyped { text { "1 two 3 four" } }
Assume the following Schema:
<xs:element name="sizes" type="sizesType"/> <xs:simpleType name="sizesType"> <xs:list itemType="sizeType"/> </xs:simpleType> <xs:simpleType name="sizeType"> <xs:union memberType="xs:integer xs:string"/> </xs:simpleType>
After validation against this Schema, the element is represented as:
element sizes of type sizesType { 1 of type xs:integer, "two" of type xs:string, 3 of type xs:integer, "four" of type xs:string }
The [XPath/XQuery] type system is used in the specification of the dynamic and of the static semantics of [XPath/XQuery]. This section introduces formal notations for describing types.
The [XPath/XQuery] type system is based on [Schema Part 1] and [Schema Part 2]. [Schema Part 1] and [Schema Part 2] specify normatively the type information available in [XPath/XQuery]. We define the formal notation that is used in this document to describe and manipulate types in inference rules. Formal types are used for specification purposes only and are not exposed to the [XPath/XQuery] user.
Representation of content models. For the purpose of static typing, the [XPath/XQuery] type system only describes minOccurs, maxOccurs, and minLength, maxLength on list types for the occurrences that correspond to the DTD operators +
, *
, and ?
. Choices are represented using the DTD operator |
. All groups are represented using the interleaving operator (&
).
Representation of anonymous types. To clarify the semantics, the [XPath/XQuery] type system makes all anonymous types explicit.
Representation of XML Schema simple type facets and identity constraints. For simplicity, XML Schema simple type facets and identity constraints are not formally represented in the [XPath/XQuery] type system. However, an [XPath/XQuery] implementation supporting XML Schema import and validation must take simple type facets and identity constraints into account.
This document describe types in the [XPath/XQuery] types system, as well as the operations and properties over those types which are used to define the [XPath/XQuery] static typing feature. The two most important properties are whether a data instances matches a type, and whether a type is a subtype of another. Those properties are described in [8.3 Judgments for type matching]. This document does not describe all other possible properties over those types.
The mapping from XML Schema into the [XPath/XQuery] type system is given in [C Importing Schemas]. The rest of this section is organized as follows. [2.4.2 Item types] describes item types, [2.4.3 Content models] describes content models, and [2.4.4 Top level definitions] describe top-level type declarations.
An item type is either an atomic type, an element type, an attribute type, a document node type, a text node type, a comment node type, or a processing instruction type. We distinguish between document nodes, attribute nodes, and nodes that can occur in element content (elements, comments, processing instructions, and text nodes), as we need to refer to element content types later in the formal semantics.
[25 (Formal)] | FormalItemType |
::= | AtomicTypeName | NodeType |
[28 (Formal)] | AtomicTypeName |
::= | QName |
[26 (Formal)] | NodeType |
::= | DocumentType |
[27 (Formal)] | ElementContentType |
::= | ElementType |
[29 (Formal)] | ElementType |
::= | "element" ElementNameOrWildcard OptTypeSpecifier |
[4 (Formal)] | ElementNameOrWildcard |
::= | QName | "*" |
[5 (Formal)] | AttributeNameOrWildcard |
::= | QName | "*" |
[85 (Formal)] | OptTypeSpecifier |
::= | TypeSpecifier? |
[30 (Formal)] | TypeSpecifier |
::= | OptNillable TypeReference |
[31 (Formal)] | AttributeType |
::= | "attribute" AttributeNameOrWildcard OptTypeReference |
[83 (Formal)] | OptNillable |
::= | Nillable? |
[32 (Formal)] | Nillable |
::= | "nillable" |
[86 (Formal)] | OptTypeReference |
::= | TypeReference? |
[36 (Formal)] | TypeReference |
::= | "of" "type" TypeName |
[48 (Formal)] | DocumentType |
::= | "document" ("{" Type "}")? |
An element or attribute type has an optional name and an optional type reference. A name alone corresponds to a reference to a global element or attribute declaration. A name with a type reference corresponds to a local element or attribute declaration. The word "element" or "attribute" alone refers to the wildcard types for any element or any attribute. In addition, an element type has an optional nillable flag that indicates whether the element can be nilled or not.
A document type has an optional content type. If no content type is given, then the type is treated as being the wildcard type for documents, i.e., a sequence of text and element nodes. For consistency with element nodes, PIs and comments are not indicated in that wildcard type, but may occur in instances.
Note
Generic node types (e.g., node()
) such as used in the SequenceType production, are interpreted in the type system as a union of the corresponding node types (e.g., element,attribute,text,comment and processing-instruction nodes) and therefore do not appear in the grammar. The semantics of sequence types is described in [3.5.4 SequenceType Matching].
Examples
The following is a text node type
text
The following is a type for all elements
element * of type xs:anyType
The following is a type for all elements of type string
element * of type xs:string
The following is a type for a nillable element of type string and with name size
element size nillable of type xs:string
The following is a reference to a global attribute declaration
attribute sizes
The following is a type for elements with anonymous type fs:anon1:
element sizes of type fs:anon1
Following XML Schema, types in [XPath/XQuery] are composed from item types by optional, one or more, zero or more, all group, sequence, choice, empty sequence (written empty
), or empty choice (written none
).
The type empty
matches the empty sequence. The type none
matches no values. none
is the identity for choice, that is (Type | none
) = Type. The type none
is the static type for [7.2.9 The fn:error function].
[24 (Formal)] | Type |
::= | FormalItemType |
The [XPath/XQuery] type system includes three binary operators on types: ",", "|" and "&", corresponding respectively to sequence, choice and all groups in Schema. The [XPath/XQuery] type system includes three unary operators on types: "*", "+", and "?", corresponding respectively to zero or more instances of the type, one or more instances of the type, or an optional instance of the type.
The "&" operator builds the "interleaved product" of two types. The type Type1 & Type2 matches any sequence that is an interleaving of two sequences of items, Value1 and Value2, with Value1 matching Type1 and Value2 matching Type2. The interleaving of two sequences of items Value1 and Value2 is any sequence Value0 such that there is an ordered partition of Value0 into the two sub-sequences Value1 and Value2. The interleaved product captures the semantics of all groups in XML Schema, but is more general as it applies to arbitrary types. All groups in XML Schema are restricted to apply only on global or local element declarations with minOccurs 0 or 1, and maxOccurs 1.
For example, consider the types Type1 = xs:integer
,xs:integer
,xs:integer
and Type2 = xs:string
,xs:string
. Value1 = (1,2,3)
matches the type Type1 and
Value2 = ("a","b")
matches the type Type2. Any of the following Value0 are interleavings of Value1 and Value2, and therefore match the type (Type1 & Type2):
Value0 = (1,2,3,"a","b") Value0 = (1,2,"a",3,"b") Value0 = (1,2,"a","b",3) Value0 = (1,"a",2,3,"b") Value0 = (1,"a",2,"b",3) Value0 = (1,"a","b",2,3) Value0 = ("a",1,2,3,"b") Value0 = ("a",1,2,"b",3) Value0 = ("a",1,"b",2,3) Value0 = ("a","b",1,2,3)
Types precedence order. To improve readability when writing types, we assume the following precedence order between operators on types.
# | Operator |
---|---|
1 | | (choice) |
2 | & (interleaving) |
3 | , (sequence) |
4 | *, +, ? (occurrence) |
Parenthesis can be used to enforce precedence. For instance
xs:string | xs:integer, xs:float*
is equivalent to
xs:string | (xs:integer, (xs:float*))
and a different precedence can be obtained by writing
((xs:string | xs:integer), xs:float)*
Examples
A sequence of elements
The "," operator builds the "sequence" of two types. For example,
element title of type xs:string, element year of type xs:integer
is a sequence of an element title of type string followed by an element year of type integer.
The union of two element types
The "|" operator builds the "union" of two types. For example,
element editor of type xs:string | element bib:author
means either an element editor of type string, or a reference to the global element bib:author
.
An all group of two elements
The "&" operator builds the "interleaved product" of two types. For example,
(element a & element b) = element a, element b | element b, element a
which specifies that the a
and b
elements can occur in any order.
An empty type
The following type matches the empty sequence.
empty
A sequence of zero or more elements
The following type matches zero or more elements each of which can be a surgeon
or a plumber
.
(element surgeon | element plumber)*
Top level definitions correspond to global element declarations, global attribute declarations and type definitions in XML Schema.
[40 (Formal)] | Definitions |
::= | (Definition Definitions)? |
[39 (Formal)] | Definition |
::= | ("define" "element" ElementName OptSubstitution OptNillable TypeReference) |
[84 (Formal)] | OptSubstitution |
::= | Substitution? |
[41 (Formal)] | Substitution |
::= | "substitutes" "for" ElementName |
[33 (Formal)] | TypeDerivation |
::= | ComplexTypeDerivation | AtomicTypeDerivation |
[34 (Formal)] | ComplexTypeDerivation |
::= | Derivation? OptMixed "{" Type? "}" |
[35 (Formal)] | AtomicTypeDerivation |
::= | "restricts" AtomicTypeName |
[37 (Formal)] | Derivation |
::= | ("restricts" TypeName) |
[82 (Formal)] | OptMixed |
::= | Mixed? |
[38 (Formal)] | Mixed |
::= | "mixed" |
A type definition has a name (possibly anonymous) and a type derivation. In the case of a complex type, the derivation indicates whether it is derived by extension or restriction, its base type, and its content model, with an optional flag indicating if it has mixed content.
Example
For instance, the following complex type
<complexType name="UKAddress"> <complexContent> <extension base="ipo:Address"> <sequence> <element name="postcode" type="ipo:UKPostcode"/> </sequence> <attribute name="exportCode" type="positiveInteger" fixed="1"/> </extension> </complexContent> </complexType>
is represented as follows
define type UKAddress extends ipo:Address { attribute exportCode of type ipo:UKPostcode, element postcode of type positiveInteger };
Example
In the case of simple types derived by union or list, the derivation is always a restriction from the base type xs:anySimpleType
, and has a content which is a union of the member types, or a repetition of the item type. For instance, the two following simple type declarations
<xsd:simpleType name="listOfMyIntType"> <xsd:list itemType="myInteger"/> </xsd:simpleType> <xsd:simpleType name="zipUnion"> <xsd:union memberTypes="USState FrenchRegion"/> </xsd:simpleType>
are represented as follows
define type listOfMyIntType restricts xs:anySimpleType { myInteger* } define type zipUnion restricts xs:anySimpleType { USState | FrenchRegion }
Example
In the case of an atomic type, it just indicates its base type. For instance, the following type definition
<xsd:simpleType name="SKU"> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d{3}-[A-Z]{2}"/> </xsd:restriction> </xsd:simpleType>
is represented as follow
define type SKU restrict xsd:string;
Example
When the type derivation is omitted, the type derives by restriction from xs:anyType
. For instance:
define type Bib { element book* } = define type Bib restricts xs:anyType { element book* }
Example
Empty content can be indicated with the explicit empty sequence, or omitted, as in:
define type Bib { } = define type Bib { empty }
Global element and attribute declarations always have a name and a reference to a (possibly anonymous) type. A global element declaration also may declare a substitution group for the element and whether the element is nillable.
Example
A type declaration with one element name of type xs:string
follows by one or more elements street of type xs:string
.
define type Address { element name of type xs:string, element street of type xs:string* }
Example
A type declaration with complex content derived by extension
define type USAddress extends Address { element zip name of type xs:integer }
Example
A type declaration with mixed content
define type Section mixed { (element h1 of type xs:string | element p of type xs:string | element div of type Section)* }
Example
A type declaration with simple content derived by restriction
define type SKU restricts xs:string
Example
An element declaration
define element address of type Address
Example
An element declaration with a substitution group
define element usaddress substitutes for address of type USAddress
Example
An element declaration which is nillable
define element zip nillable of type xs:integer
Here is a schema describing purchase orders from [XML Schema Part 0].
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:annotation> <xsd:documentation xml:lang="en"> Purchase order schema for Example.com. Copyright 2000 Example.com. All rights reserved. </xsd:documentation> </xsd:annotation> <xsd:element name="purchaseOrder" type="PurchaseOrderType"/> <xsd:element name="comment" type="xsd:string"/> <xsd:complexType name="PurchaseOrderType"> <xsd:sequence> <xsd:element name="shipTo" type="USAddress"/> <xsd:element name="billTo" type="USAddress"/> <xsd:element ref="comment" minOccurs="0"/> <xsd:element name="items" type="Items"/> </xsd:sequence> <xsd:attribute name="orderDate" type="xsd:date"/> </xsd:complexType> <xsd:complexType name="USAddress"> <xsd:sequence> <xsd:element name="name" type="xsd:string"/> <xsd:element name="street" type="xsd:string"/> <xsd:element name="city" type="xsd:string"/> <xsd:element name="state" type="xsd:string"/> <xsd:element name="zip" type="xsd:decimal"/> </xsd:sequence> <xsd:attribute name="country" type="xsd:NMTOKEN" fixed="US"/> </xsd:complexType> <xsd:complexType name="Items"> <xsd:sequence> <xsd:element name="item" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="productName" type="xsd:string"/> <xsd:element name="quantity"> <xsd:simpleType> <xsd:restriction base="xsd:positiveInteger"> <xsd:maxExclusive value="100"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="USPrice" type="xsd:decimal"/> <xsd:element ref="comment" minOccurs="0"/> <xsd:element name="shipDate" type="xsd:date" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="partNum" type="SKU" use="required"/> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> <!-- Stock Keeping Unit, a code for identifying products --> <xsd:simpleType name="SKU"> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d{3}-[A-Z]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:schema>
Here is the mapping of the above schema into the [XPath/XQuery] type system.
declare namespace xsd = "http://www.w3.org/2001/XMLSchema"; define element purchaseOrder of type PurchaseOrderType; define element comment of type xsd:string; define type PurchaseOrderType { attribute orderDate of type xsd:date?, element shipTo of type USAddress, element billTo of type USAddress, element comment?, element items of type Items }; define type USAddress { attribute country of type xsd:NMTOKEN, element name of type xsd:string, element street of type xsd:string, element city of type xsd:string, element state of type xsd:string, element zip of type xsd:decimal }; define type Items { attribute partNum of type SKU, element item of type fs:anon1* }; define type fs:anon1 { element productName of type xsd:string, element quantity of type fs:anon2, element USPrice of type xsd:decimal, element comment?, element shipDate of type xsd:date? }; define type fs:anon2 restricts xsd:positiveInteger; define type SKU restrict xsd:string;
Note that the two anonymous types in the item
element declarations are mapping to types with names fs:anon1 and fs:anon2.
The following additional definitions illustrate how more advanced XML Schema features (a complex type derived by extension, an anonymous simple type derived by restriction, and substitution groups) are represented in the [XPath/XQuery] type system.
<complexType name="NYCAddress"> <complexContent> <extension base="USAddress"> <sequence> <element ref="apt"/> </sequence> </extension> </complexContent> </complexType> <element name="apt"> <xsd:simpleType> <xsd:restriction base="xsd:positiveInteger"> <xsd:maxExclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </element> <element name="usaddress" substitutionGroup="address" type="USAddress"/> <element name="nycaddress" substitutionGroup="usaddress" type="NYCAddress"/>
The above definitions are mapped into the [XPath/XQuery] type system as follows:
define type NYCAddress extends USAddress { element apt } define element apt of type fs:anon3 define type fs:anon3 restricts xsd:positiveInteger define element usaddress substitutes for address of type USAddress define element nycaddress substitutes for usaddress of type NYCAddress
The [Functions and Operators] document defines built-in functions available in [XPath/XQuery]. A number of these functions are used to define the [XPath/XQuery] semantics; those functions are listed in [B.1 Functions and Operators used in the Formal Semantics].
Many functions in the [Functions and Operators] document are generic: they perform operations on arbitrary components of the data model, e.g., any kind of node, or any sequence of items. For instance, the fn:unordered
returns its input sequence in an implementation-dependent order. The signature of the fn:unordered
function takes arbitrary items as input and output:
fn:unordered($sourceSeq as item()*) as item()*
As defined, this signature provides little useful type information. For such functions, better type information can often be obtained by having the output type depend on the type of input parameters. For instance, if the function fn:unordered
is applied on a sequence of a
elements, the result is also a sequence of a
elements.
In order to provide better static typing for those functions, specific typing rules are given in [7 Additional Semantics of Functions].
The organization of this section parallels the organization of Section 2 BasicsXQ.
Introduction
The expression context for a given expression consists of all the information that can affect the result of the expression. This information is organized into the static context and the dynamic context. This section specifies the environments that represent the context information used by [XPath/XQuery] expressions.
Notation
We introduce the following auxiliary grammar production to describe function signatures.
[94 (Formal)] | FunctionSig |
::= | "declare" "function" QName "(" TypeList? ")" "as" SequenceType |
[95 (Formal)] | TypeList |
::= | SequenceType ("," SequenceType)* |
statEnv denotes the environment available during static analysis. Static analysis may extend parts of the static environment. The static environment is also available during dynamic evaluation.
If analysis of an expression relies on some component of the static context that has not been assigned a value, a static error is raised.
The following environment components are part of the static environment:
statEnv.xpath1.0_compatibility |
|
|||||
statEnv.namespace |
|
|||||
statEnv.default_elem_namespace |
|
|||||
statEnv.default_function_namespace |
|
|||||
statEnv.typeDefn |
|
|||||
statEnv.elemDecl |
|
|||||
statEnv.attrDecl |
|
|||||
statEnv.varType |
|
|||||
statEnv.funcType |
|
|||||
statEnv.collations |
|
|||||
statEnv.defaultCollation |
|
|||||
statEnv.constructionMode |
|
|||||
statEnv.orderingMode |
|
|||||
statEnv.defaultEmptySequenceOrder |
|
|||||
statEnv.boundarySpace |
|
|||||
statEnv.copyNamespacesMode |
|
|||||
statEnv.baseURI |
|
|||||
statEnv.docType |
|
|||||
statEnv.collectionType |
|
|||||
statEnv.defaultCollectionType |
|
Note that the boundary-space behavior is not formally specified in this document.
Environments have an initial state when [expression/query] processing begins, containing, for example, the function signatures of all built-in functions. The initial values for the static context are defined in Section C Context ComponentsXQ and Section C Context ComponentsXP and is denoted by statEnvDefault in the Formal Semantics.
Here is an example that shows how the static environment is modified in response to a namespace definition.
|
||
|
||
statEnv |- declare namespace NCName = URI; Expr : Type |
This rule reads as follows: "the phrase on the bottom (a namespace declaration in the query prolog followed by a sequence of expressions) is well-typed (accepted by the static type inference rules) within an environment statEnv if the sequence of expressions above the line is well-typed in the environment obtained from statEnv by adding the namespace declaration".
The helper function fs:active_ns
(statEnv) returns all the active in-scope namespaces in the given static environment.
For each attribute and element node in Value, such that the node has name expanded-QName in the namespace URI, the helper function fs:get_static_ns_from_items
(statEnv, Value) returns the in-scope namespace that corresponds to URI. This is a reverse-lookup on
statEnv.namespace by URI.
A common use of the static environment is to expand a QName by looking up the URI that corresponds to the QName's namespace prefix in the statEnv.namespace environment component and by constructing an expanded-QNameDM, which contains the URI and the QName's local part. Element and type names may be in the null namespace,
that is, there is no URI associated with their namespace prefix. The null namespace is denoted by the special value #NULL-NAMESPACE
.
The auxiliary judgments below expand an element, type, attribute, variable, or function QName by looking up the namespace prefix in statEnv.namespace or, if the QName is unqualified, by using the appropriate default namespace.
Notation
The judgment
holds when the element or type QName expands to the given expanded QName.
The judgment
holds when the attribute QName expands to the given expanded QName.
The judgment
holds when the variable QName expands to the given expanded QName.
The judgment
holds when the function QName expands to the given expanded QName.
Semantics
Note that none of the inference rules can infer a resolved name in the case a given namespace prefix is bound to the (#UNDECLARED) value. As a result, namespace resolution will fail if the implementation supports [XML Names 1.1] and a given namespace prefixed as been undeclared.
An element or type QName consisting of a prefix NCName and a local part NCName expands to the URI (or the null namespace) corresponding to that prefix and the local part.
statEnv.namespace(NCName1) = URI-or-#NULL-NAMESPACE |
|
statEnv |- NCName1:NCName2 of elem/type expands to (URI-or-#NULL-NAMESPACE, NCName2) |
An element or type QName consisting only of a local part NCName expands to the default element/type namespace and the local part.
statEnv.default_elem_namespace = URI-or-#NULL-NAMESPACE |
|
statEnv |- NCName of elem/type expands to (URI-or-#NULL-NAMESPACE, NCName) |
An attribute QName consisting of a prefix NCName and a local part NCName expands to the URI (or the null namespace) corresponding to the prefix and the local part.
statEnv.namespace(NCName1) = URI-or-#NULL-NAMESPACE |
|
statEnv |- NCName1:NCName2 of attr expands to (URI-or-#NULL-NAMESPACE, NCName2) |
An attribute QName consisting only of a local part NCName expands to the null namespace and the local part.
|
statEnv |- NCName of attr expands to (#NULL-NAMESPACE, NCName) |
A variable QName consisting of a prefix NCName and a local part NCName expands to the URI that corresponds to the prefix and the local part.
statEnv.namespace(NCName1) = URI |
|
statEnv |- NCName1:NCName2 of var expands to (URI, NCName2) |
A variable QName consisting only of a local part NCName expands to the null namespace and the local part.
|
statEnv |- NCName of var expands to (#NULL-NAMESPACE, NCName) |
A function QName consisting of a prefix NCName and a local part NCName expands to the URI that corresponds to the prefix and the local part.
statEnv.namespace(NCName1) = URI |
|
statEnv |- NCName1:NCName2 of func expands to (URI, NCName2) |
A function QName consisting only of a local part NCName expands to the default function namespace URI and the local part.
statEnv.default_function_namespace = URI |
|
statEnv |- NCName of func expands to (URI, NCName) |
dynEnv denotes the environment available during dynamic evaluation. Dynamic evaluation may extend parts of the dynamic environment.
If evaluation of an expression relies on some component of the dynamic context that has not been assigned a value, a dynamic error is raised.
The following environment components are part of the dynamic environment:
dynEnv.varValue |
|
|||||
dynEnv.funcDefn |
|
|||||
dynEnv.dateTime |
|
|||||
dynEnv.timezone |
|
|||||
dynEnv.docValue |
|
|||||
dynEnv.collectionValue |
|
|||||
dynEnv.defaultCollectionValue |
|
The initial values for the dynamic context are defined in Section C Context ComponentsXQ and Section C Context ComponentsXP. The corresponding initial dynamic environment is denoted by dynEnvDefault in the Formal Semantics.
The following Formal Semantics variables represent the context item, context position, and context size properties of the dynamic context:
Built-in Variable | Represents: |
$ fs:dot |
context item |
$ fs:position |
context position |
$ fs:last |
context size |
Within this document, variables with the "fs" prefix are reserved for use in the formal specification. Values of $
fs:position
and $
fs:last
can be obtained by invoking the fn:position
and fn:last
functions, respectively.
This section reviews the processing model for [XPath/XQuery]. The [XPath/XQuery] processing model is defined normatively in Section 2.2 Processing ModelXQ. This section also explains how the main notations (normalization rules, static type inference, and dynamic evaluation) relate to the phases in that processing model.
The following figure depicts the [XPath/XQuery] processing model
Figure 1: Processing Model Overview
This processing model is not intended to describe an actual implementation, although a naive implementation might be based upon it. It does not prescribe an implementation technique, but any implementation should produce the same results as obtained by following this processing model and applying the rest of the Formal Semantics specification.
Query processing consists of two phases: a static analysis phase and a dynamic evaluation phase. Static analysis is further divided into four sub-phases. Each phase consumes the result of the previous phase and generates output for the next phase. For each processing phase, we point to the relevant notations introduced later in the document.
[Definition: The static analysis phase depends on the expression itself and on the static context. The static analysis phase does not depend on input data (other than schemas).]
The purpose of the static analysis phase is to detect errors, e.g., syntax errors or type errors, at compile time rather than at run-time. If no error occurs, the result of static analysis could be some compiled form of [expression/query], suitable for execution by a compiled-[expression/query] processor. Static analysis consists of the following sub-phases:
Parsing. (Step SQ1 in Figure 1). The grammar for the [XPath/XQuery] syntax is defined in [XQuery 1.0: An XML Query Language]. Parsing may generate syntax errors. If no error occurs, an internal operation tree of the parsed query is created.
Static Context Processing. (Steps SQ2, SQ3, and SQ4 in Figure 1). The static semantics of [expression/query] depends on the input static context. The input static context needs to be generated before the [expression/query] can be analysed. In XQuery, the input static context may be defined by the processing environment and by declarations in the Query Prolog (See [5 Modules and Prologs]). In XPath, the input static context is defined by the processing environment. The static context is denoted by statEnv.
Normalization. (Step SQ5 in Figure 1). To simplify the semantics specification, some normalization is performed on the [expression/query]. The [XPath/XQuery] language provides many powerful features that make [expression/query]s simpler to write and use, but are also redundant. For instance, a complex for
expression might be rewritten as a composition of several simple for
expressions. The language composed of these simpler
[expression/query] is called the [XPath/XQuery] Core language and is described by a grammar which is a subset of the XQuery grammar. The grammar of the [XPath/XQuery] Core language is given in [A Normalized core grammar].
During the normalization phase, each [XPath/XQuery] [expression/query] is mapped into its equivalent [expression/query] in the Core. (Note that this has nothing to do with Unicode Normalization, which works on character strings.) Normalization works by recursive application of the normalization rules over a given expression.
Specifically the normalization phase is defined in terms of the static part of the context (statEnv) and a [expression/query] (Expr) abstract syntax tree. Formal notations for the normalization phase are introduced in [3.2.2 Normalization judgment].
After normalization, the full semantics is obtained by giving a semantics to the normalized Core [expression/query]. This is done during the last two phases.
Static type analysis. (Step SQ6 in Figure 1). Static type analysis is optional. If this phase is not supported, then normalization is followed directly by dynamic evaluation.
Static type analysis checks whether each [expression/query] is type safe, and if so, determines its static type. Static type analysis is defined only for Core [expression/query]. Static type analysis works by recursive application of the type inference rules over a given expression.
If the [expression/query] is not type-safe, static type analysis yields a type error. For instance, a comparison between an integer value and a string value might be detected as an type error during the static type analysis. If static type analysis succeeds, it yields an abstract syntax tree where each sub-expression is associated with its static type.
More precisely, the static analysis phase is defined in terms of the static context (statEnv) and a Core [expression/query] (CoreExpr). Formal notations for the static analysis phase are introduced in [3.2.3 Static typing judgment].
Static typing does not imply that the content of XML documents must be rigidly fixed or even known in advance. The [XPath/XQuery] type system accommodates "flexible" types, such as elements that can contain any content. Schema-less documents are handled in [XPath/XQuery] by associating a standard type with the document, such that it may include any legal XML content.
If the static analysis phase succeeds, the dynamic evaluation phase (sometimes also called "execution") evaluates a query on input document(s).
Dynamic Context Processing. (Steps DQ2 and DQ3 in Figure 1).The dynamic semantics of [expression/query] depends on the dynamic input context. The dynamic input context needs to be generated before the [expression/query] can be evaluated. The dynamic input context may be defined by the processing environment and by statements in the Query Prolog (See [5 Modules and Prologs]). In XPath, the dynamic input context is defined by the processing environment. The static input context is denoted by dynEnv.
Dynamic Evaluation. (Steps DQ4 and DQ5 in Figure 1). This phase computes the value of an [expression/query]. The semantics of evaluation is defined only for Core [expression/query] terms. The formal description of evaluation works by recursive application of the evaluation rules over a given expression. (Note that in practice some implementations may prefer top-down evaluation strategies.) Evaluation may result in a value OR a dynamic error, which may be a non-type error or a type error. If static typing of an expression does not raise a type error, then dynamic evaluation of the same expression will not raise a type error (and thus dynamic type checking can be avoided when static typing is enabled). Dynamic evaluation may still raise a non-type error.
The dynamic evaluation phase is defined in terms of the static context (statEnv) and evaluation context (dynEnv), and a Core [expression/query] (CoreExpr). Formal notations for the dynamic evaluation phase are introduced in [3.2.4 Dynamic evaluation judgment].
Static type analysis catches only certain classes of errors. For instance, it can detect a comparison operation applied between incompatible types (e.g., xs:int
and xs:date
). Some other classes of errors cannot be detected by the static analysis and are only detected at evaluation time. For instance, whether an arithmetic expression on 32 bit integers (xs:int
) yields an out-of-bound value can only be detected at run-time by looking at the data.
While implementations are free to implement different processing models, the [XPath/XQuery] static semantics relies on the existence of a static type analysis phase that precedes any access to the input data.
The above processing phases are all internal to the [XPath/XQuery] processor. They do not deal with how the [XPath/XQuery] processor interacts with the outside world, notably how it accesses actual documents and types. A typical [expression/query] engine would support at least three other important processing phases:
Schema Import Processing. The [XPath/XQuery] type system is based on XML Schema. In order to perform dynamic or static typing, the [XPath/XQuery] processor needs to build type descriptions that correspond to the schema(s) of the input documents. This phase is achieved by mapping all schemas required by the [expression/query] into the [XPath/XQuery] type system. The XML Schema import phase is described in [C Importing Schemas].
Data Model Generation. Expressions are evaluated on values in the [Data Model]. XML documents must be loaded into the [Data Model] before the evaluation phase. This is described in the [Data Model] and is not discussed further here.
Serialization. Once the [expression/query] is evaluated, processors might want to serialize the result of the [expression/query] as actual XML documents. Serialization of data model instances is described in [Data Model Serialization] and is not discussed further here.
The parsing phase is not specified formally; the formal semantics does not define a formal model for the syntax trees, but uses the [XPath/XQuery] concrete syntax directly. More details about parsing for XQuery 1.0 can be found in the [XQuery 1.0: An XML Query Language] document and more details about parsing for XPath 2.0 can be found in the [XML Path Language (XPath) 2.0] document. No further discussion of parsing is included here.
Normalization is specified using mapping rules, which describe how a [XPath/XQuery] expression is rewritten into an expression in the [XPath/XQuery] Core. Mapping rules are also used in [C Importing Schemas] to specify how XML Schemas are imported into the [XPath/XQuery] type system.
Notation
Mapping rules are written using a square bracket notation, as follows:
[Object]Subscript |
== |
Mapped Object |
The original "object" is written above the == sign. The rewritten "object" is written beneath the == sign. The subscript is used to indicate what kind of "object" is mapped, and sometimes to pass some information between mapping rules.
Since normalization is always applied in the presence of a static context, the above rule is a shorthand for:
The static environment is used in certain normalization rules (e.g. for normalization of function calls). To keep the notation simpler, the static environment is not written in the normalization rules, but it is assumed to be available.
The normalization rule that is used to map "top-level" expressions in the [XPath/XQuery] syntax into expressions in the [XPath/XQuery] Core is:
[Expr]Expr |
== |
CoreExpr |
which indicates that the expression Expr is normalized to the expression CoreExpr in the [XPath/XQuery] Core (with the implied statEnv).
Example
For instance, the following [expression/query]
for $i in (1, 2), $j in (3, 4) return element pair { ($i,$j) }
is normalized to the Core expression
for $i in (1, 2) return for $j in (3, 4) return element pair { ($i,$j) }
in which the "FWLR" expression is mapped into a composition of two simpler "for" expressions.
The static semantics is specified using type inference rules, which relate [XPath/XQuery] expressions to types and specify under what conditions an expression is well typed.
Notation
The judgment
holds when, in the static environment statEnv, the expression Expr has type Type.
Example
The result of static type inference is to associate a static type with every [expression/query], such that any evaluation of that [expression/query] is guaranteed to yield a value that belongs to that type.
For instance, the following expression.
let $v := 3 return $v+5
has type xs:integer
. This can be inferred as follows: the input literals '3' and '5' have type integer, so the variable $v also has type integer. Since the sum of two integers is an integer, the complete expression has type integer.
Note
The type of an expression is computed by inference. Static type inference rules define for each kind of expression how to compute the type of the expression given the types of its sub-expressions. Here is a simple example:
statEnv |- Expr1 : xs:boolean statEnv |- Expr2 : Type2 statEnv |- Expr3 : Type3 |
|
statEnv |- if Expr1 then Expr2 else Expr3 : ( Type2 | Type3 ) |
This rule states that if the conditional expression of an "if" expression has type boolean, then the type of the entire expression is one of the two types of its "then" and "else" clauses. Note that the resulting type is represented as a union: '(Type2|Type3)'.
The "left half" (the part before the :) of the expression below the line corresponds to some [expression/query], for which a type is computed. If the [expression/query] has been parsed into an internal abstract syntax tree, this usually corresponds to some node in that tree. The expression usually has patterns in it (here Expr1, Expr2, and Expr3) that need to be matched against the children of the node in the abstract syntax tree. The expressions above the line indicate things that need to be computed to use this rule; in this case, the types of the condition expression and the two branches of the if-then-else expression. Once those types are computed (by further applying static inference rules recursively to the expressions on each side), then the type of the expression below the line can be computed. This example illustrates a general feature of the [XPath/XQuery] type system: the type of an expression depends only on the type of its sub-expressions. The overall static type inference algorithm is recursive, following the abstract syntax of the [expression/query]. At each point in the recursion, an appropriate matching inference rule is sought; if at any point there is no applicable rule, then static type inference has failed and the [expression/query] is not type correct.
The dynamic, or operational, semantics is specified using value inference rules, which relate [XPath/XQuery] expressions to values, and in some cases specify the order in which an [XPath/XQuery] expression is evaluated.
Notation
The judgment
holds when, in the static environment statEnv and dynamic environment dynEnv, the expression Expr yields the value Value.
The static environment is used in certain cases (e.g. for type matching) during evaluation. To keep the notation simpler, the static environment is not written in the dynamic inference rules, but it is assumed to be available.
Example
For instance, the following expression.
let $v := 3 return $v+5
yields the integer value 8. This can be inferred as follows: the input literals '3' and '5' denote the values 3 and 5, respectively, so the variable $v has the value 3. Since the sum of 3 and 5 is 8, the complete expression has the value 8.
Note
As with static type inference, logical inference rules are used to determine the value of each expression, given the dynamic environment and the values of its sub-expressions.
The inference rules used for dynamic evaluation, like those for static type inference, follow a bottom-up recursive structure, computing the value of expressions from the values of their sub-expressions.
Expressions can raise errors during static analysis or dynamic evaluation. The [Functions and Operators] [XQuery 1.0: An XML Query Language], and [XML Path Language (XPath) 2.0] specify the conditions under which an expression or operator raises an error. The user may raise an error explicitly by calling the fn:error
function, which takes an optional item as an argument.
This document does not describe formally the conditions under which dynamic errors are raised. Notably, it does not specify the error codes or the rules about errors and optimization, as described in [XQuery 1.0: An XML Query Language]. Instead, this document describe the rules necessary to statically detect the subset of the [XPath/XQuery] dynamic errors known as type errorXQ.
[XPath/XQuery] is most generally used to process documents. The representation of a document is normatively defined in [Data Model]. The functions used to access documents and collections are normatively defined in [Functions and Operators].
Document order is defined in [Data Model].
Atomization converts an item sequence into a sequence of atomic values and is implemented by the fn:data
function. Atomization is applied to a value when the value is used in a context in which a sequence of atomic values is required.
If a sequence of items is encountered where a boolean value is expected, the item sequence's effective boolean value is used. The fn:boolean
function returns the effective boolean value of an item sequence.
[XPath/XQuery] has a set of functions that provide access to input data. These functions are of particular importance because they provide a way in which an expression can reference a document or a collection of documents. The dynamic semantics of these three input functions are described in more detail in [Functions and Operators].
In certain places in the XQuery grammar, a statically known valid absolute URI is required. These places are denoted by the grammatical symbol URILiteral, and are treated as described in [XQuery 1.0: An XML Query Language].
All the built-in types of XML Schema are recognized by [XPath/XQuery]. In addition, [XPath/XQuery] recognizes the predefined types xdt:anyAtomicType
, xdt:untypedAtomic
and xdt:untyped
and the duration subtypes xdt:yearMonthDuration
and xdt:dayTimeDuration
. The definition of
those types in the [XPath/XQuery] type system is given below.
[Definition: The following type definition of xs:anyType
reflects the semantics of the Ur type from Schema in the [XPath/XQuery] type system.]
define type xs:anyType restricts xs:anyType { attribute * of type xs:anySimpleType*, ( xdt:anyAtomicType* | ( element * of type xs:anyType | text | comment | processing-instruction )* ) }
[Definition: The following type definition of xs:anySimpleType
reflects the semantics of the Ur simple type from Schema in the [XPath/XQuery] type system.]
define type xs:anySimpleType restricts xs:anyType { xdt:anyAtomicType* }
The name of the Ur simple type is xs:anySimpleType
. It is derived by restriction from xs:anyType
, its content is a sequence any atomic types.
[Definition: The following type definition of xdt:anyAtomicType
reflects the semantics of xdt:anyAtomicType
in the [XPath/XQuery] type system.]
define type xdt:anyAtomicType restricts xs:anySimpleType { ( xs:string | xs:boolean | xs:decimal | xs:float | xs:double | xs:duration | xs:dateTime | xs:time | xs:date | xs:gYearMonth | xs:gYear | xs:gMonthDay | xs:gDay | xs:gMonth | xs:hexBinary | xs:base64Binary | xs:anyURI | xs:QName | xs:NOTATION | xdt:untypedAtomic ) }
[Definition: The following type definitions of the XML Schema primitive types reflect the semantics of the primitive types from Schema in the [XPath/XQuery] type system.]
define type xs:string restricts xdt:anyAtomicType define type xs:boolean restricts xdt:anyAtomicType define type xs:decimal restricts xdt:anyAtomicType define type xs:float restricts xdt:anyAtomicType define type xs:double restricts xdt:anyAtomicType define type xs:duration restricts xdt:anyAtomicType define type xs:dateTime restricts xdt:anyAtomicType define type xs:time restricts xdt:anyAtomicType define type xs:date restricts xdt:anyAtomicType define type xs:gYearMonth restricts xdt:anyAtomicType define type xs:gYear restricts xdt:anyAtomicType define type xs:gMonthDay restricts xdt:anyAtomicType define type xs:gDay restricts xdt:anyAtomicType define type xs:gMonth restricts xdt:anyAtomicType define type xs:hexBinary restricts xdt:anyAtomicType define type xs:base64Binary restricts xdt:anyAtomicType define type xs:anyURI restricts xdt:anyAtomicType define type xs:QName restricts xdt:anyAtomicType define type xs:NOTATION restricts xdt:anyAtomicType
All of those primitive types derive from xdt:anyAtomicType
. Note that the value space of each atomic type (such as xs:string
) does not appear. The value space for each type is built-in and is as defined in [Schema Part 2].
[Definition: The type xdt:untypedAtomic
is defined as follows.]
define type xdt:untypedAtomic restricts xdt:anyAtomicType
Note that this rule does not indicate the value space of xdt:untypedAtomic
. By definition, xdt:untypedAtomic
has the same value space as xs:string
.
The following example shows two atomic values. The first one is a value of type string containing "Database". The second one is an untyped atomic value containing "Database".
"Databases" of type xs:string "Databases" of type xdt:untypedAtomic
[Definition: The type xdt:untyped
is defined as follows.]
define type xdt:untyped restricts xs:anyType { attribute * of type xdt:untypedAtomic*, ( element * of type xdt:untyped | text | comment | processing-instruction )* }
[Definition: The following type definitions of the XML Schema derived types reflect the semantics of the XML Schema types derived by restriction from another atomic type.]
define type xs:normalizedString restricts xs:string define type xs:token restricts xs:normalizedString define type xs:language restricts xs:token define type xs:NMTOKEN restricts xs:token define type xs:Name restricts xs:token define type xs:NCName restricts xs:Name define type xs:ID restricts xs:Name define type xs:IDREF restricts xs:Name define type xs:ENTITY restricts xs:Name define type xs:integer restricts xs:decimal define type xs:nonPositiveInteger restricts xs:integer define type xs:negativeInteger restricts xs:nonPositiveInteger define type xs:long restricts xs:integer define type xs:int restricts xs:long define type xs:short restricts xs:int define type xs:byte restricts xs:short define type xs:nonNegativeInteger restricts xs:integer define type xs:unsignedLong restricts xs:nonNegativeInteger define type xs:unsignedInt restricts xs:unsignedLong define type xs:unsignedShort restricts xs:unsignedInt define type xs:unsignedByte restricts xs:unsignedShort define type xs:positiveInteger restricts xs:nonNegativeInteger
Three XML Schema built-in derived types are derived by list, as follows. Note that those derive directly from xs:anySimpleType
, since they are derived by list, and that their value space is defined using a "one or more" occurrence indicator.
define type xs:NMTOKENS restricts xs:anySimpleType { xs:NMTOKEN+ } define type xs:IDREFS restricts xs:anySimpleType { xs:IDREF+ } define type xs:ENTITIES restricts xs:anySimpleType { xs:ENTITY+ }
For example, here is an element whose content is of type xs:IDREFS
.
element a of type xs:IDREFS { "id1" of type xs:IDREF, "id2" of type xs:IDREF, "id3" of type xs:IDREF }
Note that the type name xs:IDREFS
derives from xs:anySimpleType
, but not from xs:IDREF
. As a consequence, calling the following three XQuery functions with the element a
as a parameter succeeds for f1
and f2
, but raises a type error for f3
.
declare function f1($x as element(*,xs:anySimpleType)) { $x } declare function f2($x as element(*,xs:IDREFS)) { $x } declare function f3($x as element(*,xs:IDREF)) { $x }
[Definition: The totally ordered duration types, xdt:yearMonthDuration
and xdt:dayTimeDuration
, are derived by restriction from xs:duration
.]
define type xdt:yearMonthDuration restricts xs:duration define type xdt:dayTimeDuration restricts xs:duration
[Definition: In addition, the Formal Semantics uses the additional type fs:numeric
. This type is necessary for the specification of some of XPath type conversion rules. It is defined as follows.]
define type fs:numeric restricts xdt:anyAtomicType { xs:decimal | xs:float | xs:double }
The typed value of a node is computed by the fn:data
function, and the string value of a node is computed by the fn:string
function, defined in [Functions and Operators]. The normative definitions of typed value and string value are defined in [Data Model].
Introduction
Sequence types can be used in [XPath/XQuery] to refer to an XML Schema type. Sequence types are used to declare the types of function parameters and in several [XPath/XQuery] expressions.
The syntax of sequence types is described by the following grammar productions.
[119 (XQuery)] | SequenceTypeXQ |
::= | ("empty-sequence" "(" ")") |
[121 (XQuery)] | ItemTypeXQ |
::= | KindTest | ("item" "(" ")") | AtomicType |
[120 (XQuery)] | OccurrenceIndicatorXQ |
::= | "?" | "*" | "+" |
[122 (XQuery)] | AtomicTypeXQ |
::= | QName |
[123 (XQuery)] | KindTestXQ |
::= | DocumentTest |
[125 (XQuery)] | DocumentTestXQ |
::= | "document-node" "(" (ElementTest | SchemaElementTest)? ")" |
[133 (XQuery)] | ElementTestXQ |
::= | "element" "(" (ElementNameOrWildcard ("," TypeName "?"?)?)? ")" |
[135 (XQuery)] | SchemaElementTestXQ |
::= | "schema-element" "(" ElementDeclaration ")" |
[136 (XQuery)] | ElementDeclarationXQ |
::= | ElementName |
[129 (XQuery)] | AttributeTestXQ |
::= | "attribute" "(" (AttribNameOrWildcard ("," TypeName)?)? ")" |
[131 (XQuery)] | SchemaAttributeTestXQ |
::= | "schema-attribute" "(" AttributeDeclaration ")" |
[132 (XQuery)] | AttributeDeclarationXQ |
::= | AttributeName |
[134 (XQuery)] | ElementNameOrWildcardXQ |
::= | ElementName | "*" |
[138 (XQuery)] | ElementNameXQ |
::= | QName |
[130 (XQuery)] | AttribNameOrWildcardXQ |
::= | AttributeName | "*" |
[137 (XQuery)] | AttributeNameXQ |
::= | QName |
[139 (XQuery)] | TypeNameXQ |
::= | QName |
[128 (XQuery)] | PITestXQ |
::= | "processing-instruction" "(" (NCName | StringLiteral)? ")" |
[127 (XQuery)] | CommentTestXQ |
::= | "comment" "(" ")" |
[126 (XQuery)] | TextTestXQ |
::= | "text" "(" ")" |
[124 (XQuery)] | AnyKindTestXQ |
::= | "node" "(" ")" |
Core Grammar
The Core grammar productions for sequence types are:
[83 (Core)] | SequenceType |
::= | ("empty-sequence" "(" ")") |
[85 (Core)] | ItemType |
::= | KindTest | ("item" "(" ")") | AtomicType |
[84 (Core)] | OccurrenceIndicator |
::= | "?" | "*" | "+" |
[86 (Core)] | AtomicType |
::= | QName |
[87 (Core)] | KindTest |
::= | DocumentTest |
[89 (Core)] | DocumentTest |
::= | "document-node" "(" (ElementTest | SchemaElementTest)? ")" |
[97 (Core)] | ElementTest |
::= | "element" "(" (ElementNameOrWildcard ("," TypeName "?"?)?)? ")" |
[99 (Core)] | SchemaElementTest |
::= | "schema-element" "(" ElementDeclaration ")" |
[100 (Core)] | ElementDeclaration |
::= | ElementName |
[93 (Core)] | AttributeTest |
::= | "attribute" "(" (AttribNameOrWildcard ("," TypeName)?)? ")" |
[95 (Core)] | SchemaAttributeTest |
::= | "schema-attribute" "(" AttributeDeclaration ")" |
[96 (Core)] | AttributeDeclaration |
::= | AttributeName |
[98 (Core)] | ElementNameOrWildcard |
::= | ElementName | "*" |
[102 (Core)] | ElementName |
::= | QName |
[94 (Core)] | AttribNameOrWildcard |
::= | AttributeName | "*" |
[101 (Core)] | AttributeName |
::= | QName |
[103 (Core)] | TypeName |
::= | QName |
[92 (Core)] | PITest |
::= | "processing-instruction" "(" (NCName | StringLiteral)? ")" |
[91 (Core)] | CommentTest |
::= | "comment" "(" ")" |
[90 (Core)] | TextTest |
::= | "text" "(" ")" |
[88 (Core)] | AnyKindTest |
::= | "node" "(" ")" |
The semantics of SequenceTypes is defined by means of normalization rules from SequenceTypes into types in the [XPath/XQuery] type system (See [2.4 The [XPath/XQuery] Type System]).
However, the [XPath/XQuery] type system not being part of the [XPath/XQuery] syntax, the SequenceType syntax is still part of the [XPath/XQuery] Core. Normalization from SequenceTypes to types is not applied during the normalization phase but whenever a dynamic or static rule requires it. Normalization of SequenceTypes is the only example of normalization that does not yield an expression in the [XPath/XQuery] Core and that occurs on-demand in dynamic or static rules.
Introduction
During processing of a query, it is sometimes necessary to determine whether a given value matches a type that was declared using the SequenceType syntax. This process is known as SequenceType matching, and is formally specified in [8.3 Judgments for type matching].
Notation
To define normalization of SequenceTypes to the [XPath/XQuery] type system, the following auxiliary mapping rule is used.
[SequenceType]sequencetype |
== |
Type |
specifies that SequenceType is mapped to a Type, in the [XPath/XQuery] type system.
OccurenceIndicators are left unchanged when normalizing SequenceTypes into [XPath/XQuery] types. Each kind of SequenceType component is normalized separately into the [XPath/XQuery] type system.
[ItemType OccurrenceIndicator]sequencetype |
== |
[ItemType]sequencetype OccurrenceIndicator |
The "empty-sequence()" sequence type is mapped to the empty type.
[empty-sequence()]sequencetype |
== |
empty |
An atomic type is normalized to itself in the [XPath/XQuery] type system.
An "element" SequenceType without content or with a wildcard and no type name is normalized into a wildcard element type.
[element()]sequencetype |
== |
element * of type xs:anyType |
[element(*)]sequencetype |
== |
element * of type xs:anyType |
An "element" SequenceType with a wildcard and a type name is normalized into a wildcard element type with a corresponding type name. The presence of a "?" after the type name indicates a nillable element.
[element(*,TypeName)]sequencetype |
== |
element * of type TypeName |
[element(*,TypeName?)]sequencetype |
== |
element * nillable of type TypeName |
An "element" SequenceType with a name and a type name is normalized into an element type with a corresponding type name. The presence of a "?" after the type name indicates a nillable element.
[element(ElementName,TypeName)]sequencetype |
== |
element ElementName of type TypeName |
[element(ElementName,TypeName?)]sequencetype |
== |
element ElementName nillable of type TypeName |
An "element" SequenceType with only a name is normalized into a nillable element type with a corresponding name. The reason for the normalization to allow nillable elements is because the semantics of SequenceTypes in that case allows it to match every possible element with that names, regardless of its type or nilled property.
[element(ElementName)]sequencetype |
== |
element ElementName nillable of type xs:anyType |
A "schema-element" SequenceType with an element declaration is normalized into a reference to the corresponding global element declaration.
[schema-element(ElementName)]sequencetype |
== |
element ElementName |
An "attribute" SequenceType without content or with a wildcard and no type name is normalized into a wildcard attribute type.
[attribute()]sequencetype |
== |
attribute * of type xs:anySimpleType |
[attribute(*)]sequencetype |
== |
attribute * of type xs:anySimpleType |
An "attribute" SequenceType with a wildcard and a type name is normalized into a wildcard attribute type with a corresponding type name.
[attribute(*,TypeName)]sequencetype |
== |
attribute * of type TypeName |
An "attribute" SequenceType with a name and a type name is normalized into an attribute type with a corresponding type name.
[attribute(AttributeName,TypeName)]sequencetype |
== |
attribute AttributeName of type TypeName |
A "schema-attribute" SequenceType with an attribute declaration is normalized into a reference to the corresponding global attribute declaration.
[schema-attribute(AttributeName)]sequencetype |
== |
attribute AttributeName |
A "document-node()" sequence types is normalized into the corresponding document type.
[document-node()]sequencetype |
== |
document { (element * of type xs:anyType | text | comment | processing-instruction)* } |
A "document-node" sequence type with an element test (resp. a schema element test) is normalized into the corresponding document type, whose content is the normalization of the element test (resp. schema element test), interleaved with an arbitrary sequence of processing instruction, comment, and text nodes.
[document-node(ElementTest)]sequencetype |
== |
document { [ElementTest]sequencetype & ( processing-instruction | comment ) *} |
[document-node(SchemaElementTest)]sequencetype |
== |
document { [SchemaElementTest]sequencetype & ( processing-instruction | comment ) *} |
A "processing-instruction()" SequenceType is normalized into the corresponding processing-instruction type.
[processing-instruction()]sequencetype |
== |
processing-instruction |
The [XPath/XQuery] type system does not model the target of a processing-instruction, which is treated as a dynamic property. Therefore a "processing-instruction" SequenceType with a string or NCName parameter is normalized into an optional processing-instruction type.
[processing-instruction(StringLiteral)]sequencetype |
== |
processing-instruction? |
[processing-instruction(NCName)]sequencetype |
== |
processing-instruction? |
A "comment()" SequenceType is normalized into the corresponding comment type.
[comment()]sequencetype |
== |
comment |
A "text()" SequenceType is normalized into the corresponding text type.
[text()]sequencetype |
== |
text |
The "node()" SequenceType denotes any node. It is normalized into a choice between the corresponding wildcard types for each kind of node.
[node()]sequencetype |
== |
(element * of type xs:anyType | attribute * of type xs:anySimpleType | text | document { (element * of type xs:anyType | text | comment | processing-instruction)* } | comment | processing-instruction) |
The "item()" SequenceType denotes any node or atomic value. It is normalized into a choice between the corresponding wildcard types for each kind of nodes or atomic values.
[item()]sequencetype |
== |
(element * of type xs:anyType | attribute * of type xs:anySimpleType | text | document { (element * of type xs:anyType | text | comment | processing-instruction)* } | comment | processing-instruction | xdt:anyAtomicType ) |
[151 (XQuery)] | CommentXQ |
::= | "(:" (CommentContents | Comment)* ":)" |
[159 (XQuery)] | CommentContentsXQ |
::= | (Char+ - (Char* ('(:' | ':)') Char*)) |
Comments are lexical constructs only, and have no effect on the meaning of the query, and therefore do not have any formal semantics.
The following terminals are defined by XML.
[152 (XQuery)] | PITargetXQ |
::= | [http://www.w3.org/TR/REC-xml#NT-PITarget]XML |
[153 (XQuery)] | CharRefXQ |
::= | [http://www.w3.org/TR/REC-xml#NT-CharRef]XML |
[154 (XQuery)] | QNameXQ |
::= | [http://www.w3.org/TR/REC-xml-names/#NT-QName]Names |
[155 (XQuery)] | NCNameXQ |
::= | [http://www.w3.org/TR/REC-xml-names/#NT-NCName]Names |
[156 (XQuery)] | SXQ |
::= | [http://www.w3.org/TR/REC-xml#NT-S]XML |
[157 (XQuery)] | CharXQ |
::= | [http://www.w3.org/TR/REC-xml#NT-Char]XML |
This section gives the semantics of all the [XPath/XQuery] expressions. The organization of this section parallels the organization of Section 3 ExpressionsXQ.
[31 (XQuery)] | ExprXQ |
::= | ExprSingle ("," ExprSingle)* |
[32 (XQuery)] | ExprSingleXQ |
::= | FLWORExpr |
[1 (XPath)] | XPathXP |
::= | Expr |
For each expression, a short description and the relevant grammar productions are given. The semantics of an expression includes the normalization, static analysis, and dynamic evaluation phases. Recall that normalization rules translate [XPath/XQuery] syntax into Core syntax. In the sections that contain normalization rules, the Core grammar productions into which the expression is normalized are also provided. After normalization, sections on static type inference and dynamic evaluation define the static type and dynamic value for the Core expression.
Core Grammar
The Core grammar productions for expressions are:
[30 (Core)] | Expr |
::= | ExprSingle ("," ExprSingle)* |
[31 (Core)] | ExprSingle |
::= | FLWORExpr |
It is a static type error for any expression to have the empty type, except for the following expressions and functions:
Empty parenthesis ()
, which denote the empty sequence.
The fn:data
function and all functions in the fs namespace applied to empty parenthesis()
.
Any function which returns the empty type.
The reason for those exception is that they are typically part of the result of normalizing a larger user-level expression and are used to capture the semantics of the user-level expression when applied to the empty sequence.
The rule below enforces the above constraints. It is a static type error, if the following conditions hold for a given expression Expr.
|
||||
|
||||
|
In general, static type errors are raised whenever there is no static type inference rules which can compute the type of a given expression. This is the reason for the absence of a formal post-condition in this rules. There is indeed a rule that infers the type for expression Expr, however the inferred type is empty and still a static type error must be raised.
Example
The above rule is useful in catching common mistakes, such as the misspelling of an element or attribute name or referencing of an element or attribute that does not exist. For instance, the following path expression
$x/title
raises a static type error if the type of variable $x
does not include any title
children elements.
Primary expressions are the basic primitives of the language. They include literals, variables, function calls, and the parenthesized expressions.
[84 (XQuery)] | PrimaryExprXQ |
::= | Literal | VarRef | ParenthesizedExpr | ContextItemExpr | FunctionCall | OrderedExpr | UnorderedExpr | Constructor |
Core Grammar
The Core grammar production for primary expressions is:
[63 (Core)] | PrimaryExpr |
::= | Literal | VarRef | ParenthesizedExpr | FunctionCall | Constructor |
Introduction
A literal is a direct syntactic representation of an atomic value. [XPath/XQuery] supports two kinds of literals: string literals and numeric literals.
[85 (XQuery)] | LiteralXQ |
::= | NumericLiteral | StringLiteral |
[86 (XQuery)] | NumericLiteralXQ |
::= | IntegerLiteral | DecimalLiteral | DoubleLiteral |
[141 (XQuery)] | IntegerLiteralXQ |
::= | Digits |
[142 (XQuery)] | DecimalLiteralXQ |
::= | ("." Digits) | (Digits "." [0-9]*) |
[143 (XQuery)] | DoubleLiteralXQ |
::= | (("." Digits) | (Digits ("." [0-9]*)?)) [eE] [+-]? Digits |
[144 (XQuery)] | StringLiteralXQ |
::= | ('"' (PredefinedEntityRef | CharRef | EscapeQuot | [^"&])* '"') | ("'" (PredefinedEntityRef | CharRef | EscapeApos | [^'&])* "'") |
[140 (XQuery)] | URILiteralXQ |
::= | StringLiteral |
[145 (XQuery)] | PredefinedEntityRefXQ |
::= | "&" ("lt" | "gt" | "amp" | "quot" | "apos") ";" |
[158 (XQuery)] | DigitsXQ |
::= | [0-9]+ |
Core Grammar
The Core grammar productions for literals are:
[64 (Core)] | Literal |
::= | NumericLiteral | StringLiteral |
[65 (Core)] | NumericLiteral |
::= | IntegerLiteral | DecimalLiteral | DoubleLiteral |
[105 (Core)] | IntegerLiteral |
::= | Digits |
[106 (Core)] | DecimalLiteral |
::= | ("." Digits) | (Digits "." [0-9]*) |
[107 (Core)] | DoubleLiteral |
::= | (("." Digits) | (Digits ("." [0-9]*)?)) [eE] [+-]? Digits |
[108 (Core)] | StringLiteral |
::= | ('"' (EscapeQuot | [^"])* '"') | ("'" (EscapeApos | [^'])* "'") |
[119 (Core)] | Digits |
::= | [0-9]+ |
Notation
To define the dynamic semantics of literals, we introduce the following auxiliary judgments.
The judgment
Holds if the literal expression LiteralExpr corresponds to the value AtomicValue. This judgment yields an atomic value, according to the rules described in [XQuery 1.0: An XML Query Language]. Notably, this judgment deals with handling of literal overflows for numeric literals, and handling of character references, and predefined entity references for string literals.
Literals are left unchanged through normalization.
[IntegerLiteral]Expr |
== |
IntegerLiteral |
[DecimalLiteral]PrologDecl |
== |
DecimalLiteral |
[DoubleLiteral]Expr |
== |
DoubleLiteral |
[StringLiteral]Expr |
== |
StringLiteral |
In the static semantics, the type of an integer literal is simply xs:integer:
In the dynamic semantics, an integer literal is evaluated by constructing an atomic value in the data model, which consists of the literal value and its type:
|
||
|
||
|
The formal definitions of decimal, double, and string literals are analogous to those for integer.
|
||
|
||
|
|
||
|
||
|
|
||
|
||
|
Introduction
A variable evaluates to the value to which the variable's QName is bound in the dynamic context.
[87 (XQuery)] | VarRefXQ |
::= | "$" VarName |
[88 (XQuery)] | VarNameXQ |
::= | QName |
Core Grammar
The Core grammar productions for variable references are:
[66 (Core)] | VarRef |
::= | "$" VarName |
[67 (Core)] | VarName |
::= | QName |
Variable references are left unchanged through normalization.
In the static semantics, the type of a variable is simply its type in the static environment statEnv.varType:
|
|||
|
|||
|
If the variable is not bound in the static environment, a static type error is raised.
In the dynamic semantics, a locally declared variable is evaluated by "looking up" its value in dynEnv.varValue:
|
|||
|
|||
|
In the dynamic semantics, a reference to a variable imported from a module is evaluated by accessing the dynamic context of the module in which the variable is declared.
|
|||||
|
|||||
|
[89 (XQuery)] | ParenthesizedExprXQ |
::= | "(" Expr? ")" |
Core Grammar
The Core grammar production for parenthesized expressions is:
[68 (Core)] | ParenthesizedExpr |
::= | "(" Expr? ")" |
Empty parenthesis ()
always have the empty type. Remember that it is a static type error for most expressions other than ()
to have the empty type (see [4 Expressions] for the complete rule.)
Empty parenthesis ()
evaluate to the empty sequence.
[90 (XQuery)] | ContextItemExprXQ |
::= | "." |
Introduction
A context item expression evaluates to the context item, which may be either a node or an atomic value.
A context item expression is normalized to the built-in variable $
fs:dot
. Because it can only be bound through the external context or a path expression, there is no need for a specific typing rule to enforce that its value is a singleton item.
Introduction
A function call consists of a QName followed by a parenthesized list of zero or more expressions. In [XPath/XQuery], the actual argument to a function is called an argument and the formal argument of a function is called a parameter. We use the same terminology here.
[93 (XQuery)] | FunctionCallXQ |
::= | QName "(" (ExprSingle ("," ExprSingle)*)? ")" |
Because [XPath/XQuery] implicitly converts the values of function arguments, a normalization step is required.
Core Grammar
The Core grammar production for function calls is:
[71 (Core)] | FunctionCall |
::= | QName "(" (ExprSingle ("," ExprSingle)*)? ")" |
Notation
Normalization of function calls uses an auxiliary mapping []FunctionArgument(SequenceType) used to insert conversions of function arguments that depend only on the expected SequenceType of the corresponding parameters. It is defined as follows:
[Expr]FunctionArgument(SequenceType) |
== |
[[[Expr]Expr]AtomizeAtomic(SequenceType)]Convert(SequenceType) |
where
[Expr]AtomizeAtomic(SequenceType) denotes
fn:data (Expr) |
If [SequenceType]sequencetype <: xdt:anyAtomicType * |
|
Expr | Otherwise |
which specifies that if the function expects atomic parameters, then fn:data
is called to obtain them.
[Expr]Convert(SequenceType) denotes
fs:convert-simple-operand (Expr,PrototypicalValue) |
If [SequenceType]sequencetype <: xdt:anyAtomicType * |
Expr | Otherwise |
where PrototypicalValue is a built-in atomic value used to encode the expected atomic type (for instance the value 1.0
if the expected type is xs:decimal
). A value is used here since [XPath/XQuery] expressions cannot operate directly on types. Which value is chosen does not have any impact on the actual semantics, only its actual atomic type matters.
Note
The fs:convert-simple-operand
function takes a PrototypicalValue, which is a value of the target type, to ensure that conversion to base types is possible even though types are not first class objects in [XPath/XQuery].
Each argument expression in a function call is normalized to its corresponding Core expression by applying []FunctionArgument(SequenceType) for each argument with the expected SequenceType for the argument inserted.
[ QName (Expr1, ..., Exprn) ]Expr |
== |
QName ( [Expr1]FunctionArgument(SequenceType1), ..., [Exprn]FunctionArgument(SequenceTypen) ) |
Note that this normalization rule depends on the function signatures, which is used to get the types of the function parameters (SequenceType1,...,SequenceTypen). For user-defined functions, the function signature can be obtained from the XQuery prolog where the function is declared. For built-in functions, the signature is given in the [Functions and Operators] document. For overloaded built-in functions, several signatures may exists, however, because they all correspond to sequences of atomic values, they all result in the same normalization.
Different sets of static typing rules are used to type check function calls depending on which of the following categories the belong to: overloaded internal functions, built-in functions with a specific typing rule, and other built-in and user-defined functions.
The following rule is common to all those categories, and is used to bootstrap type inference, by first looking-up the expanded QName for the function, then applying the appropriate set of inference rule depending on the category in which the function is.
|
||||||
|
||||||
|
The following depends on the kind of function call.
If the expanded QName for the function corresponds to one of the overloaded internal fs: functions listed in [B.2 Mapping of Overloaded Internal Functions], the rules in [B.2 Mapping of Overloaded Internal Functions] are applied.
If the expanded QName for the function corresponds to one of the built-in functions with a specialized typing rule, listed in [7 Additional Semantics of Functions], the rules in [7 Additional Semantics of Functions] are applied.
Otherwise, the following general rule is applied.
The rule looks up the function in the static environment and checks that some signature for the function satisfies the following constraint: the type of each actual argument is a subtype of some type that can be promoted to the type of the corresponding function parameter. In this case, the function call is well typed and the result type is the return type specified in the function's signature.
|
|||||
|
|||||
|
The function body itself is not analyzed for each invocation: static typing of the function definition itself guarantees that the function body always returns a value of the declared return type.
Notice that the static context contains at most one function declaration for each function. This is possible since the treatment of overloaded operators is done through a set of specific rules which do not require access to the environment. See [B.2 Mapping of Overloaded Internal Functions].
Notation
The following auxiliary judgment
holds when applying the function with expanded QName expanded-QName, and parameters of type (Type1,...,Typen) on the values (Value1,...,Valuen) yields the value Value.
That judgment is defined below for each kind of function (user-defined, built-in, external, and imported functions).
The following rule applies to all the different kinds of functions using the previously defined judgment.
|
||||||||||||
|
||||||||||||
|
First the function name is expanded, and the expanded name is used to retrieve the function signature from the static environment. Then, the rule evaluates each function argument expression, and the resulting values are promoted according to the expected type for the function. The result of evaluating the function is obtained through the auxiliary judgment previously defined, and the resulting value is promoted according to the expected return type.
In case the function is a user defined function in a main module, the expression body is retrieved from the dynamic environment and used to compute the value of the function. The rule extends dynEnv.varValue by binding each formal variable to its corresponding value, and evaluates the body of the function in the new environment. The resulting value is the value of the function call.
|
||||
|
||||
|
Note that the function body is evaluated in the dynamic environment containing the main module declarations.
The rule for evaluating an function imported from a module is similar to that for evaluating a user-defined function in a main module, except that the function call is evaluated in the dynamic context of the module in which it is declared, and that the appropriate additional type matching must be performed.
|
|||||||||||
|
|||||||||||
|
If the function is a built-in function (resp. special formal semantics function), the value returned by the function is the one specified in [Functions and Operators] (resp. [7 Additional Semantics of Functions]).
|
|||
|
|||
|
If the function is an external function, the value returned by the function is implementation-defined.
|
|||
|
|||
|
Introduction
Path expressions are used to locate nodes within a tree. There are two kinds of path expressions, absolute path expressions and relative path expressions. An absolute path expression is a rooted relative path expression. A relative path expression is composed of a sequence of steps.
[68 (XQuery)] | PathExprXQ |
::= | ("/" RelativePathExpr?) |
[69 (XQuery)] | RelativePathExprXQ |
::= | StepExpr (("/" | "//") StepExpr)* |
Core Grammar
PathExpr and RelativePathExpr are fully normalized, therefore they have no corresponding productions in the Core. The grammar for path expressions in the Core starts with the StepExpr production.
Absolute path expressions are path expressions starting with the /
or //
symbols, indicating that the expression must be applied on the root node in the current context. The root node in the current context is the greatest ancestor of the context node. The following two rules normalize absolute path expressions to relative ones. They use the fn:root
function, which returns the greatest ancestor of its argument node. The treat expressions guarantee that the value
bound to the context variable $
fs:dot
is a document node.
[/]Expr |
== |
(fn:root (self::node()) treat as document-node()) |
[/ RelativePathExpr]Expr |
== |
[((fn:root (self::node())) treat as document-node()) / RelativePathExpr]Expr |
[// RelativePathExpr]Expr |
== |
[((fn:root (self::node())) treat as document-node) / descendant-or-self::node() / RelativePathExpr]Expr |
[ StepExpr // RelativePathExpr ]Expr |
== |
[StepExpr / descendant-or-self::node() / RelativePathExpr]Expr |
A composite relative path expression (using /
) is normalized into a for
expression by concatenating the sequences obtained by mapping each node of the left-hand side in document order to the sequence it generates on the right-hand side. The call to the fs:distinct-doc-order
function ensures that the result is in document order without duplicates. The dynamic context is defined by binding the
$
fs:dot
, $
fs:sequence
, $
fs:position
and $
fs:last
variables.
Note that sorting by document order enforces the restriction that input and output sequences contains only nodes, and that the last step in a path expression may actually return atomic values.
[StepExpr / RelativePathExpr]Expr | |||||||
== | |||||||
|
Note that this section uses some auxiliary judgments which are defined in [8.2 Judgments for step expressions and filtering].
Introduction
[70 (XQuery)] | StepExprXQ |
::= | FilterExpr | AxisStep |
[71 (XQuery)] | AxisStepXQ |
::= | (ReverseStep | ForwardStep) PredicateList |
[72 (XQuery)] | ForwardStepXQ |
::= | (ForwardAxis NodeTest) | AbbrevForwardStep |
[75 (XQuery)] | ReverseStepXQ |
::= | (ReverseAxis NodeTest) | AbbrevReverseStep |
[82 (XQuery)] | PredicateListXQ |
::= | Predicate* |
Core Grammar
The Core grammar productions for XPath steps are:
[54 (Core)] | StepExpr |
::= | PrimaryExpr | AxisStep |
[55 (Core)] | AxisStep |
::= | ReverseStep | ForwardStep |
[56 (Core)] | ForwardStep |
::= | ForwardAxis NodeTest |
[58 (Core)] | ReverseStep |
::= | ReverseAxis NodeTest |
Note
Step expressions can be followed by predicates. Normalization of predicates uses the following auxiliary mapping rule: []Predicates, which is specified in [4.2.2 Predicates]. Normalization for step expressions also uses the following auxiliary mapping rule: []Axis, which is specified in [4.2.1.1 Axes].
Normalization of predicates need to distinguish between forward steps, reverse steps, and primary expressions.
As explained in the [XPath/XQuery] document, applying a step in XPath changes the focus (or context). The change of focus is made explicit by the normalization rule below, which binds the variable $
fs:dot
to the node currently being processed, and the variable $
fs:position
to the position (i.e., the position within the input sequence) of that node.
There are two sets of normalization rules for Predicates. The first set of rules apply when the predicate is a numeric literal or the expression last()
. The second set of rules apply to all predicate expressions other than numeric literals and the expression last()
. In the first case, the normalization rules provides a more precise static type than if the general rules were applied.
When the predicate expression is a numeric literal or the fn:last
function, the following normalization rules apply.
[ForwardStep PredicateList [ NumericLiteral ]]Expr | ||
== | ||
|
[ForwardStep PredicateList [ fn:last () ]]Expr |
|||
== | |||
|
When predicates are applied on a reverse step, the position variable is bound in reverse document order.
[ReverseStep PredicateList [ NumericLiteral ]]Expr | ||||
== | ||||
|
When the step is a reverse axis, then the last item in the context sequence is the first in document order.
[ReverseStep PredicateList [ fn:last () ]]Expr |
||
== | ||
|
The normalization rules above all use the function fn:subsequence
to select a particular item. The static typing rules for this function are defined in [7.2.13 The fn:subsequence function].
When predicates are applied on a forward step, the input sequence is first sorted in document order and duplicates are removed. The context is changed by binding the $
fs:dot
variable to each node in document order.
[ForwardStep PredicateList [ Expr ]]Expr | ||||
== | ||||
|
When predicates are applied on a reverse step, the input sequence is first sorted in document order and duplicates are removed. The context is changed by binding the $
fs:dot
variable to each node in document order.
[ReverseStep PredicateList [ Expr ]]Expr | |||||
== | |||||
|
Finally, a stand-alone forward or reverse step is normalized by the auxiliary normalization rule for Axis.
[ForwardStep]Expr |
== |
fs:apply-ordering-mode ([ForwardStep]Axis) |
[ReverseStep]Expr |
== |
fs:apply-ordering-mode ([ReverseStep]Axis) |
The static semantics of an Axis NodeTest pair is obtained by retrieving the type of the context node, and applying the two filters (the Axis, and then the NodeTest with a PrincipalNodeKind) on the result.
|
||||||
|
||||||
statEnv |- Axis NodeTest : Type3 |
Note
Note that the second judgment in the inference rule requires that the context item be a node, guaranteeing that a type error is raised when the context item is an atomic value.
The dynamic semantics of an Axis NodeTest pair is obtained by retrieving the context node, and applying the two filters (Axis, then NodeTest) on the result. The application of each filter is expressed through the filter judgment as follows.
|
||||||
|
||||||
dynEnv |- Axis NodeTest => fs:distinct-doc-order (Value3) |
Note
Note that the second judgment in the inference rule guarantees that the context item is bound to a node.
Introduction
The XQuery grammar for forward and reverse axis is as follows.
[73 (XQuery)] | ForwardAxisXQ |
::= | ("child" "::") |
[76 (XQuery)] | ReverseAxisXQ |
::= | ("parent" "::") |
In the case of XPath, forward axis also contain the namespace::
axis.
[30 (XPath)] | ForwardAxisXP |
::= | ("child" "::") |
Core Grammar
The Core grammar productions for XPath axis are:
[57 (Core)] | ForwardAxis |
::= | ("child" "::") |
[59 (Core)] | ReverseAxis |
::= | ("parent" "::") |
Notation
The normalization of axes uses the following auxiliary mapping rule: []Axis.
The normalization for all axes is specified as follows.
The semantics of the following(-sibling) and preceding(-sibling) axes are expressed by mapping them to Core expressions. All other axes are part of the Core and therefore are left unchanged through normalization.
[following-sibling:: NodeTest]Axis |
== |
[let $e := . return $e/parent::node()/child:: NodeTest [.>>$e]]Expr |
[following:: NodeTest]Axis |
== |
[ancestor-or-self::node()/following-sibling::node()/descendant-or-self:: NodeTest]Expr |
All other forward axes are part of the Core [XPath/XQuery] and handled by the normalization rules below:
[child:: NodeTest]Axis |
== |
child:: NodeTest |
[attribute:: NodeTest]Axis |
== |
attribute:: NodeTest |
[self:: NodeTest]Axis |
== |
self:: NodeTest |
[descendant:: NodeTest]Axis |
== |
descendant:: NodeTest |
[descendant-or-self:: NodeTest]Axis |
== |
descendant-or-self:: NodeTest |
[namespace:: NodeTest]Axis |
== |
namespace:: NodeTest |
Reverse axes:
[preceding-sibling:: NodeTest]Axis |
== |
[let $e := . return $e/parent::node()/child:: NodeTest [.<<$e]]Expr |
[preceding:: NodeTest]Axis |
== |
[ancestor-or-self::node()/preceding-sibling::node()/descendant-or-self:: NodeTest]Expr |
All other reverse axes are part of the Core [XPath/XQuery] and handled by the normalization rules below:
[parent:: NodeTest]Axis |
== |
parent:: NodeTest |
[ancestor:: NodeTest]Axis |
== |
ancestor:: NodeTest |
[ancestor-or-self:: NodeTest]Axis |
== |
ancestor-or-self:: NodeTest |
Introduction
A node test is a condition applied on the nodes selected by an axis step. Node tests are described by the following grammar productions.
[78 (XQuery)] | NodeTestXQ |
::= | KindTest | NameTest |
[79 (XQuery)] | NameTestXQ |
::= | QName | Wildcard |
[80 (XQuery)] | WildcardXQ |
::= | "*" |
Core Grammar
The Core grammar productions for node tests are:
[60 (Core)] | NodeTest |
::= | KindTest | NameTest |
[61 (Core)] | NameTest |
::= | QName | Wildcard |
[62 (Core)] | Wildcard |
::= | "*" |
Notation
For convenience, we will use the grammar non-terminals Prefix, and LocalPart, both of which are NCNames, in some of the inference rules. They are defined by the following grammar productions.
[18 (Formal)] | Prefix |
::= | NCName |
[19 (Formal)] | LocalPart |
::= | NCName |
Introduction
A predicate consists of an expression, called a predicate expression, enclosed in square brackets.
[83 (XQuery)] | PredicateXQ |
::= | "[" Expr "]" |
Notation
Normalization of predicates uses the following auxiliary mapping rule: []Predicates.
Predicates in path expressions are normalized with a special mapping rule:
[Expr]Predicates | |||
== | |||
|
Note that the semantics of predicates whose input expression returns a numeric value also work if that value is not an integer. In those cases the op:numeric-equal
returns false when compared to a position. For example the expression //a[3.4]
returns the empty sequence)
The corresponding Section in the [XPath/XQuery] document just contains examples.
[74 (XQuery)] | AbbrevForwardStepXQ |
::= | "@"? NodeTest |
[77 (XQuery)] | AbbrevReverseStepXQ |
::= | ".." |
Here are normalization rules for the abbreviated syntax.
[ @ NameTest ]Expr |
== |
attribute :: NameTest |
Introduction
[XPath/XQuery] supports operators to construct and combine sequences. A sequence is an ordered collection of zero or more items. An item is either an atomic value or a node.
[31 (XQuery)] | ExprXQ |
::= | ExprSingle ("," ExprSingle)* |
[49 (XQuery)] | RangeExprXQ |
::= | AdditiveExpr ( "to" AdditiveExpr )? |
Core Grammar
The Core grammar production for sequence expressions is:
[30 (Core)] | Expr |
::= | ExprSingle ("," ExprSingle)* |
A sequence expression is normalized into a sequence of normalized single expressions:
The type of the sequence expression is the sequence over the types of the individual expressions.
Each expression in the sequence is evaluated and the resulting values are concatenated into one sequence.
The range operator is normalized to the fs:to
function.
The static semantics of the fs:to
function is defined in [Functions and Operators].
The dynamic semantics of the op:to operator is defined in [Functions and Operators].
Introduction
[81 (XQuery)] | FilterExprXQ |
::= | PrimaryExpr PredicateList |
Core Grammar
There are no Core grammar productions for filter expressions as they are normalized to other Core expressions.
When a predicate with a numeric literal or the last()
expression is applied on a primary expression, it is normalized using the fn:subsequence
function. This results in a more precise static type for those cases.
[PrimaryExpr PredicateList [ NumericLiteral ]]Expr | ||
== | ||
|
[PrimaryExpr PredicateList [ last() ]]Expr | ||
== | ||
|
In the general case, when a predicate is applied on a primary expression, it is normalized to a FLWOR expression as follows. The input sequence is processed in sequence order and the context item is bound to each item in the input sequence.
[PrimaryExpr PredicateList [ Expr ]]Expr | ||||
== | ||||
|
There are no additional static type rules for filter expressions.
There are no additional dynamic evaluation rules for filter expressions.
[XPath/XQuery] provides several operators for combining sequences of nodes.
[52 (XQuery)] | UnionExprXQ |
::= | IntersectExceptExpr ( ("union" | "|") IntersectExceptExpr )* |
[53 (XQuery)] | IntersectExceptExprXQ |
::= | InstanceofExpr ( ("intersect" | "except") InstanceofExpr )* |
Notation
The union, intersect, and except expressions are normalized into function calls to the appropriate functions. The mapping function []SequenceOp is defined by the following table:
SequenceOp | [SequenceOp]SequenceOp |
"union" | op:union |
"|" | op:union |
"intersect" | op:intersect |
"except" | op:except |
Operators for combining node sequences are normalized as follows.
[Expr1 SequenceOp Expr2]Expr |
== |
fs:apply-ordering-mode ([SequenceOp]SequenceOp ( [Expr1]Expr, [Expr2]Expr )) |
The static semantics of the operators that combine sequences are defined in [7.2.14 The op:union, op:intersect, and op:except operators].
The dynamic semantics for function calls is given in [4.1.5 Function Calls].
[XPath/XQuery] provides arithmetic operators for addition, subtraction, multiplication, division, and modulus, in their usual binary and unary forms.
[50 (XQuery)] | AdditiveExprXQ |
::= | MultiplicativeExpr ( ("+" | "-") MultiplicativeExpr )* |
[51 (XQuery)] | MultiplicativeExprXQ |
::= | UnionExpr ( ("*" | "div" | "idiv" | "mod") UnionExpr )* |
[58 (XQuery)] | UnaryExprXQ |
::= | ("-" | "+")* ValueExpr |
[59 (XQuery)] | ValueExprXQ |
::= | ValidateExpr | PathExpr | ExtensionExpr |
Core Grammar
The Core grammar production for arithmetic expressions is:
[48 (Core)] | ValueExpr |
::= | ValidateExpr | StepExpr | ExtensionExpr |
Notation
The mapping functions []ArithOp and UnaryArithOp are defined by the following tables:
ArithOp | [ArithOp]ArithOp |
"+" | fs:plus |
"-" | fs:minus |
"*" | fs:times |
"div" | fs:div |
"mod" | fs:mod |
UnaryArithOp | [UnaryArithOp]UnaryArithOp |
"+" | fs:unary-plus |
"-" | fs:unary-minus |
Core Grammar
There are no Core grammar productions for arithmetic expressions as they are normalized to other Core expressions.
The normalization rules for all the arithmetic operators except idiv
first atomize each argument by applying fn:data
and then apply the internal function fs:convert-operand
to each argument. If the first argument to this function has type xdt:untypedAtomic
, then the first argument is cast to a double, otherwise it is returned unchanged. The overloaded internal function
corresponding to the arithmetic operator is then applied to the two converted arguments. The table above maps the operators to the corresponding internal function. The mapping from the overloaded internal functions to the corresponding non-overloaded function is given in [B.2 Mapping of Overloaded Internal Functions].
[Expr1 ArithOp Expr2]Expr | ||||
== | ||||
|
The normalization rules for the idiv
operator are similar, but instead of casting arguments with type xdt:untypedAtomic
to xs:double
, they are cast to xs:integer
.
[Expr1 idiv Expr2]Expr |
||||
== | ||||
|
The unary operators are mapped similarly.
[+ Expr]Expr |
== |
fs:unary-plus (fs:convert-operand (fn:data (([Expr]Expr)), 1.0E0)) |
[- Expr]Expr |
== |
fs:unary-minus (0, fs:convert-operand (fn:data (([Expr]Expr)), 1.0E0)) |
The static semantics for function calls is given in [4.1.5 Function Calls].
The dynamic semantics for function calls is given in [4.1.5 Function Calls].
Introduction
Comparison expressions allow two values to be compared. [XPath/XQuery] provides three kinds of comparison expressions, called value comparisons, general comparisons, and node comparisons.
[48 (XQuery)] | ComparisonExprXQ |
::= | RangeExpr ( (ValueComp |
[61 (XQuery)] | ValueCompXQ |
::= | "eq" | "ne" | "lt" | "le" | "gt" | "ge" |
[60 (XQuery)] | GeneralCompXQ |
::= | "=" | "!=" | "<" | "<=" | ">" | ">=" |
[62 (XQuery)] | NodeCompXQ |
::= | "is" | "<<" | ">>" |
Notation
The mapping function []ValueOp is defined by the following table:
ValueOp | [ValueOp]ValueOp |
"eq " |
fs:eq |
"ne " |
fs:ne |
"lt " |
fs:lt |
"le " |
fs:le |
"gt " |
fs:gt |
"ge " |
fs:ge |
Core Grammar
There are no Core grammar productions for value comparisons as they are normalized to other Core expressions.
The normalization rules for the value comparison operators first atomize each argument by applying fn:data
and then apply the internal function fs:convert-operand
defined in [7.1.1 The fs:convert-operand function]. If the first argument to this function has type xdt:untypedAtomic
, then the first argument is cast to a string, otherwise it is
returned unchanged. The overloaded internal function corresponding to the value comparison operator is then applied to the two converted arguments. The table above maps the value operators to the corresponding internal function. The mapping from the overloaded internal functions to the corresponding non-overloaded function is given in [B.2 Mapping of Overloaded Internal Functions].
[Expr1 ValueOp Expr2]Expr | ||||
== | ||||
|
The static semantics for function calls is given in [4.1.5 Function Calls]. The comparison functions all have return type xs:boolean
, as specified in [Functions and Operators].
The dynamic semantics for function calls is given in [4.1.5 Function Calls].
Introduction
General comparisons are defined by adding existential semantics to value comparisons. The operands of a general comparison may be sequences of any length. The result of a general comparison is always true
or false
.
Notation
For convenience, GeneralOp denotes the operators "=
", "!=
", "<
", "<=
", ">
", or ">=
".
The function []GeneralOp is defined by the following table:
GeneralOp | [GeneralOp]GeneralOp |
"= " |
fs:eq |
"!= " |
fs:ne |
"< " |
fs:lt |
"<= " |
fs:le |
"> " |
fs:gt |
">= " |
fs:ge |
Core Grammar
There are no Core grammar productions for general comparisons as they are normalized to existentially quantified Core expressions.
The normalization rule for a general comparison expression first atomizes each argument by applying fn:data
and then applies the existentially quantified some expression to each sequence. The internal function fs:convert-operand
is applied to each pair of atomic values. If the first argument to this function has type xdt:untypedAtomic
, then the first argument is cast to type of the
second argument. If the second argument has type xdt:untypedAtomic
, the first argument is cast to a string. The overloaded internal function corresponding to the general comparison operator is then applied to the two converted values.
[Expr1 GeneralOp Expr2]Expr | |||||
== | |||||
|
Core Grammar
There are no Core grammar productions for node comparisons as they are normalized to other Core expressions.
The normalization rules for node comparisons map each argument expression and then apply the internal function corresponding to the node comparison operator. The internal function are defined in [B.2 Mapping of Overloaded Internal Functions].
The static semantics for the internal functions are defined in [B.2 Mapping of Overloaded Internal Functions].
The dynamic semantics for internal function is defined in [B.2 Mapping of Overloaded Internal Functions].
Introduction
A logical expression is either an and-expression or an or-expression. The value of a logical expression is always one of the boolean values: true
or false
.
[46 (XQuery)] | OrExprXQ |
::= | AndExpr ( "or" AndExpr )* |
[47 (XQuery)] | AndExprXQ |
::= | ComparisonExpr ( "and" ComparisonExpr )* |
Core Grammar
The Core grammar productions for logical expressions are:
[44 (Core)] | OrExpr |
::= | AndExpr ( "or" AndExpr )* |
[45 (Core)] | AndExpr |
::= | CastableExpr ( "and" CastableExpr )* |
The normalization rules for "and
" and "or
" first get the effective boolean value of each argument, then apply the appropriate Core operator.
The logical expressions require that each subexpression have type xs:boolean
. The result type is also xs:boolean
.
The dynamic semantics of logical expressions is non-deterministic. This non-determinism permits implementations to use short-circuit evaluation strategies when evaluating logical expressions. In the expression, Expr1 and
Expr2, if either expression raises an error or evaluates to false, the entire expression may raise an error or evaluate to false. In the expression, Expr1 or
Expr2, if either expression raises an error or evaluates to true, the entire expression may raise an error or evaluate to true.
[XPath/XQuery] supports two forms of constructors. Direct constructors support literal XML syntax for elements, attributes, text nodes, processing-instructions and comments. Computed constructors can be used to construct elements, attributes, text nodes, processing-instructions, comments, and document nodes. All direct constructors are normalized into computed constructors, i.e., there are no direct-constructor expressions in the Core.
Introduction
The static and dynamic semantics of the direct forms of element and attribute constructors are specified on the equivalent computed element and attribute constructors.
Notation
The auxiliary mapping rules []ElementContent, and []ElementContent-unit are defined in this section and are used for the normalization of the content of direct element constructors.
Core Grammar
The Core grammar productions for constructors are:
[72 (Core)] | Constructor |
::= | ComputedConstructor |
[73 (Core)] | ComputedConstructor |
::= | CompDocConstructor |
[28 (Core)] | EnclosedExpr |
::= | "{" Expr "}" |
There are no Core grammar productions for direct XML element or attribute constructors as they are normalized to computed constructors.
We start with the rules for normalizing a direct element constructors' content. Literal XML character data (CDATA) is assumed to be processed directly at parsing level so it does not require any formal treatment. We distinguish between direct element constructors that contain only one element-content unit and those that contain more than one element-content unit. An element-content unit is a contiguous sequence of literal characters (character references, escaped braces, and predefined entity references), one enclosed expression, one direct element constructor, one XML comment, or one XML processing instruction. Here are three direct element constructors that each contain one element-content unit:
<date>{ xs:date("2003-03-18") }</date> <name>Dizzy Gillespe</name> <comment><!-- Just a comment --></comment>
The first contains one enclosed expression, the second contains one contiguous sequence of characters, and the third contains one XML comment.
After boundary-space is stripped, the next example contains six element-content units:
<address> <!-- Dizzy's address --> { 123 }-0A <street>Roosevelt Ave.</street> Flushing, NY { 11368 } </address>
It contains one XML comment, followed by one enclosed expression that contains the integer 123, one contiguous sequence of characters ("-0A "), one direct XML element constructor, one contiguous sequence of characters (" Flushing, NY "), and one enclosed expression that contains the integer 11368. Evaluation of that constructor will result in the following element.
<address><!-- Dizzy's address -->123-0A <street>Roosevelt Ave.</street> Flushing, NY 11368</address>
Adjacent element-content units are convenient because they permit arbitrary interleaving of text and atomic data. During evaluation, atomic values are converted to text nodes containing the string representations of the atomic values, and then adjacent text nodes are concatenated together. In the example above, the integer 123 is converted to a string and concatenated with "-0A" and the result is a single text node containing "123-0A".
In general, we do not want to convert all atomic values to text nodes, especially when performing static-type analysis, because we lose useful type information. For example, if we normalize the first example above as follows, we lose the important information that the user constructed a date value, not just a text node containing an arbitrary string:
<date>{ xs:date("2003-03-18") }</date> (normalization that loses type information) == element date { text { "2003-03-18" } }
To preserve useful type information, we distinguish between direct element constructors that contain one element-content unit and those that contain more than one (because multiple element-content units commonly denote concatenation of atomic data and text). Below are two examples of normalization for element constructors.
<date>{ xs:date("2003-03-18") }</date> == element date { xs:date("2003-03-18") } <address> <!-- Dizzy's address --> { 123 }-0A <street>Roosevelt Ave.</street> Flushing, NY { 11368 } </address> == element address { fs:item-sequence-to-node-sequence( comment { " Dizzy's address "}, 123, text { "-0A "}, element street {"Roosevelt Ave."}, text { " Flushing, NY " }, 11368 ) }
Notation
We introduce the following auxiliary grammar productions.
[92 (Formal)] | ElementContentUnit |
::= | DirectConstructor | EnclosedExpr | DirCharsUnit |
[93 (Formal)] | DirCharsUnit |
::= | (ElementContentChar | PredefinedEntityRef | CharRef | "{{" | "}}")+ |
Given the distinction between direct element constructors that we made above, we give two normalization rules for a direct element constructor's content. If the direct element constructor contains exactly one element-content unit, we simply normalize that unit by applying the normalization rule for the element content:
If the direct element constructor contains more than one element-content unit, we normalize each unit individually and construct a sequence of the normalized results interleaved with empty text nodes. The empty text nodes guarantee that the results of evaluating consecutive element-content units can be distinguished. Then we apply the function fs:item-sequence-to-node-sequence
. Section
3.7.1 Direct Element ConstructorsXQ specifies the rules for converting a sequence of atomic values and nodes into a sequence of nodes before element construction. The Formal Semantics function fs:item-sequence-to-node-sequence
implements these conversion rules.
[ElementContentUnit1 ..., ElementContentUnitn]ElementContent-unit, n > 1 |
== |
fs:item-sequence-to-node-sequence ([ ElementContentUnit1 ]ElementContent , text { "" }, ..., text { "" }, [ ElementContentUnitn]ElementContent) |
We need to distinguish between multiple element-content units, because the rule for converting sequences of atomic values into strings apply to sequences within distinct enclosed expressions. The empty text nodes are eliminated during evaluation of fs:item-sequence-to-node-sequence
when consecutive text nodes are coalesced into a single text node. The text node guarantees that a whitespace character will not be inserted between atomic values
computed by distinct enclosed expressions. For example, here is an expression, its normalization, and the resulting XML value:
<example>{ 1 }{ 2 }</example> == element example { fs:item-sequence-to-node-sequence ((1, text {""}, 2)) } ==> <example>12</example>
In the absence of the empty text node, the expression would evaluate to the following incorrect value:
<example>{ 1 }{ 2 }</example> (incorrect normalization) == element example { fs:item-sequence-to-node-sequence ((1, 2)) } (incorrect value) ==> <example>1 2</example>
Now that we have explained the normalization rules for direct element content, we give the rules for the two forms of direct XML element constructors. Note that the direct attribute constructors are normalized twice: the []NamespaceAttrs normalizes the namespace-declaration attributes and []Attribute normalizes all other attributes that are not namespace-declaration attributes.
[ < QName AttributeList > DirElemContent* </ QName S? > ]Expr |
== |
element QName { [ AttributeList ]NamespaceAttrs , [ AttributeList ]Attribute , [ DirElemContent* ]ElementContent } |
[ < QName AttributeList /> ]Expr |
== |
element QName { [ AttributeList ]NamespaceAttrs , [ AttributeList ]Attribute } |
Next, we give the normalization rules for each element-content unit. The normalization rule for a contiguous sequence of characters assumes:
that the significant whitespace characters in element constructors have been preserved, as described in [4.7.1.4 Whitespace in Element Content];
that character references have been resolved to individual characters and predefined entity references have been resolved to sequences of characters, and
that the rule is applied to the longest contiguous sequence of characters.
The following normalization rule takes the longest consecutive sequence of individual characters that include literal characters, escaped curly braces, character references, and predefined entity references and normalizes the character sequence as a text node containing the string of characters.
[DirCharsUnit]ElementContent |
== |
text { fn:codepoints-to-string (DirCharsUnit) } |
XML processing instructions and comments in element content are normalized by applying the standard normalization rules for expressions, which appear in [4.7.2 Other Direct Constructors].
[DirPIConstructor]ElementContent |
== |
[DirPIConstructor]Expr |
[DirCommentConstructor]ElementContent |
== |
[DirCommentConstructor]Expr |
An enclosed expression in element content is normalized by normalizing each individual expression in its expression sequence and then constructing a sequence of the normalized values:
[ { Expr1, ..., Exprn } ]ElementContent |
== |
[ Expr1 ]Expr , ..., [ Exprn]Expr |
There are no additional static type rules for direct XML element or attribute constructors.
There are no additional dynamic evaluation rules for direct XML element or attribute constructors.
Like literal XML element constructors, literal XML attribute constructors are normalized to computed attribute constructors.
Notation
The auxiliary mapping rules []Attribute, []AttributeContent, and []AttributeContent-unit, are defined in this section and are used for the normalization of the content of direct attribute constructors.
Direct attributes may contain namespace-declaration attributes. The normalization rules for attributes ignore namespace-declaration attributes -- they are handled by the normalization rules in [4.7.1.2 Namespace Declaration Attributes].
An AttributeList is normalized by the following rule, which maps each of the individual attribute-value expressions in the attribute list and constructs a sequence of the normalized values.
[
|
|||
== | |||
|
Namespace-declaration attributes, i.e., those attributes whose prefix is xmlns
are ignored by mapping them to the empty sequence.
|
||
== | ||
() |
All attributes that are not namespace-declaration attributes are mapped to computed attribute constructors.
|
||
== | ||
attribute [Prefix:LocalPart ]Expr { [AttributeValue]AttributeContent} |
As with literal XML elements, we need to distinguish between direct attribute constructors that contain one attribute-content unit and those that contain multiple attribute-content units, because the rule for converting sequences of atomic values into strings are applied to sequences within distinct enclosed expressions. If the direct attribute constructor contains exactly one attribute-content unit, we simply normalize that unit by applying the normalization rule for the attribute content:
[ AttributeValueContent1 ]AttributeContent-unit |
== |
[AttributeValueContent1]AttributeContent |
If the direct attribute constructor contains more than one attribute-content unit, we normalize each unit individually and construct a sequence of the normalized results interleaved with empty text nodes. The empty text nodes guarantee that the results of evaluating consecutive attribute-content units can be distinguished. Then we apply the function fs:item-sequence-to-untypedAtomic
, which applies the appropriate
conversion rules to the normalized attribute content:
[ AttributeValueContent1 ..., AttributeValueContentn ]AttributeContent-unit, n > 1 |
== |
fs:item-sequence-to-untypedAtomic (([ AttributeValueContent1 ]AttributeContent , text { "" }, ..., text {""}, [ AttributeValueContentn]AttributeContent)) |
Literal characters, escaped curly braces, character references, and predefined entity references in attribute content are treated as in element content. In addition, the normalization rule for characters in attributes assumes:
that an escaped single or double quote is converted to an individual single or double quote.
The following normalization rules take the longest consecutive sequence of individual characters that include literal characters, escaped curly braces, escaped quotes, character references, predefined entity references, and escaped single and double quotes and normalizes the character sequence as a string.
[( Char | CharRef | EscapeQuot | EscapeApos | PredefinedEntityRef ) +]AttributeContent |
== |
fn:codepoints-to-string (( Char | CharRef | EscapeQuot | EscapeApos | PredefinedEntityRef )+) |
We normalize an enclosed expression in attribute content by normalizing each individual expression in its expression sequence and then construct a sequence of the normalized values:
[ { Expr0, ..., Exprn } ]AttributeContent |
== |
([ Expr0 ]Expr , ..., [ Exprn]Expr) |
Notation
The auxiliary mapping rules []NamespaceAttr, and []NamespaceAttrs are defined in this section and are used for the normalization of namespace declaration attributes.
Direct attributes may contain namespace-declaration attributes. The normalization rules for namespace-declaration attributes ignore all non-namespace attributes -- they are handled by the normalization rules in [4.7.1.1 Attributes].
An AttributeList containing namespace-declaration attributes is normalized by the following rule, which maps each of the individual namespace-declaration attributes in the attribute list and constructs a sequence of the normalized namespace attribute values.
[
|
|||
== | |||
|
Attributes whose prefix is not xmlns
are ignored by mapping them to the empty sequence.
|
||
== | ||
() |
Namespace-declaration attributes are normalized to local namespace declarations (CompElemNamespace).
|
||
== | ||
namespace LocalPart { [AttributeValue]AttributeContent} |
The rules for normalizing element content are given above in [4.7.1 Direct Element Constructors].
Section 3.7.1.4 Boundary WhitespaceXQ describes how whitespace in element and attribute constructors is processed depending on the value of the xmlspace
declaration in the query prolog. the Formal Semantics assumes that the rules for handling whitespace are applied prior to normalization rules, for example, during parsing of a query. Therefore, there are no formal rules for handling whitespace.
[105 (XQuery)] | DirPIConstructorXQ |
::= | "<?" PITarget (S DirPIContents)? "?>" |
[106 (XQuery)] | DirPIContentsXQ |
::= | (Char* - (Char* '?>' Char*)) |
[103 (XQuery)] | DirCommentConstructorXQ |
::= | "<!--" DirCommentContents "-->" |
[104 (XQuery)] | DirCommentContentsXQ |
::= | ((Char - '-') | ('-' (Char - '-')))* |
A literal XML processing instruction is normalized into a computed processing-instruction constructor; its character content is converted to a string as in attribute content.
A literal XML comment is normalized into a computed comment constructor; its character content is converted to a string as in attribute content.
There are no additional static type rules for direct processing-instruction or comment constructors.
There are no additional dynamic evaluation rules for direct processing-instruction or comment constructors.
[109 (XQuery)] | ComputedConstructorXQ |
::= | CompDocConstructor |
Introduction
This section describes the semantics of computed element constructors. Remember that direct element constructors are normalized into computed element constructors. This document does not formally specify how namespaces are copied. The semantics of namespaces copying in element constructors can be found in [XQuery 1.0: An XML Query Language].
[111 (XQuery)] | CompElemConstructorXQ |
::= | "element" (QName | ("{" Expr "}")) "{" ContentExpr? "}" |
[112 (XQuery)] | ContentExprXQ |
::= | Expr |
Notation
Local namespace declarations may occur explicitly in a computed element constructor or may be the result of normalizing namespace-declaration attributes contained in direct element constructors. For local element declarations that occur explicitly in a query, the immediately enclosing expression of the local namespace declaration (CompElemNamespace) must be a computed element constructor; otherwise, as specified in [XPath/XQuery], a static error is raised.
Core Grammar
The Core grammar productions for computed element constructors are:
[75 (Core)] | CompElemConstructor |
::= | "element" (QName | ("{" Expr "}")) "{" ContentExpr "}" |
[76 (Core)] | ContentExpr |
::= | Expr |
If the content expression is missing, the computed element constructor is normalized as if its content expression was the empty sequence.
Computed element constructors using the fs:item-sequence-to-node-sequence
function over their content expression.
[element QName { Expr }]Expr |
== |
element QName { fs:item-sequence-to-node-sequence (([Expr]Expr)) } |
When the name of the element is also computed, the normalization rule applies atomization to the name expression.
[element { Expr1 } { Expr2 }]Expr |
== |
element { fn:data (([Expr1]Expr)) }{ fs:item-sequence-to-node-sequence (([Expr2]Expr)) } |
The normalization rules of direct element and attribute constructors leave us with only the computed forms of constructors. The static semantic for constructors is defined on all the computed forms. The computed element constructor itself has two forms: one in which the element name is a literal QName, and the other in which the element name is a computed expression.
A computed element constructor creates a new element with either the type annotationXQ xdt:untyped
(in strip construction mode), or with the type annotationXQ xs:anyType
(in preserve construction mode). The content expression must return a sequence of nodes with attribute nodes
at the beginning.
|
||||
|
||||
statEnv |- element QName { Expr } : element QName of type xs:anyType |
|
||||
|
||||
statEnv |- element QName { Expr } : element QName of type xdt:untyped |
In case the element name is computed as well, the name expression must be of type xs:QName
, xs:string
, or xdt:untypedAtomic
.
|
||||||
|
||||||
statEnv |- element { Expr1 } { Expr2 } : element of type xs:anyType |
|
||||||
|
||||||
statEnv |- element { Expr1 } { Expr2 } : element of type xdt:untyped |
The following rules take a computed element constructor expression and construct an element node. The dynamic semantics for computed element constructors is the most complex of all expressions in XQuery. Here is how to read the rule below.
First, the element's content expression is partitioned into the local namespace declarations and all other expressions, and the local namespace declarations are evaluated, yielding a sequence of namespace bindings. The static environment is extended to include the new namespace bindings, which are all active. In Section 3.7.1.2 Namespace Declaration AttributesXQ, it is implementation-defined whether undeclaration of namespace prefixes (by setting the namespace prefix to the zero-length string) in an element constructor is supported. In the dynamic semantics below, we assume all local namespace declarations declare a binding of a prefix to a URI.
Second, the function fs:item-sequence-to-node-sequence
is applied to the element's content expression (excluding local namespace declarations); this function call is evaluated in the new static and dynamic environment. Recall from [4.7.1 Direct Element Constructors] that during normalization, we do not convert the content of direct element constructors that contain one element-content unit. This
guarantees that useful type information is preserved for static analysis. Since the conversion function fs:item-sequence-to-node-sequence
was not applied to all element constructors during normalization, we have to apply it at evaluation time. (Obviously, it is possible to elide the application of fs:item-sequence-to-node-sequence
injected during normalization and the application injected during
evaluation.) The resulting value Value0 must match zero-or-more attributes followed by zero-or-more element, text, processing-instruction or comment nodes.
Third, The namespace bindings are concatenated with the list of active namespaces in the namespace environment statEnv.namespace and the namespaces corresponding to the element's name and all attributes names. The resulting sequence is the sequence of namespace bindings for the element.
|
|||||||||||
|
|||||||||||
statEnv; dynEnv |- element QName { Expr } => Value0 |
The dynamic evaluation of an element constructor with a computed name is similar. There is one additional rule that checks that the value of the element's name expression matches xs:QName
.
|
||||||||||||
|
||||||||||||
statEnv; dynEnv |- element { Expr1 } { Expr2 } => Value1 |
[113 (XQuery)] | CompAttrConstructorXQ |
::= | "attribute" (QName | ("{" Expr "}")) "{" Expr? "}" |
Core Grammar
The Core grammar production for computed attribute constructors is:
[77 (Core)] | CompAttrConstructor |
::= | "attribute" (QName | ("{" Expr "}")) "{" Expr "}" |
Computed attribute constructors are normalized by mapping their name and content expression in a similar way as computed element constructors. The normalization rule uses the fs:item-sequence-to-untypedAtomic
function.
[attribute QName { Expr }]Expr |
== |
attribute QName { fs:item-sequence-to-untypedAtomic (([Expr]Expr)) } |
[attribute { Expr1 } { Expr2 }]Expr |
== |
attribute { fn:data (([Expr1]Expr)) } { fs:item-sequence-to-untypedAtomic (([Expr2]Expr)) } |
The normalization rules for direct attribute constructors leave us with only the computed form of the attribute constructors. Like in a computed element constructor, a computed attribute constructor has two forms: one in which the attribute name is a literal QName, and the other in which the attribute name is a computed expression.
In the case of attribute constructors, the type annotationXQ is always xdt:untypedAtomic
.
|
|||
|
|||
statEnv |- attribute QName { Expr } : attribute QName of type xdt:untypedAtomic |
|
|||||
|
|||||
statEnv |- attribute { Expr1 } { Expr2 } : attribute of type xdt:untypedAtomic |
The following rules take a computed attribute constructor expression and construct an attribute node. The rules are similar to those rules for element constructors. First, the attribute's name is expanded into a qualified name. Second, the function fs:item-sequence-to-untypedAtomic
is applied to the content expression and this function call is evaluated in the dynamic environment. Recall from [4.7.3.2 Computed Attribute Constructors] that during normalization, we do not convert the content of direct attribute constructors that contain one attribute-content unit. This guarantees that useful type information is preserved for static analysis. Since the conversion function fs:item-sequence-to-untypedAtomic
was not applied to all attribute constructors during normalization, we have to apply it
at evaluation time. (As before, it is possible to elide the application of fs:item-sequence-to-untypedAtomic
injected during normalization and the application injected during evaluation.)
|
|||
|
|||
dynEnv |- attribute QName { Expr } => attribute expanded-QName of type xdt:untypedAtomic { Value } |
[110 (XQuery)] | CompDocConstructorXQ |
::= | "document" "{" Expr "}" |
Core Grammar
The Core grammar production for a computed document constructor is:
[74 (Core)] | CompDocConstructor |
::= | "document" "{" Expr "}" |
A document node constructor contains an expression, which must evaluate to a sequence of element, text, comment, or processing-instruction nodes. Section 3.7.3.3 Document Node ConstructorsXQ specifies the rules for converting a sequence of atomic values and nodes into a sequence of nodes before document construction. The built-in function [7.1.5 The fs:item-sequence-to-node-sequence function] implements this conversion.
[document { Expr }]Expr |
== |
document { fs:item-sequence-to-node-sequence (([Expr]Expr)) } |
The static semantics checks that the type of the argument expression is a sequence of element, text, processing-instruction, and comment nodes. The type of the entire expression is the most general document
type, because the document constructor erases all type annotationXQ on its content nodes.
|
|||
|
|||
statEnv |- document { Expr } : document { Type } |
The dynamic semantics checks that the argument expression evaluates to a value that is a sequence of element, text, processing-instruction, or comment nodes. The entire expression evaluates to a new document node value. If the construction mode is set to strip
, the type annotationXQ for all the nodes in content of a document node are erased.
[114 (XQuery)] | CompTextConstructorXQ |
::= | "text" "{" Expr "}" |
Core Grammar
The Core grammar production for a computed text constructor is:
[78 (Core)] | CompTextConstructor |
::= | "text" "{" Expr "}" |
A text node constructor contains an expression, which must evaluate to an xs:string
value. Section 3.7.3.4 Text Node ConstructorsXQ specifies the rules for converting a sequence of atomic values into a string prior to construction of a text node. Each node is replaced by its string value. For each adjacent sequence of one or more atomic values returned by an enclosed expression, a untyped atomic value is
constructed, containing the canonical lexical representation of all the atomic values, with a single blank character inserted between adjacent values. As formal specification of these conversion rules is not instructive, [7.1.6 The fs:item-sequence-to-untypedAtomic function] implements this conversion.
[text { Expr }]Expr |
== |
text { (fs:item-sequence-to-untypedAtomic-text (fn:data (([Expr]Expr)))) cast as xs:string ? } |
The static semantics checks that the argument expression has type xs:string
or empty
. The type of the entire expression is an optional text node type, as the text node constructor returns the empty sequence if its argument is the empty sequence.
If the argument expression returns the empty sequence, the text node constructor returns the empty sequence.
If the argument expression returns a value of type xs:string
, the text node constructor returns a text node with that string as content.
[116 (XQuery)] | CompPIConstructorXQ |
::= | "processing-instruction" (NCName | ("{" Expr "}")) "{" Expr? "}" |
Core Grammar
The Core grammar production for computed processing-instruction constructors is:
[80 (Core)] | CompPIConstructor |
::= | "processing-instruction" (NCName | ("{" Expr "}")) "{" Expr? "}" |
Computed processing-instruction constructors are normalized by mapping their name and content expression in the same way that computed element and attribute constructors are normalized.
[processing-instruction NCName { Expr }]Expr |
== |
processing-instruction NCName { fs:item-sequence-to-untypedAtomic-PI (([Expr]Expr)) } |
[processing-instruction { Expr1 } { Expr2 }]Expr |
== |
processing-instruction { fn:data (([Expr1]Expr)) } { fs:item-sequence-to-untypedAtomic-PI (([Expr2]Expr)) } |
The static typing rules for processing-instruction constructors are straightforward.
statEnv |- Expr : xdt:untypedAtomic |
|
statEnv |- processing-instruction NCName { Expr } : processing-instruction |
statEnv |- Expr1 : (xs:NCName | xs:string | xdt:untypedAtomic ) statEnv |- Expr2 : xdt:untypedAtomic |
|
statEnv |- processing-instruction { Expr1 } { Expr2 } : processing-instruction |
The dynamic evaluation rules for computed processing instructions are straightforward.
|
||
|
||
dynEnv |- processing-instruction NCName { Expr } => processing-instruction NCName { Value } |
|
|||||
|
|||||
dynEnv |- processing-instruction { Expr1 } { Expr2 } => processing-instruction NCName1 { Value2 } |
[115 (XQuery)] | CompCommentConstructorXQ |
::= | "comment" "{" Expr "}" |
Core Grammar
The Core grammar production for computed comment constructors is:
[79 (Core)] | CompCommentConstructor |
::= | "comment" "{" Expr "}" |
Computed comment constructors are normalized by mapping their content expression.
[comment { Expr }]Expr |
== |
comment { (fs:item-sequence-to-untypedAtomic-comment (([Expr]Expr))) cast as xs:string } |
The static typing rule for computed comment constructors is straightforward.
The dynamic evaluation rule for computed comment constructors is straightforward.
The effect of in-scope namespaces on constructed elements is specified in [4.7.1 Direct Element Constructors] and [4.7.3.1 Computed Element Constructors].
Introduction
[XPath/XQuery] provides [For/FLWOR] expressions for iteration, for binding variables to intermediate results, and filtering bound variables according to a predicate.
A FLWORExpr in XQuery 1.0 consists of a sequence of ForClauses and LetClauses, followed by an optional WhereClause, followed by the , as described by the following grammar productions. Each variable binding is preceded by an optional type declaration which specify the type expected for the variable.
The dynamic semantics of the ordering mode in FLWOR expressions is not specified formally. The dynamic semantics is not specified formally as it would require the introduction of tuples, which are not supported in the [XPath/XQuery] data model.
[33 (XQuery)] | FLWORExprXQ |
::= | (ForClause | LetClause)+ WhereClause? OrderByClause? "return" ExprSingle |
[34 (XQuery)] | ForClauseXQ |
::= | "for" "$" VarName TypeDeclaration? PositionalVar? "in" ExprSingle ("," "$" VarName TypeDeclaration? PositionalVar? "in" ExprSingle)* |
[36 (XQuery)] | LetClauseXQ |
::= | "let" "$" VarName TypeDeclaration? ":=" ExprSingle ("," "$" VarName TypeDeclaration? ":=" ExprSingle)* |
[118 (XQuery)] | TypeDeclarationXQ |
::= | "as" SequenceType |
[35 (XQuery)] | PositionalVarXQ |
::= | "at" "$" VarName |
[37 (XQuery)] | WhereClauseXQ |
::= | "where" ExprSingle |
[38 (XQuery)] | OrderByClauseXQ |
::= | (("order" "by") | ("stable" "order" "by")) OrderSpecList |
[39 (XQuery)] | OrderSpecListXQ |
::= | OrderSpec ("," OrderSpec)* |
[40 (XQuery)] | OrderSpecXQ |
::= | ExprSingle OrderModifier |
[41 (XQuery)] | OrderModifierXQ |
::= | ("ascending" | "descending")? ("empty" ("greatest" | "least"))? ("collation" URILiteral)? |
[4 (XPath)] | ForExprXP |
::= | SimpleForClause "return" ExprSingle |
[5 (XPath)] | SimpleForClauseXP |
::= | "for" "$" VarName "in" ExprSingle ("," "$" VarName "in" ExprSingle)* |
Core Grammar
The Core grammar productions for FLWOR expressions are:
[32 (Core)] | FLWORExpr |
::= | (ForClause | LetClause) "return" ExprSingle |
[33 (Core)] | ForClause |
::= | "for" "$" VarName TypeDeclaration? PositionalVar? "in" ExprSingle |
[35 (Core)] | LetClause |
::= | "let" "$" VarName TypeDeclaration? ":=" ExprSingle |
[34 (Core)] | PositionalVar |
::= | "at" "$" VarName |
[82 (Core)] | TypeDeclaration |
::= | "as" SequenceType |
[36 (Core)] | OrderByClause |
::= | (("order" "by") | ("stable" "order" "by")) OrderSpecList |
[37 (Core)] | OrderSpecList |
::= | OrderSpec ("," OrderSpec)* |
[38 (Core)] | OrderSpec |
::= | ExprSingle OrderModifier |
[39 (Core)] | OrderModifier |
::= | ("ascending" | "descending")? ("empty" ("greatest" | "least"))? ("collation" URILiteral)? |
Notation
For convenience, we introduce the following auxiliary grammar productions.
[87 (Formal)] | OptTypeDeclaration |
::= | TypeDeclaration? |
[88 (Formal)] | OptPositionalVar |
::= | PositionalVar? |
Notation
Individual [For/FLWOR] clauses are normalized by means of the auxiliary normalization rules:
Where FLWORClause can be any either a ForClause, a LetClause, a WhereClause, or an OrderByClause. The OrderByClause is discussed in [4.8.4 Order By and Return Clauses].
Normalized FLWOR expressions restrict a For and Let clause to bind only one variable. Otherwise, the Core FLWOR expression is the same as the XQuery FLWOR expression.
Notation
The auxiliary rule []FLWOR(Expr) normalizes a For, Let, or Where clause in a FLWORExpr expression. Note that the rule takes the remainder of the FLWOR expression (other For, Let, or Where clauses and the Return clause) as a parameter in Expr.
The [For/FLWOR] expressions include the FLWORExpr of XQuery and the ForExpr of XPath. The normalization rule for ForExpr is simple: It simply unrolls a ForExpr that binds multiple variables into nested ForExprs, each of which bind one variable.
[for VarRef0 in Expr0, ..., VarRefn in Exprn return Expr ]Expr | ||||
== | ||||
|
Full FLWORExpr expressions are normalized to nested Core expressions using two sets of normalization rules. Note that some of the rules also accept ungrammatical FLWORExprs such as "where Expr1 return Expr2". This does not matter, as normalization is always applied on parsed [XPath/XQuery] expressions, and ungrammatical FLWORExprs would be rejected by the parser beforehand.
The first set of rules is applied on a full [For/FLWOR] expression, splitting it at the clause level, then applying further normalization on each separate clause.
[ (ForClause | LetClause | WhereClause | OrderByClause) FLWORExpr ]Expr |
== |
[(ForClause | LetClause | WhereClause | OrderByClause)]FLWOR([FLWORExpr]Expr) |
[ (ForClause | LetClause | WhereClause | OrderByClause) return Expr ]Expr |
== |
[(ForClause | LetClause | WhereClause | OrderByClause)]FLWOR([Expr]Expr) |
Then each [For/FLWOR] clause is normalized separately. A ForClause may bind more than one variable, whereas a For expression in the [XPath/XQuery] Core binds and iterates over only one variable. Therefore, a ForClause is normalized to nested for expressions:
[
|
|||
== | |||
|
Note that the additional Expr parameter of the auxiliary normalization rule is used as the final return expression.
Likewise, a LetClause clause is normalized to nested let expressions, each of which binds one variable:
[
|
|||
== | |||
|
A WhereClause is normalized to an IfExpr, with the else-branch returning the empty sequence:
Example
The following simple example illustrates, how a FLWORExpr is normalized. The for
expression in the example below is used to iterate over two collections, binding variables $i
and $j
to items in these collections. It uses a let
clause to binds the local variable $k
to the sum of both numbers, and a where
clause to select only those numbers that have a sum equal to or greater than the integer 5
.
for $i as xs:integer in (1, 2), $j in (3, 4) let $k := $i + $j where $k >= 5 return <tuple> <i> { $i } </i> <j> { $j } </j> </tuple>
By the first set of rules, this is normalized to (except for the operators and element constructor which are not treated here):
for $i as xs:integer in (1, 2) return for $j in (3, 4) return let $k := $i + $j return if ($k >= 5) then <tuple> <i> { $i } </i> <j> { $j } </j> </tuple> else ()
For each binding of $i
to an item in the sequence (1 , 2)
the inner for
expression iterates over the sequence (3 , 4)
to produce tuples ordered by the ordering of the outer sequence and then by the ordering of the inner sequence. This Core expression eventually results in the following document fragment:
(<tuple> <i>1</i> <j>4</j> </tuple>, <tuple> <i>2</i> <j>3</j> </tuple>, <tuple> <i>2</i> <j>4</j> </tuple>)
A single for
expression is typed as follows: First Type1 of the iteration expression Expr1 is inferred. Then the prime type of Type1, prime(Type1), is computed. This is a union over all item types in
Type1 (See [8.4 Judgments for FLWOR and other expressions on sequences]). With the variable component of the static environment statEnv extended with VarRef1 as type prime(Type1),
the type Type2 of Expr2 is inferred. Because the for
expression iterates over the result of Expr1, the final type of the iteration is Type2 multiplied with the possible number of items in Type1 (one,
?
, *
, or +
). This number is determined by the auxiliary type-function quantifier(Type1).
|
|||
|
|||
statEnv |- for VarRef1 in Expr1 return Expr2 : Type2 · quantifier(Type1) |
When a positional variable Variablepos is present, the static environment is also extended with the positional variable typed as an xs:integer
.
|
|||
|
|||
statEnv |- for VarRef1 at VarRefpos in Expr1 return Expr2 : Type2 · quantifier(Type1) |
When a type declaration is present, the static semantics also checks that the type of the input expression is a subtype of the declared type and extends the static environment by typing VarRef1 with type Type0. This semantics is specified by the following typing rule.
|
|||||
|
|||||
statEnv |- for VarRef1 as SequenceType in Expr1 return Expr2 : Type2 · quantifier(Type1) |
The last rule contains a For expression that contains a type declaration and a positional variable. When the positional variable is present, the static environment is also extended with the positional variable typed as an integer.
|
|||||
|
|||||
statEnv |- for VarRef1 as SequenceType at VarRefpos in Expr1 return Expr2 : Type2 · quantifier(Type1) |
Example
For example, if $example
is bound to the sequence 10.0, 1.0E1, 10
of type xs:decimal, xs:float, xs:integer
, then the query
for $s in $example return $s * 2
is typed as follows:
(1) prime(xs:decimal, xs:float, xs:integer) = xs:decimal | xs:float | xs:integer (2) quantifier(xs:decimal, xs:float, xs:integer) = + (3) $s : xs:decimal | xs:float | xs:integer (4) $s * 2 : xs:decimal | xs:float | xs:integer (5) result-type : ( xs:decimal | xs:float | xs:integer ) +
This result-type is not the most specific type possible. It does not take into account the order of elements in the input type, and it ignores the individual and overall number of elements in the input type. The most specific type possible is: element out {element one {}}, element out {element two {}}, element out {element three {}}
. However, inferring such a specific type for arbitrary input types and arbitrary return clauses requires significantly more complex type inference rules. In
addition, if put into the context of an element, the specific type violates the "unique particle attribution" restriction of XML schema, which requires that an element must have a unique content model within a particular context.
The evaluation of a for
expression distinguishes two cases: If the iteration expression Expr1 evaluates to the empty sequence, then the entire expression evaluates to the empty sequence:
Otherwise, the iteration expression Expr1, is evaluated to produce the sequence Item1, ..., Itemn. For each item Itemi in this sequence, the body of the for
expression Expr2 is evaluated in the dynamic
environment dynEnv extended with VarRef1 bound to Itemi. This produces values Valuei, ..., Valuen which are concatenated to produce the result sequence.
|
||||||
|
||||||
dynEnv |- for VarRef in Expr1 return Expr2 => Value1 ,..., Valuen |
The following rule is the same as the rule above, but includes the optional positional variable VarRefpos. If present, VarRefpos is bound to the position of the item in the input sequence, i.e., the value i.
|
||||||
|
||||||
dynEnv |- for VarRef at VarRefpos in Expr1 return Expr2 => Value1 ,..., Valuen |
When a type declaration is present, the dynamic semantics also checks that each item in the result of evaluating Expr1 matches the declared type. This semantics is specified by the following dynamic rule.
|
||||||||
|
||||||||
dynEnv |- for VarRef as SequenceType in Expr1 return Expr2 => Value1 ,..., Valuen |
The last rule covers a for
expression that contains a type declaration and a positional variable.
|
|||||||||
|
|||||||||
dynEnv |- for VarRef as SequenceType at VarRefpos in Expr1 return Expr2 => Value1 ,..., Valuen |
Note that this definition allows non-deterministic evaluation of the resulting sequence, since the judgments above the inference rule can be evaluated in any order.
Example
Note that if the expression in the return
clause results in a sequence, sequences are never nested in the [XPath/XQuery] data model. For instance, in the following for expression:
for $i in (1,2) return (<i> {$i} </i>, <negi> {-$i} </negi>)
each iteration in the for
results in a sequence of two elements, which are then concatenated and flattened in the resulting sequence:
(<i>1</i>, <negi>-1</negi>, <i>2</i>, <negi>-2</negi>)
A let
expression extends the static environment statEnv with Variable1 of type Type1 inferred from Expr1, and infers the type of Expr2 in the extended environment to produce the result type Type2.
|
||
|
||
statEnv |- let VarRef := Expr1 return Expr2 : Type2 |
When a type declaration is present, the static semantics also checks that the type of the input expression is a subtype of the declared type and extends the static environment by typing Variable1 with type Type0. This semantics is specified by the following static rule.
|
|||||
|
|||||
statEnv |- let VarRef1 as SequenceType := Expr1 return Expr2 : Type2 |
A let
expression extends the dynamic environment dynEnv with Variable bound to Value1 returned by Expr1, and evaluates Expr2 in the extended environment to produce Value2.
|
|||
|
|||
dynEnv |- let VarRef1 := Expr1 return Expr2 => Value2 |
When a type declaration is present, the dynamic semantics also checks that the result of evaluating Expr1 matches the declared type. This semantics is specified as the following dynamic rule.
|
|||||
|
|||||
dynEnv |- let VarRef1 as SequenceType := Expr1 return Expr2 => Value2 |
Example
Note the use of the environments to define the scope of each variable. For instance, in the following nested let
expression:
let $k := 5 return let $k := $k + 1 return $k+1
the outermost let
expression binds variable $k
to the integer 5
in the environment, then the expression $k+1
is computed, yielding value 6
, to which the second variable $k
is bound. The expression then results in the final integer 7
.
Introduction
The dynamic semantics of the OrderByClause is not specified formally. The dynamic semantics is not specified formally as it would require the introduction of tuples, which are not supported in the [XPath/XQuery] data model. The dynamic semantics of the order-by clause can be found in Section 3.8.3 Order By and Return ClausesXQ.
Because an OrderByClause does not effect the type of a FLWORExpr expression, the static semantics of a FLWORExpr expression with an OrderByClause is equivalent to the static semantics of an equivalent FLWORExpr in which the OrderByClause is omitted but a gt
comparison is applied.
Notation
To define normalization of OrderBy, the following auxiliary mapping rule is used.
[OrderSpecList]OrderSpecList |
== |
[LetClause ... LetClause] |
which specify that OrderSpecList is mapped to Expr.
An OrderByClause is normalized to a Let clause, nested For expressions, and atomization, which guarantees that the OrderSpecList is well typed. Note that if evaluated dynamically, the normalization of OrderByClause given here does not express the required sorting semantics, but this normalization does provide the correct static type. Notably, the normalization rule uses the gt
operation, which implies that the ordering criteria is typed using the same static
typing rules, taking into account existential quantification, and atomization.
[ stable? order by OrderSpecList]FLWOR(Expr) |
== |
[OrderSpecList]OrderSpecList return Expr |
Each OrderSpec is normalized the auxiliary atomization normalization rule.
[Expr OrderModifier, OrderSpecList]OrderSpecList | |||||
== | |||||
|
Introduction
The purpose of ordered
and unordered
expressions is to set the ordering mode in the static context to ordered
or unordered
for a certain region in a query. The specified ordering mode applies to the expression nested inside the curly braces.
[91 (XQuery)] | OrderedExprXQ |
::= | "ordered" "{" Expr "}" |
[92 (XQuery)] | UnorderedExprXQ |
::= | "unordered" "{" Expr "}" |
Core Grammar
The Core grammar productions for ordered/unordered expressions are:
[69 (Core)] | OrderedExpr |
::= | "ordered" "{" Expr "}" |
[70 (Core)] | UnorderedExpr |
::= | "unordered" "{" Expr "}" |
OrderedExpr (resp. UnorderedExpr) expressions are normalized to OrderedExpr (resp. UnorderedExpr) expressions in the [XPath/XQuery] Core.
OrderedExpr and UnorderedExpr expressions set the ordering mode in the static context to ordered
or unordered
.
|
|||
|
|||
statEnv |- ordered { Expr } : Type |
|
|||
|
|||
statEnv |- unordered { Expr } : Type |
OrderedExpr and UnorderedExpr expressions only have an effect on the static context. The effect on the evaluation of its subexpression(s) is captured using the fs:apply-ordering-mode
function, which introduced during normalization of axis steps, union
, intersect
, and except
expressions, and FLWOR expressions that have no order by
clause.
Introduction
A conditional expression supports conditional evaluation of one of two expressions.
[45 (XQuery)] | IfExprXQ |
::= | "if" "(" Expr ")" "then" ExprSingle "else" ExprSingle |
Core Grammar
The Core grammar production for the conditional expression is:
[43 (Core)] | IfExpr |
::= | "if" "(" Expr ")" "then" ExprSingle "else" ExprSingle |
Conditional expressions are normalized as follows.
[if (Expr1) then Expr2 else Expr3]Expr | |
== | |
|
statEnv |- Expr1 : xs:boolean statEnv |- Expr2 : Type2 statEnv |- Expr3 : Type3 |
|
statEnv |- if (Expr1) then Expr2 else Expr3 : (Type2 | Type3) |
If the conditional's boolean expression Expr1 evaluates to true, Expr2 is evaluated and its value is produced. If the conditional's boolean expression evaluates to false, Expr3 is evaluated and its value is produced. Note that the existence of two separate evaluation rules ensures that only one branch of the conditional is evaluated.
Introduction
[XPath/XQuery] defines two quantification expressions:
[42 (XQuery)] | QuantifiedExprXQ |
::= | ("some" | "every") "$" VarName TypeDeclaration? "in" ExprSingle ("," "$" VarName TypeDeclaration? "in" ExprSingle)* "satisfies" ExprSingle |
[6 (XPath)] | QuantifiedExprXP |
::= | ("some" | "every") "$" VarName "in" ExprSingle ("," "$" VarName "in" ExprSingle)* "satisfies" ExprSingle |
Core Grammar
The Core grammar production for quantified expressions is:
[40 (Core)] | QuantifiedExpr |
::= | ("some" | "every") "$" VarName TypeDeclaration? "in" ExprSingle ("," "$" VarName TypeDeclaration? "in" ExprSingle)* "satisfies" ExprSingle |
The quantified expressions are normalized into nested Core quantified expressions, each of which binds one variable.
[some VarRef1 in Expr1, ..., VarRefn in Exprn satisfies Expr]Expr | |||||
== | |||||
|
[every VarRef1 in Expr1, ..., VarRefn in Exprn satisfies Expr]Expr | |||||
== | |||||
|
The static semantics of the quantified expressions uses the prime operator on types, which is explained in [8.4 Judgments for FLWOR and other expressions on sequences]. These rules are similar to those for For expressions in [4.8.2 For expression].
|
||||
|
||||
statEnv |- some VarRef1 in Expr1 satisfies Expr2 : xs:boolean |
The next rule is for SomeExpr with the optional type declaration.
|
||||||
|
||||||
statEnv |- some VarRef1 as SequenceType in Expr1 satisfies Expr2 : xs:boolean |
The next rule is for EveryExpr without the optional type declaration.
|
||||
|
||||
statEnv |- every VarRef1 in Expr1 satisfies Expr2 : xs:boolean |
The next rule is for EveryExpr with the optional type declaration.
|
||||||
|
||||||
statEnv |- every VarRef1 as SequenceType in Expr1 satisfies Expr2 : xs:boolean |
The existentially quantified "some" expression yields true if any evaluation of the satisfies expression yields true. The existentially quantified "some" expression yields false if every evaluation of the satisfies expression is false. A quantified expression may raise an error if any evaluation of the satisfies expression raises an error. The dynamic semantics of quantified expressions is non-deterministic. This non-determinism permits implementations to use short-circuit evaluation strategies when evaluating quantified expressions.
|
||||
|
||||
dynEnv |- some VarRef1 in Expr1 satisfies Expr2 => true |
The next rule is for SomeExpr with the optional type declaration, in which some evaluation of the satisfies expression yields true.
|
||||||
|
||||||
dynEnv |- some VarRef1 as SequenceType in Expr1 satisfies Expr2 => true |
The next rule is for SomeExpr without the optional type declaration, in which all evaluations of the satisfies expression yield false.
|
||||||
|
||||||
dynEnv |- some VarRef1 in Expr1 satisfies Expr2 => false |
The next rule is for SomeExpr with the optional type declaration, in which all evaluations of the satisfies expression yields false.
|
|||||||||
|
|||||||||
dynEnv |- some VarRef1 as SequenceType in Expr1 satisfies Expr2 => false |
The universally quantified "every" expression yields false if any evaluation of the satisfies expression yields false. The universally quantified "every" expression yields true if every evaluation of the satisfies expression is true.
|
||||
|
||||
dynEnv |- every VarRef1 in Expr1 satisfies Expr2 => false |
The next rule is for EveryExpr with the optional type declaration, in which some evaluation of the satisfies expression yields false.
|
||||||
|
||||||
dynEnv |- every VarRef1 as SequenceType in Expr1 satisfies Expr2 => false |
The next rule is for EveryExpr in which all evaluations of the satisfies expression yields true.
|
||||||
|
||||||
dynEnv |- every VarRef1 in Expr1 satisfies Expr2 => true |
The next rule is for EveryExpr with the optional type declaration in which all evaluations of the satisfies expression yields true.
|
|||||||||
|
|||||||||
dynEnv |- every VarRef1 as SequenceType in Expr1 satisfies Expr2 => true |
Introduction
Expressions on SequenceTypes are expressions whose semantics depends on the type of some of the sub-expressions to which they are applied. The syntax of SequenceType expressions is described in [3.5.3 SequenceType Syntax].
[54 (XQuery)] | InstanceofExprXQ |
::= | TreatExpr ( "instance" "of" SequenceType )? |
Introduction
The SequenceType expression "Expr instance of SequenceType" is true if and only if the result of evaluating expression Expr is an instance of the type referred to by SequenceType.
An InstanceofExpr expression is normalized into a TypeswitchExpr expression. Note that the following normalization rule uses a variable $fs:new, which is a newly created variable which must not conflict with any variables already in scope. This variable is necessary to comply with the syntax of typeswitch expressions in the Core [XPath/XQuery], but is never used.
[43 (XQuery)] | TypeswitchExprXQ |
::= | "typeswitch" "(" Expr ")" CaseClause+ "default" ("$" VarName)? "return" ExprSingle |
[44 (XQuery)] | CaseClauseXQ |
::= | "case" ("$" VarName "as")? SequenceType "return" ExprSingle |
Introduction
The typeswitch expression chooses one of several expressions to evaluate based on the dynamic type of an input value.
Each branch of a typeswitch expression may have an optional VarRef, which is bound to the value of the input expression. This variable is optional in [XPath/XQuery] but mandatory in the [XPath/XQuery] Core. One of the reasons for having this variable is that it is assigned a specific type for the corresponding branch.
Core Grammar
The Core grammar productions for typeswitch
are:
[41 (Core)] | TypeswitchExpr |
::= | "typeswitch" "(" Expr ")" CaseClause+ "default" ("$" VarName)? "return" ExprSingle |
[42 (Core)] | CaseClause |
::= | "case" ("$" VarName "as")? SequenceType "return" ExprSingle |
Notation
For convenience, we introduce the following auxiliary grammar productions.
[89 (Formal)] | OptVarRef |
::= | VarRef? |
Notation
To define normalization of case clauses to the [XPath/XQuery] Core, the following auxiliary mapping rule is used.
[CaseClause]Case |
== |
CaseClause |
specifies that CaseClause is mapped to CaseClause, in the [XPath/XQuery] type system.
Normalization of a typeswitch expression guarantees that every branch has an associated VarRef. The following normalization rule adds a newly created variable that does not appear in the rest of the query. Note that $fs:new is a newly generated variable that must not conflict with any variables already in scope and that is not used in any of the sub-expressions.
[
|
|||||
== | |||||
|
Notation
The following auxiliary grammar production is used to identify branches of the typeswitch.
[78 (Formal)] | CaseRules |
::= | ("case" "$" VarName "as" SequenceType "return" Expr CaseRules) | ("default" "$" VarName "return" Expr) |
The following judgment
is used in the static of typeswitch. It indicates that under the static environment statEnv, and with the input type of the typeswitch being Type1, the given case rule yields the type Type.
The following judgment
is used in the dynamic semantics of typeswitch. It indicates that under the dynamic environment dynEnv, with the input value of the typeswitch being Value1, the given case rules yields the value Value2.
The static typing rules for the typeswitch expression are simple. Each case clause and the default clause of the typeswitch is typed independently. The type of the entire typeswitch expression is the union of the types of all the clauses.
|
|||||||||
|
|||||||||
|
To type one case clause, the case variable is assigned the type of the case clause CaseType and the body of the clause is typed in the extended environment. Thus, the type of a case clause is independent of the type of the input expression.
|
||||
|
||||
statEnv |- Type0 case case VarRef as SequenceType return Expr : Type |
To type the default clause, the variable is assigned the type of the input expression and the body of the default clause is typed in the extended environment.
|
||
|
||
statEnv |- Type0 case default VarRef return Expr : Type |
The evaluation of a typeswitch proceeds as follows. First, the input expression is evaluated, yielding an input value. The effective case is the first case
clause such that the input value matches the SequenceType in the case
clause. The return
clause of the effective case is evaluated and the value of the return
expression is the value of the typeswitch expression.
|
|||
|
|||
dynEnv |- typeswitch (Expr) CaseRules => Value1 |
If the value matches the sequence type, the following rule applies: It extends the dynamic environment by binding the variable Variable to Value0 and evaluates the body of the return
clause.
|
|||||
|
|||||
dynEnv |- Value0 against case VarRef as SequenceType return Expr CaseRules => Value1 |
If the value does not match the sequence type, the current case is not evaluated, and the remaining case rules are evaluated order by applying the inference rule recursively.
|
||
|
||
dynEnv |- Value0 against case SequenceType VarRef return Expr CaseRules => Value1 |
The last rule states that the default
branch of a typeswitch expression always evaluates to the value of its return
clause.
Introduction
The cast
expression can be used to convert a value to a specific datatype. It changes both the type and value of the result of an expression, and can only be applied to an atomic value.
[57 (XQuery)] | CastExprXQ |
::= | UnaryExpr ( "cast" "as" SingleType )? |
[117 (XQuery)] | SingleTypeXQ |
::= | AtomicType "?"? |
Core Grammar
The Core grammar productions for cast
expressions are:
[47 (Core)] | CastExpr |
::= | ValueExpr ( "cast" "as" SingleType )? |
[81 (Core)] | SingleType |
::= | AtomicType "?"? |
The normalization of cast applies atomization to its argument. The type declaration asserts that the result is a single atomic value. The second normalization rule applies when the target type is optional.
[Expr cast as AtomicType ]Expr | ||
== | ||
|
[Expr cast as AtomicType? ]Expr | ||||
== | ||||
|
The static typing rule of cast
expression is as follows. The type of a Core cast
expression is always the target type. Note that a cast
expression can fail at run-time if the given value cannot be cast to the target type.
|
statEnv |- Expr cast as AtomicType : AtomicType |
The dynamic semantics of cast
expressions is defined in Section 17 CastingFO. The semantics of cast expressions depends on the type of the input value and on the target type. For any source and target primitive types, the casting table in Section 17 CastingFO indicates whether the cast from the source type to the
target type is permitted. When a cast is permitted, the detailed dynamic rules for cast in Section 17 CastingFO are applied. These rules are not specified further here.
[56 (XQuery)] | CastableExprXQ |
::= | CastExpr ( "castable" "as" SingleType )? |
Castable expressions check whether a value can be cast to a given type.
Core Grammar
The Core grammar production for castable is:
[46 (Core)] | CastableExpr |
::= | CastExpr ( "castable" "as" SingleType )? |
The normalization of castable simply maps its expression argument.
[Expr castable as AtomicType]Expr | ||
== | ||
|
[Expr castable as AtomicType?]Expr | ||
== | ||
|
The type of a Core castable
expression is always a boolean.
|
statEnv |- Expr castable as AtomicType : xs:boolean |
If casting succeeds, then the castable
expression evaluates to true.
|
|||
|
|||
|
Otherwise, 'castable as' evaluates to false.
Constructor functions provide an alternative syntax for casting.
Constructor functions for atomic types are normalized to explicit cast as
expressions.
[AtomicType(Expr)]Expr |
== |
[Expr cast as AtomicType? ]Expr |
[55 (XQuery)] | TreatExprXQ |
::= | CastableExpr ( "treat" "as" SequenceType )? |
Introduction
The expression "Expr treat as SequenceType", can be used to change the static type of the result of an expression without changing its value. The treat-as expression raises a dynamic error if the dynamic type of the input value does not match the specified type.
Treat as expressions are normalized to typeswitch expressions. Note that the following normalization rule uses a variable $fs:new, which is a newly created variable that does not conflict with any variables already in scope.
[63 (XQuery)] | ValidateExprXQ |
::= | "validate" ValidationMode? "{" Expr "}" |
[64 (XQuery)] | ValidationModeXQ |
::= | "lax" | "strict" |
Core Grammar
The Core grammar productions for validate are:
[49 (Core)] | ValidateExpr |
::= | "validate" ValidationMode? "{" Expr "}" |
[50 (Core)] | ValidationMode |
::= | "lax" | "strict" |
A validate
expression validates its argument with respect to the in-scope schema definitions, using the schema validation process described in [Schema Part 1]. The argument to a validate expression must be either an element or a document node. Validation replaces all nodes with new nodes that have their own identity, the type annotationXQ, and default values created
during the validation process.
A validate expression with no validation mode is normalized into a validate expression with the validation mode set to strict.
Static typing of the validate operation is defined by the following rule. Note the use of a subtyping check to ensure that the type of the expression to validate is either an element or a well-formed document node (i.e., with only one root element and no text nodes). The type of the expression to validate may be a union of more than one element type. We apply the with mode judgment to each element type to determine the meaning of that element type with the given validation mode, which yields a new element type. The result type is the union over all new element types.
|
|||||||||||
|
|||||||||||
statEnv |- validate ValidationMode { Expr } : Type1 |
The normative dynamic semantics of validation is specified in Section 3.13 Validate ExpressionsXQ. The effect of validation of a data model value is equivalent to:
serialization of the data model, as described in [Data Model Serialization], followed by
validation of the serialized value into a Post-Schema Validated Infoset, as described in [Schema Part 1], followed by
construction of a new data model value, as described in [Data Model].
The above steps are expressed formally by the "erasure" and "annotation" judgments. Formally, validation removes existing type annotations from nodes ("erasure"), and it re-validates the corresponding data model instance, possibly adding new type annotations to nodes ("annotation"). Both erasure and annotation are described formally in [E Auxiliary Judgments for Validation]. Indeed, the conjunction of erasure and annotation provides a formal model for a
large part of actual schema validation. The semantics of the validate
expression is specified as follows.
In the first premise below, the expression to validate is evaluated. The resulting value must be an element or document node. The second premise constructs a new value in which all existing type annotations have been erased. The third premise determines the element type that corresponds to the element node's name in the given validation mode. The last premise validates erased element node with the type against which it is validated, using the annotate as judgment, yielding the final validated element.
|
||||||
|
||||||
dynEnv |- validate ValidationMode { Expr } => ElementValue3 |
The rule for validating a document node is similar to that for validating an element node.
|
||||||
|
||||||
dynEnv |- validate ValidationMode { Expr } => document { ElementValue3 } |
Introduction
An extension expression is an expression whose semantics are implementation-defined. An extension expression consists of one or more pragmas, followed by an expression enclosed in curly braces.
[65 (XQuery)] | ExtensionExprXQ |
::= | Pragma+ "{" Expr? "}" |
[66 (XQuery)] | PragmaXQ |
::= | "(#" S? QName PragmaContents "#)" |
[67 (XQuery)] | PragmaContentsXQ |
::= | (Char* - (Char* '#)' Char*)) |
Core Grammar
The Core grammar productions for ExtensionExpr are:
[51 (Core)] | ExtensionExpr |
::= | Pragma+ "{" Expr? "}" |
[52 (Core)] | Pragma |
::= | "(#" S? QName PragmaContents "#)" |
[53 (Core)] | PragmaContents |
::= | (Char* - (Char* '#)' Char*)) |
Extension expressions are normalized as extension expressions in the [XPath/XQuery] Core.
If the extension expression does not contain any expression, this is normalized into an extension expression with a call to the fn:error
function.
[Pragma+ { }]Expr |
== |
Pragma+ { fn:error () } |
If at least one of the pragmas is recognized, the static semantics are implementation-defined.
If none of the pragmas is recognized, the static semantics are the same as for the input expression. In both cases, the static typing must be applied on the input expression, possibly raising the corresponding type errors.
|
|||
|
|||
statEnv |- Pragma+ { Expr } : Type2 |
The QName of a pragma must resolve to a namespace URI and local name, using the statically known namespaces. If at least one of the pragmas is recognized, the dynamic semantics is implementation-defined.
|
||
|
||
dynEnv |- Pragma+ { Expr } => Value |
If none of the pragmas is recognized the dynamic semantics of an ExtensionExpr are the same as evaluating the given expression.
The organization of this section parallels the organization of Section 4 Modules and PrologsXQ.
Introduction
XQuery supports modules as defined in Section 4 Modules and PrologsXQ. A main moduleXQ contains a PrologXQ followed by a query bodyXQ. A query has exactly one main module. In a main module, the query bodyXQ can be evaluated, and its value is the result of the query. A library moduleXQ contains a module declaration followed by a PrologXQ.
The Prolog is a sequence of declarations that affect query processing. The Prolog can be used, for example, to declare namespace prefixes, import types from XML Schemas, and declare functions and variables. Namespace declarations and schema imports always precede function and variable declarations, as specified by the following grammar productions.
[1 (XQuery)] | ModuleXQ |
::= | VersionDecl? (LibraryModule | MainModule) |
[3 (XQuery)] | MainModuleXQ |
::= | Prolog QueryBody |
[4 (XQuery)] | LibraryModuleXQ |
::= | ModuleDecl Prolog |
[6 (XQuery)] | PrologXQ |
::= | ((DefaultNamespaceDecl | Setter | NamespaceDecl | Import) Separator)* ((VarDecl | FunctionDecl | OptionDecl) Separator)* |
[7 (XQuery)] | SetterXQ |
::= | BoundarySpaceDecl | DefaultCollationDecl | BaseURIDecl | ConstructionDecl | OrderingModeDecl | EmptyOrderDecl | CopyNamespacesDecl |
[8 (XQuery)] | ImportXQ |
::= | SchemaImport | ModuleImport |
[9 (XQuery)] | SeparatorXQ |
::= | ";" |
[30 (XQuery)] | QueryBodyXQ |
::= | Expr |
Function declarations are globally scoped, that is, the use of a function name in a function call may precede declaration of the function. Variable declarations are lexically scoped, i.e., variable declarations must precede variable uses.
Core Grammar
The Core grammar productions for the prolog are:
[1 (Core)] | Module |
::= | VersionDecl? (LibraryModule | MainModule) |
[3 (Core)] | MainModule |
::= | Prolog QueryBody |
[4 (Core)] | LibraryModule |
::= | ModuleDecl Prolog |
[6 (Core)] | Prolog |
::= | ((DefaultNamespaceDecl | Setter | NamespaceDecl | Import) Separator)* ((VarDecl | FunctionDecl | OptionDecl) Separator)* |
[7 (Core)] | Setter |
::= | DefaultCollationDecl | BaseURIDecl | ConstructionDecl | OrderingModeDecl | EmptyOrderDecl | CopyNamespacesDecl |
[8 (Core)] | Import |
::= | SchemaImport | ModuleImport |
[9 (Core)] | Separator |
::= | ";" |
[29 (Core)] | QueryBody |
::= | Expr |
Notation
The XQuery Prolog requires that declarations appear in a particular order. In the Formal Semantics, it is simpler to assume the declarations can appear in any order, as it does not change their semantics -- we simply assume that an XQuery parser has enforced the required order.
The Prolog contains a variety of declarations that specify the initial static and dynamic context of the query. The following formal grammar productions represent any Prolog declaration.
[79 (Formal)] | PrologDeclList |
::= | (PrologDecl Separator)* |
[80 (Formal)] | PrologDecl |
::= | DefaultCollationDecl |
The function []PrologDecl takes a prolog declaration and maps it into its equivalent declaration in the Core grammar.
[PrologDecl1]PrologDecl |
== |
PrologDecl2 |
The following auxiliary judgments are applied when statically processing the declarations in the prolog. The effect of the judgment is to process each prolog declaration in order, constructing a new static environment from the static environment constructed from previous prolog declarations.
The judgment:
holds if under the static environment statEnv1, the sequence of prolog declarations PrologDeclList yields the static environment statEnv2 and the normalized sequence of prolog declarations in the Core grammar.
The judgment:
holds if under the static environment statEnv1, the single prolog declaration PrologDecl yields the new static environment statEnv2.
Prolog declarations are processed in the order they are encountered. The normalization of a prolog declaration PrologDecl depends on the static context processing of all previous prolog declarations. In turn, static context processing of PrologDecl depends on the normalization of the PrologDecl. For example, because variables are lexically scoped, the normalization and static context processing of a variable declaration depends on the normalization and static context processing of all previous variable declarations. Therefore, the normalization phase and static context processing are interleaved, with normalization preceding static context processing for each prolog declaration.
The following inference rules express this dependency. The first rule specifies that for an empty sequence of prolog declarations, the initial static environment is the default static context.
The next rule interleaves normalization and static context processing. The result of static context processing and normalization is a static context and the normalized prolog declarations.
|
||||
|
||||
statEnv |- PrologDecl ; PrologDeclList =>stat statEnv2 with PrologDecl1 ; PrologDeclList1 |
Static typing of a main module follows context processing and normalization. Context processing and normalization of a main module applies the rules above to the prolog, then using the resulting static environment statEnv, the query body is normalized into a Core expression, and the static typing rules are applied to this Core expression.
|
||||
|
||||
PrologDeclList QueryBody : Type |
Notation
Similarly, the judgment:
holds if under the static environment statEnv1, the sequence of prolog declarations PrologDeclList yields the static environment statEnv2 and the normalized sequence of prolog declarations in the Core grammar.
The judgment:
holds if under the dynamic environment dynEnv, the single prolog declaration PrologDecl yields the new dynamic environment dynEnv1.
The rules for initializing the dynamic context are as follows. The first rule specifies for an empty sequence of prolog declarations, the initial dynamic environment is the default dynamic context.
The second rule simply computes the dynamic environment by processing the prolog declarations in order.
|
|||
|
|||
dynEnv |- PrologDecl ; PrologDeclList =>dyn dynEnv2 |
Dynamic evaluation of a main module applies the rules for dynamic-context processing to the prolog declarations, then using the resulting dynamic environment dynEnv, the dynamic evaluation rules are applied to the normalized query body.
|
||||
|
||||
|
Notation
We define a new judgment that maps a module's URI (or a main module) to the corresponding module's static environment:
We also define a new judgment that maps a module's URI (or a main module) to the corresponding module's dynamic environment:
For a main module, those judgments are defined as follows.
|
||
|
||
|
|
||
|
||
|
For a library module, those judgments are defined in [5.11 Module Import].
Introduction
A version declaration specifies the applicable XQuery syntax and semantics for a module. An XQuery implementation must raise a static error when processing a query labeled with a version that the implementation does not support. This document applies toXQuery 1.0 only and does not specify this static error formally.
[2 (XQuery)] | VersionDeclXQ |
::= | "xquery" "version" StringLiteral ("encoding" StringLiteral)? Separator |
Core Grammar
The core grammar production for version declarations is:
[2 (Core)] | VersionDecl |
::= | "xquery" "version" StringLiteral ("encoding" StringLiteral)? Separator |
Version declaration are left unchanged through normalization.
[VersionDecl]PrologDecl |
== |
VersionDecl |
Introduction
[5 (XQuery)] | ModuleDeclXQ |
::= | "module" "namespace" NCName "=" URILiteral Separator |
We assume that the static-context processing and dynamic-context processing described in [5 Modules and Prologs] are applied to all library modules before the normalization, static context processing, and dynamic context processing of the main module. That is, at the time an "import module" declaration is processed, we assume that the static and dynamic context of the imported module is already available. This assumption does not require or assume separate compilation of modules. An implementation might process all or some imported modules statically (i.e., before the importing module is identified) or dynamically (i.e., when the importing module is identified and processed).
Core Grammar
The core grammar production for module declarations is:
[5 (Core)] | ModuleDecl |
::= | "module" "namespace" NCName "=" URILiteral Separator |
Module declarations are left unchanged through normalization.
[ModuleDecl]PrologDecl |
== |
ModuleDecl |
The effect of a module declaration is to apply the static processing rules defined in [5 Modules and Prologs] to the module's prolog. The resulting static context is then available to any importing module.
The module declaration extends the prolog with a namespace declaration that binds the module's prefix to its URI, then computes the static context for the complete module.
|
|||
|
|||
|
Note that the rule above and the rules for static processing of an "import module" declaration in [5.11 Module Import] are mutually recursive.
The dynamic context processing of a module declaration is similar to that of static processing. The module declaration extends the prolog with a namespace declaration that binds the module's prefix to its URI, then computes the dynamic context for the complete module.
|
|||
|
|||
|
Note that the rule above and the rules for dynamic processing of an "import module" declaration in [5.11 Module Import] are mutually recursive.
[11 (XQuery)] | BoundarySpaceDeclXQ |
::= | "declare" "boundary-space" ("preserve" | "strip") |
The xmlspace declaration is not specified formally as the Formal Semantics is defined on the Core language, which is an abstract, not concrete, syntax and is typically the result of parsing phase described in [3.2.1 Processing model].
[19 (XQuery)] | DefaultCollationDeclXQ |
::= | "declare" "default" "collation" URILiteral |
Core Grammar
The core grammar production for default collation declarations is:
[18 (Core)] | DefaultCollationDecl |
::= | "declare" "default" "collation" URILiteral |
Default collation declarations are left unchanged through normalization.
[DefaultCollationDecl]PrologDecl |
== |
DefaultCollationDecl |
The default collation declaration updates the collations environment component within the static environment. The collations environment component is used by several functions in [Functions and Operators], but is not used in the Formal Semantics.
|
|||
|
|||
|
The default collation declaration does not affect the dynamic context.
[20 (XQuery)] | BaseURIDeclXQ |
::= | "declare" "base-uri" URILiteral |
Core Grammar
The core grammar production for base uri declarations is:
[19 (Core)] | BaseURIDecl |
::= | "declare" "base-uri" URILiteral |
Base URI declarations are left unchanged through normalization.
[BaseURIDecl]PrologDecl |
== |
BaseURIDecl |
A base URI declaration specifies the base URI property of the static context, which is used when resolving relative URIs within a module. A static error is raised if more than one base URI declaration is declared in a query prolog.
The base URI declaration does not affect the dynamic context.
[25 (XQuery)] | ConstructionDeclXQ |
::= | "declare" "construction" ("strip" | "preserve") |
Core Grammar
The core grammar production for construction declarations is:
[24 (Core)] | ConstructionDecl |
::= | "declare" "construction" ("strip" | "preserve") |
Construction declarations are left unchanged through normalization.
[ConstructionDecl]PrologDecl |
== |
ConstructionDecl |
The construction declaration modifies the construction mode in the static context.
statEnv1 = statEnv + constructionMode( ConstructionMode) | ||
|
||
|
The construction declaration does not have any affect on the dynamic context.
[14 (XQuery)] | OrderingModeDeclXQ |
::= | "declare" "ordering" ("ordered" | "unordered") |
Core Grammar
The core grammar production for ordering mode declarations is:
[13 (Core)] | OrderingModeDecl |
::= | "declare" "ordering" ("ordered" | "unordered") |
Ordering mode declarations are left unchanged through normalization.
[OrderingModeDecl]PrologDecl |
== |
OrderingModeDecl |
[15 (XQuery)] | EmptyOrderDeclXQ |
::= | "declare" "default" "order" "empty" ("greatest" | "least") |
Core Grammar
The core grammar production for empty order declarations is:
[14 (Core)] | EmptyOrderDecl |
::= | "declare" "default" "order" "empty" ("greatest" | "least") |
Empty order declarations are left unchanged through normalization.
[EmptyOrderDecl]PrologDecl |
== |
EmptyOrderDecl |
[16 (XQuery)] | CopyNamespacesDeclXQ |
::= | "declare" "copy-namespaces" PreserveMode "," InheritMode |
[17 (XQuery)] | PreserveModeXQ |
::= | "preserve" | "no-preserve" |
[18 (XQuery)] | InheritModeXQ |
::= | "inherit" | "no-inherit" |
Core Grammar
The core grammar productions for copy-namespaces declarations are:
[15 (Core)] | CopyNamespacesDecl |
::= | "declare" "copy-namespaces" PreserveMode "," InheritMode |
[16 (Core)] | PreserveMode |
::= | "preserve" | "no-preserve" |
[17 (Core)] | InheritMode |
::= | "inherit" | "no-inherit" |
Copy-namespace declarations are left unchanged through normalization.
[CopyNamespaceDecl]PrologDecl |
== |
CopyNamespaceDecl |
[21 (XQuery)] | SchemaImportXQ |
::= | "import" "schema" SchemaPrefix? URILiteral ("at" URILiteral ("," URILiteral)*)? |
[22 (XQuery)] | SchemaPrefixXQ |
::= | ("namespace" NCName "=") | ("default" "element" "namespace") |
The semantics of Schema Import is described in terms of the [XPath/XQuery] type system. The process of converting an XML Schema into a sequence of type declarations is described in Section [C Importing Schemas]. This section describes how the resulting sequence of type declarations is added into the static context when the Prolog is processed.
Core Grammar
The core grammar productions for schema imports are:
[20 (Core)] | SchemaImport |
::= | "import" "schema" SchemaPrefix? URILiteral ("at" URILiteral ("," URILiteral)*)? |
[21 (Core)] | SchemaPrefix |
::= | ("namespace" NCName "=") | ("default" "element" "namespace") |
Schema imports are left unchanged through normalization.
[SchemaImport]PrologDecl |
== |
SchemaImport |
Notation
For convenience, we introduce the following auxiliary grammar productions.
[16 (Formal)] | LocationHints |
::= | "at" URILiteral ("," URILiteral)* |
[90 (Formal)] | OptLocationHints |
::= | LocationHints? |
Notation
The following auxiliary judgments are used when processing schema imports.
The judgment:
holds if under the static environment statEnv1, the sequence of type definitions Definitions yields the new static environment statEnv2.
The judgment:
holds if under the static environment statEnv1, the single definition Definition yields the new static environment statEnv2.
A schema imported into a query is first mapped into the [XPath/XQuery] type system, which yields a sequence of XQuery type definitions. The rules for mapping the imported schema begins in [C.2 Schemas as a whole]. Each type definition in an imported schema is then added to the static environment.
|
|||
|
|||
|
The schema import declaration may also assign an element/type namespace prefix to the URI of the imported schema, or assign the default element namespace to the URI of the imported schema.
|
||||
|
||||
|
|
||||
|
||||
|
An empty sequence of type definitions yields the input environment.
Each type definition is added into the static environment.
|
|||
|
|||
|
Each type, element, or attribute declaration is added respectively to the type, element and attribute declarations components of the static environment.
|
|||
|
|||
|
|
|||
|
|||
|
|
|||
|
|||
|
Note that it is a static error to import two schemas that both define the same name in the same symbol space and in the same scope, that is multiple top-level definitions of the same type, element, or attribute name raises a static error. For instance, a query may not import two schemas that include top-level element declarations for two elements with the same expanded name.
The schema import declarations do not affect the dynamic context.
[23 (XQuery)] | ModuleImportXQ |
::= | "import" "module" ("namespace" NCName "=")? URILiteral ("at" URILiteral ("," URILiteral)*)? |
Introduction
The effect of an "import module" declaration is to extend the importing module's dynamic (and static) context with the global variables (and their types) and the functions (and their signatures) of the imported module. Module import is not transitive, only the global variables and functions declared explicitly in the imported module are available in the importing module. Also, module import does not import schemas, therefore the importing module must explicitly import any schemas on which the imported global variables or functions depend.
Core Grammar
The core grammar production for module imports is:
[22 (Core)] | ModuleImport |
::= | "import" "module" ("namespace" NCName "=")? URILiteral ("at" URILiteral ("," URILiteral)*)? |
Module imports are left unchanged through normalization.
[ModuleImport]PrologDecl |
== |
ModuleImport |
Notation
The rules below depend on the following auxiliary functions which are used to import the proper fragment of the static context.
The function fs:local-variables
(statEnv, URI) returns all the (expanded-QName, Type) pairs in statEnv.varType such that the URI part of the variable's expanded-QName equals the given URI, that is, the variables that
are declared locally in the module with the given namespace URI.
The function fs:local-functions
(statEnv, URI) returns all the function signatures in statEnv.funcType such that the URI part of the function's expanded-QName equals the given URI, that is, the function signatures that are declared locally in the module with the given namespace URI.
Notation
The following auxiliary judgments is used to extend a given static environment with the static environment from an imported module.
The judgment
holds if extending the environment statEnv1 with the environment statEnv2 yields the environment statEnv3 under the given namespace uri URILiteral.
This judgment is defined as follows.
|
|||
|
|||
|
Notation
The rules below depend on the following auxiliary judgments.
This judgment adds each variable explicitly declared in the imported module to the importing module's dynamic variable environment.
|
|||
|
|||
|
This judgment adds each function explicitly declared in the imported module to the importing module's dynamic function environment.
|
|||
|
|||
|
Notation
The following auxiliary judgments is used to extend a given dynamic environment with the dynamic environment from an imported module.
The judgment
holds if extending the dynamic environment dynEnv1 with the dynamic environment dynEnv2 yields the dynamic environment dynEnv3 under the given namespace uri URILiteral.
This judgment is defined as follows.
|
|||
|
|||
|
The first set of premises below "look up" the static contexts of all the imported modules, as defined in [5.2 Module Declaration]. The second set of premises extend the input static context with the global variables and function signatures declared in the imported static contexts.
|
|||||||
|
|||||||
|
|
||||||||
|
||||||||
|
Note that the rules above and the rules for processing a library module in [5.2 Module Declaration] above are mutually recursive. It is possible to define the semantics in that way, since XQuery forbids the use of recursive modules.
During dynamic context processing, each variable and function name is mapped to the special value #IMPORTED
(URI) to indicate that the variable or function is defined in the imported module with the given URI.
The first set of premises below "look up" the dynamic contexts of all the imported modules, as defined in [5.2 Module Declaration]. The second set of premises extend the input dynamic context with the global variables and functions declared in the imported dynamic contexts.
|
|||||||
|
|||||||
|
Note that the rule above and the rules for processing a library module in [5.2 Module Declaration] above are mutually recursive. It is possible to define the semantics in that way, since XQuery forbids the use of recursive modules.
[10 (XQuery)] | NamespaceDeclXQ |
::= | "declare" "namespace" NCName "=" URILiteral |
Core Grammar
The core grammar production for namespace declarations is:
[10 (Core)] | NamespaceDecl |
::= | "declare" "namespace" NCName "=" URILiteral |
Namespace declarations are left unchanged through normalization.
[NamespaceDecl]PrologDecl |
== |
NamespaceDecl |
A namespace declaration adds a new (prefix,uri) binding in the namespace component of the static environment. All namespace declarations in the prolog are passive declarations. Namespace declaration attributes of element constructors are active declarations.
statEnv1 = statEnv + namespace(NCName => (passive, URILiteral)) | ||
|
||
|
The namespace declaration does not affect the dynamic context.
[12 (XQuery)] | DefaultNamespaceDeclXQ |
::= | "declare" "default" ("element" | "function") "namespace" URILiteral |
Core Grammar
The core grammar production for default namespace declarations is:
[11 (Core)] | DefaultNamespaceDecl |
::= | "declare" "default" ("element" | "function") "namespace" URILiteral |
Default namespace declarations are left unchanged through normalization.
[DefaultNamespaceDecl]PrologDecl |
== |
DefaultNamespaceDecl |
A default element namespace declaration changes the default element namespace prefix binding in the namespace component of the static environment. If the string literal is the zero-length string, the default element namespace is set to the null namespace.
statEnv1 = statEnv + default_elem_namespace(#NULL-NAMESPACE) | ||
|
||
|
|
||
|
||
|
A default function namespace declaration changes the default function namespace prefix binding in the namespace component of the static environment. If the URI literal is the zero-length string, the default function namespace is set to the null namespace.
statEnv1 = statEnv + default_function_namespace(#NULL-NAMESPACE) | ||
|
||
|
|
||
|
||
|
Note that multiple declarations of the same namespace prefix in the Prolog result in a static error. However, a declaration of a namespace in the Prolog can override a prefix that has been predeclared in the static context.
Default namespace declarations do not affect the dynamic context.
[24 (XQuery)] | VarDeclXQ |
::= | "declare" "variable" "$" QName TypeDeclaration? ((":=" ExprSingle) | "external") |
Core Grammar
The core grammar production for variable declarations is:
[23 (Core)] | VarDecl |
::= | "declare" "variable" "$" QName TypeDeclaration? ((":=" ExprSingle) | "external") |
Normalization of a variable declaration normalizes the variable and its corresponding expression, if it is present.
[ declare variable VarRef as SequenceType := Expr ]PrologDecl |
== |
declare variable VarRef as SequenceType := [Expr]Expr |
If an external variable declaration does not have a type declaration it is treated as if the type declaration was item()*
.
[ declare variable VarRef external ]PrologDecl |
== |
declare variable VarRef as item()* external |
[ declare variable VarRef as SequenceType external ]PrologDecl |
== |
declare variable VarRef as SequenceType external |
A variable declaration updates the variable component of the static context by associating the given variable with a static type.
If a variable declaration has an associated expression but does not have a type declaration, the static type of the variable is the static type of the expression.
|
||||
|
||||
|
If the variable declaration has an associated expression and has a type declaration, the static type of the variable is the specified type. The type of the expression must be a subtype of the declared type.
|
||||||
|
||||||
|
If the variable declaration is external and has a type declaration, the static type of the variable is the specified type.
|
||||
|
||||
|
To evaluate a variable declaration, its associated expression is evaluated, and the dynamic context is updated with the variable bound to the resulting value.
|
||||
|
||||
|
Dynamic evaluation does not apply to externally defined variables. The dynamic environment must provide the values of external variables in the initial dynamic context (dynEnvDefault).
Introduction
User-defined functions specify the name of the function, the names and types of the parameters, and the type of the result. The function body defines how the result of the function is computed from its parameters.
[26 (XQuery)] | FunctionDeclXQ |
::= | "declare" "function" QName "(" ParamList? ")" ("as" SequenceType)? (EnclosedExpr | "external") |
[27 (XQuery)] | ParamListXQ |
::= | Param ("," Param)* |
[28 (XQuery)] | ParamXQ |
::= | "$" QName TypeDeclaration? |
Core Grammar
The core grammar productions for function declarations are:
[25 (Core)] | FunctionDecl |
::= | "declare" "function" QName "(" ParamList? ")" ("as" SequenceType)? (EnclosedExpr | "external") |
[26 (Core)] | ParamList |
::= | Param ("," Param)* |
[27 (Core)] | Param |
::= | "$" QName TypeDeclaration? |
Notation
The following auxiliary mapping rule is used for the normalization of parameters in function declarations: []Param.
Parameters without a declared typed are given the item* sequence type.
The parameter list and body of a user-defined function are all normalized into Core expressions.
[ declare function QName ( ParamList? ) as SequenceType EnclosedExpr ]PrologDecl |
== |
declare function QName ( [ParamList?]Param ) as SequenceType [EnclosedExpr]Expr |
If the return type of the function is not provided, it is given the item*
sequence type.
[declare function QName ( ParamList? ) EnclosedExpr ]PrologDecl |
== |
declare function QName( [ParamList?]Param ) as item* [EnclosedExpr]Expr |
Externally defined functions are normalized similarly.
[ declare function QName ( ParamList? ) as SequenceType external]PrologDecl |
== |
declare function QName( [ParamList?]Param ) as SequenceType external |
[declare function QName ( ParamList? ) external ]PrologDecl |
== |
declare function [QName] ( [ParamList?]Param ) as item* external |
Because functions are mutually referential, all function signatures must be defined in the static environment before static type analysis is applied to the function bodies. This rule also updates the local functions component of the static context to indicate the function is declared within the given module.
|
||||
|
||||
statEnv |- FunctionDecl =>stat statEnv1 |
Note that the static context processing is performing type checking of the function, as defined below. Note also that the type checking is done in the new environment in which the function declaration has been added which ensures that recursive calls are type-checked properly.
The static typing rules for function bodies follows normalization and processing of the static context. The typing rules below constructs a new environment in which each variable has the given expected type, then the static type of the function's body is computed under the new environment. The function body's type must be a subtype of the expected return type. If type checking fails, a static type error is raised. Otherwise, static typing of the function has no other effect, as function signatures are already inside the static environment.
|
||||||||||
|
||||||||||
statEnv |- declare function QName (VarRef1 as SequenceType1, ···, VarRefn as SequenceTypen) as SequenceTyper { Expr } : Typer |
The bodies of external functions are not available and therefore cannot by type checked. To ensure type soundness, the implementation must guarantee that the value returned by the external function matches the expected return type.
|
||||||||
|
||||||||
statEnv |- declare function QName ( VarRef1 as SequenceType1 , ···, VarRefn as SequenceTypen ) as SequenceTyper external : Typer |
A function declaration updates the dynamic context. The function name with arity N is associated with the given function body. The number of arguments is required, because XQuery permits overloading of function names as long as each function signature has a different number of arguments.
|
|||||||
|
|||||||
dynEnv |- declare function QName ( VarRef1 as SequenceType1, ···, VarRefn as SequenceTypen ) as SequenceTyper { Expr } =>dyn dynEnv1 |
An external function declaration does not affect the dynamic environment. The implementation must support the declared external functions.
|
dynEnv |- declare function QName ( Variable1 as SequenceType1, ···, Variablen as SequenceTypen ) as SequenceTyper external =>dyn dynEnv |
The dynamic semantics of a function body are applied when the function is called and is described in [4.1.5 Function Calls].
[13 (XQuery)] | OptionDeclXQ |
::= | "declare" "option" QName StringLiteral |
Core Grammar
The core grammar production for option declarations is:
[12 (Core)] | OptionDecl |
::= | "declare" "option" QName StringLiteral |
Option declarations are left unchanged through normalization.
[OptionDecl]PrologDecl |
== |
OptionDecl |
The XQuery Formal Semantics is intended primarily as a component that can be used by [XQuery 1.0: An XML Query Language], or a host language of [XML Path Language (XPath) 2.0]. Therefore, the XQuery Formal Semantics relies on specifications that use it (such as [XPath 2.0], [XSLT 2.0], and [XQuery]) to specify conformance criteria in their respective environments. Specifications that set conformance criteria for their use of the formal semantics must not relax the constraints expressed in this specification.
This specification normatively defines the static typing feature which can be used in [XQuery 1.0: An XML Query Language] or a host language of [XML Path Language (XPath) 2.0]. The static typing feature is specified using the static typing judgment introduced in [3.2.3 Static typing judgment].
In some cases, the static typing rules are not very precise (see, for example, the type inference rules for the ancestor axes—parent, ancestor, and ancestor-or-self—and for the function fn:root
). If an implementation supports a static typing extension, it must always provide a more precise type than the one defined in this specification.
This constraint is formally expressed as follows. A static typing extension Expr :ext Type must be such that for every expression Expr the following holds.
Note:
It is not recommended for a static typing extension to change the static typing behavior of expressions that specify a type explicitly (treat as
, cast as
, typeswitch
, function parameters, and type declarations in variable bindings), since the purpose of those expressions is to impose a specific type.
This section defines the auxiliary functions required to define the formal semantics of [XPath/XQuery], and gives special normalization and static typing rules for some functions in [Functions and Operators].
Remember from [4.1.5 Function Calls] that the following rules operate after namespace resolution for the function name, and directly over the input type of the parameters. In the rest of the section, we will use the following shortcuts notations for specific relevant URIs:
FN-URI
for functions from the [Functions and Operators] document.
OP-URI
for operators from the [Functions and Operators] document.
FS-URI
for formal semantics functions.
Introduction
This section gives the definition and semantics of functions that are used in the formal semantics but are not in [Functions and Operators]. Their dynamic semantics are defined in the same informal style as in the [Functions and Operators] document. The static semantics of some formal-semantics functions require custom typing rules.
convert-operand
functionfs:convert-operand
($actual
as
item?
, $expected
as
xdt:anyAtomicType
) as
xdt:anyAtomicType ?
The formal-semantics function fs:convert-operand
converts the operands of arithmetic and comparison operators as follows:
If $actual
is the empty sequence, returns the empty sequence.
If $actual
is of type xdt:untypedAtomic
, then
if $expected
is of type xdt:untypedAtomic
, returns $actual
cast to xs:string
;
if $expected
is of numeric type, returns $actual
cast to xs:double
otherwise returns $actual
cast to the type of $expected
.
Otherwise, $actual
is returned unchanged.
No conversion is needed for numeric (or empty) operands.
|
||
|
||
statEnv |- (FS-URI ,"convert-operand ")(Type1, Type2) : Type1 |
Pairs of untyped atomic operands are converted to strings.
|
|||
|
|||
statEnv |- (FS-URI ,"convert-operand ")(Type1, Type2) : xs:string · quantifier (Type1) |
When an untyped operand is paired with a numeric operand, it is converted to xs:double.
|
|||
|
|||
statEnv |- (FS-URI ,"convert-operand ")(Type1, Type2) : xs:double · quantifier (Type1) |
Finally, an untyped atomic operand not dealt with by the above rules is converted to the type of the other operand.
|
||||
|
||||
statEnv |- (FS-URI ,"convert-operand ")(Type1, Type2) : Type2 · quantifier(Type1) |
convert-simple-operand
functionfs:convert-simple-operand
($actual
as
item *
, $expected
as
xdt:anyAtomicType
) as
xdt:anyAtomicTypeAtomic *
The formal-semantics function fs:convert-simple-operand
is used to convert the value of the $actual
argument such that it matches the type of the $expected
argument (or matches a sequence of that type).
The dynamic semantics of this function are as follows:
For each item in $actual
argument that is of type xdt:untypedAtomic, that item is cast to the type of the $expected
argument, and the resulting sequence is returned.
The following static semantics rules correspond to the dynamic semantics rules given above.
|
|||
|
|||
statEnv |- (FS-URI ",convert-simple-operand ")(Type1, Type2) : Type3 ·
quantifier(Type1) |
distinct-doc-order
functionfs:distinct-doc-order
($nodes
as
node *
) as
node *
The fs:distinct-doc-order
function sorts its input sequence of nodes by document order and removes duplicates.
The fs:distinct-doc-order
function expects a sequence of nodes as input. The resulting type is computed using prime and quantifier, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences].
|
||
|
distinct-doc-order-or-atomic-sequence
functionfs:distinct-doc-order-or-atomic-sequence
($item
as
node *
) as
item*
The fs:distinct-doc-order-or-atomic-sequence
function operates on either an homogeneous sequence of nodes or an homogeneous sequence of atomic values. If the input is a sequence of nodes, is sorts those nodes by document order and removes duplicates, using the fs:distinct-doc-order function. If it is a sequence of atomic values, it returns it unchanged.
The fs:distinct-doc-order
function expects either a sequence of nodes as input or a sequence of atomic values. The resulting type is computed using prime and quantifier, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences].
item-sequence-to-node-sequence
functionfs:item-sequence-to-node-sequence
($items
as
item *
) as
node *
The fs:item-sequence-to-node-sequence
function converts a sequence of item values to nodes by applying the normative rules in Section 3.7.3.1 Computed Element ConstructorsXQ.
item-sequence-to-untypedAtomic
functionIntroduction
fs:item-sequence-to-untypedAtomic
($items
as
item *
) as
xdt:untypedAtomic
The fs:item-sequence-to-untypedAtomic
function converts a sequence of item values to a string of type xdt:untypedAtomic
by applying the normative rules in Section 3.7.3.2 Computed Attribute ConstructorsXQ.
If the input of the fs:item-sequence-to-untypedAtomic
function is an empty sequence, it returns a zero-length string. Otherwise, each atomic value in the input sequence is cast into a string. The individual strings resulting from the previous step are merged into a single string by concatenating them with a single space character between each pair.
There are no special static typing rules for this function.
item-sequence-to-untypedAtomic-PI
functionIntroduction
fs:item-sequence-to-untypedAtomic-PI
($items
as
item *
) as
xdt:untypedAtomic
The fs:item-sequence-to-untypedAtomic-PI
function converts a sequence of item values to a string of type xdt:untypedAtomic
by applying the normative rules in Section 3.7.3.5 Computed Processing Instruction ConstructorsXQ.
If the input is an empty sequence, the fs:item-sequence-to-untypedAtomic-PI
function returns a zero-length string. Otherwise, each atomic value in the input sequence is cast into a string. If any of the resulting strings contains the string "?>", a dynamic error is raised. The individual strings resulting from the previous step are merged into a single string by concatenating them with a single space character between each pair.
Leading whitespace is removed from the resulting string.
There are no special static typing rules for this function.
item-sequence-to-untypedAtomic-text
functionIntroduction
fs:item-sequence-to-untypedAtomic-text
($items
as
item *
) as
xdt:untypedAtomic?
The fs:item-sequence-to-untypedAtomic-text
function converts a sequence of item values to a string of type xdt:untypedAtomic
, or empty, by applying the rules in Section 3.7.3.4 Text Node ConstructorsXQ.
If the input is the empty sequence, the fs:item-sequence-to-untypedAtomic-text
function returns the empty sequence. Otherwise, each atomic value in the input sequence is cast into a string. The individual strings resulting from the previous step are merged into a single string by concatenating them with a single space character between each pair.
There are no special static typing rules for this function.
item-sequence-to-untypedAtomic-comment
functionIntroduction
fs:item-sequence-to-untypedAtomic-comment
($items
as
item *
) as
xdt:untypedAtomic
The fs:item-sequence-to-untypedAtomic-comment
function converts a sequence of item values to a string of type xdt:untypedAtomic
by applying the normative rules in Section 3.7.3.6 Computed Comment ConstructorsXQ.
If the input is the empty sequence, the fs:item-sequence-to-untypedAtomic-comment
function returns a zero-length string. Otherwise, each atomic value in the input sequence is cast into a string. The individual strings resulting from the previous step are merged into a single string by concatenating them with a single space character between each pair. It is a dynamic error if the result of the content expression of a computed
comment constructor contains two adjacent hyphens or ends with a hyphen.
There are no special static typing rules for this function.
apply-ordering-mode
functionfs:apply-ordering-mode
($items
as
item()*
) as
item()*
If the statEnv.orderingMode is set to ordered, the fs:apply-ordering-mode
function is the identity function, returning its input sequence in its original order.
statEnv.orderingMode = ordered dynEnv |- Expr => Value |
|
dynEnv |- fs:apply-ordering-mode (Expr) => Value |
If the statEnv.orderingMode is set to unordered, the fs:apply-ordering-mode
is equivalent to the fn:unordered
function, returning the items from its input sequence in arbitrary order.
statEnv.orderingMode = ordered dynEnv |- fn:unordered (Expr) => Value |
|
dynEnv |- fs:apply-ordering-mode (Expr) => Value |
If the ordering context is set to ordered
, the static type of the input expression of the fs:apply-ordering-mode
function is left unchanged.
statEnv.orderingMode = ordered |
|
statEnv |- (FS-URI ,"apply-ordering-mode ")(Type) : Type |
If the ordering context is set to unordered
, the static type of the input expression of the fs:apply-ordering-mode
function is computed using the prime and quantifier judgments, as for the fn:unordered
function.
statEnv.orderingMode = unordered |
|
statEnv |- (FS-URI ,"apply-ordering-mode ")(Type) : prime(Type) · quantifier(Type) |
to
functionfs:to
($firstval
as
xs:integer?
, $lastval
as
xs:integer?
) as
xs:integer*
The formal semantics function fs:to
is a wrapper function for the op:to
operator, taking the semantics of the range expression over empty sequences into account.
If one of the input parameters for fs:to
is the empty sequence, the function returns the empty sequence, otherwise it returns the result of calling the op:to
operator. This semantics is equivalent to the following function call.
declare function fs:to($firstval as xs:integer?, $lastval as xs:integer?) as xs:integer* { if (fn:empty($lastval) or fn:empty($lastval) then () else op:to($firstval,$lastval) };
The static type of fs:to
does not require any additional static typing rule, and is typed as a function call based on the above signature.
Introduction
This section gives special normalization and static typing rules for functions in [Functions and Operators] for which the standard normalization or typing rules are not appropriate. All functions that are not mentioned behave as described in Section [4.1.5 Function Calls]. When given, the static typing rules in this section always give more precise type information than the generic rule based on the function's signature.
fn:last
context functionAs explained in [3.1.2 Dynamic Context], the fn:last()
context function is modeled using the Formal Semantics variable $
fs:last
.
fn:position
context functionAs explained in [3.1.2 Dynamic Context], the fn:position()
context function is modeled using the Formal Semantics variable $
fs:position
.
[fn:position ()]Expr |
== |
$ fs:position |
fn:abs
, fn:ceiling
, fn:floor
, fn:round
, and fn:round-half-to-even
functionsThe typing rules for the fn:abs
, fn:ceiling
, fn:floor
, fn:round
, and fn:round-half-to-even
functions promote their input type to the (least) base primitive numeric type from which the input type is derived. Parameters of type xdt:untypedAtomic
are always promoted to xs:double
. Instead of writing a separate judgment for each function, we write one rule with function variable
F, which is one of the (FN-URI
,"abs
"), (FN-URI
,"ceiling
", (FN-URI
,"floor
"), (FN-URI
,"round
"), or (FN-URI
,"round-half-to-even
") functions.
|
|||||
|
|||||
statEnv |- F (Type) : Type1 · quantifier(Type) |
fn:boolean
functionThe fn:boolean
function as described in the [Functions and Operators] document takes an empty sequence, a sequence of one or more nodes, or a singleton value of type xs:string
, xdt:untypedAtomic
or some numeric type. All other values are illegal.
fn:collection
and fn:doc
functionsIntroduction
The type inference rules for fn:collection
and fn:doc
depend on the syntactic form of their input expression. As a result, the corresponding type inference rules must be written directly over the input expression, unlike the other functions in this section.
The fn:collection
function as described in the [Functions and Operators] document, takes a string-valued expression, which denotes a URI, and returns a value.
If the fn:collection
function has no parameter, the result type is given by the implementation for the default sequence if it exists.
|
|||
|
|||
statEnv |- QName() : Type |
If the argument to fn:collection
is a URILiteral expression which is defined in statEnv.collectionType, then the result type is the type corresponding to the URILiteral in statEnv.collectionType.
|
|||
|
|||
statEnv |- QName(URILiteral) : Type |
Otherwise, if the argument is not a URI literal or is a string but not defined in statEnv.collectionType, then we don't know anything about the URI, and the static type is a collection of nodes:
|
|||
|
|||
statEnv |- QName(URILiteral) : (element | attribute | processing-instruction | text | comment | document ) * |
|
|||
|
|||
statEnv |- QName(Expr) : (element | attribute | processing-instruction | text | comment | document ) * |
The static type of the fn:doc
function has similar static rules, but, in addition, requires that the static type of the URI be any document:
|
||||
|
||||
statEnv |- QName(URILiteral) : Type |
Otherwise, if the argument is not a URI literal or is not defined in the domain of statEnv.docType, then we don't know anything about the URI, and the static type is document:
fn:data
functionIntroduction
The fn:data
function converts a sequence of items to a sequence of atomic values.
Notation
Inferring the type for the fn:data
function is done by applying the data on auxiliary judgment, using the same approach as for the XPath steps.
The general rule for fn:data
is to apply the filter data on to the prime type of its argument type, then apply the quantifier to the result:
When applied to none, data on yields none.
When applied to empty, data on yields empty.
When applied to the union of two types, data on is applied to each of the two types. The resulting type is computed using prime and quantifier, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences]. This rule is necessary because data on may return a sequence of atomic types.
|
|||
|
|||
statEnv |- data on (Type1|Type2) : prime(Type1'|Type2') · quantifier(Type1'|Type2') |
When applied to an atomic type, data on simply returns the atomic type:
When applied to comment or processing instruction node types, data on returns xs:string
When applied to text, and document node types, data on returns xdt:untypedAtomic
When applied to element node types with type annotationXQ xdt:untyped
, the data on filter returns xdt:untypedAtomic
.
|
||
|
||
statEnv |- data on ElementType : xdt:untypedAtomic |
When applied to an attribute node type, the data on filter returns the attribute's simple type.
|
|||
|
|||
statEnv |- data on AttributeType : Type |
When applied to an element type whose type annotationXQ denotes a simple type or a complex type of simple content, data on returns the element's simple type.
|
||||
|
||||
statEnv |- data on ElementType : Type1 |
When applied to an element type whose type annotationXQ denotes a complex type of mixed content, the data on filter returns xdt:untypedAtomic
.
|
|||
|
|||
statEnv |- data on ElementType : xdt:untypedAtomic |
The data on filter is not defined on any element type whose type annotationXQ denotes a complex type of complex content and therefore apply data on to such a node raises a static error.
Example
Consider the following variables and its corresponding static type.
$x : (element price { attribute currency { xs:string }, xs:decimal } | element price_code { xs:integer })
Applying the fn:data
function on that variable results in the following type.
fn:data($x) : (xs:decimal | xs:integer)
Because the input type is a choice, applying the data on filter results in a choice of simple types for the output of the fn:data
function.
fn:distinct-values
functionThe fn:distinct-values
function expects a sequence of atomic values as input and returns a sequence of prime types, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences].
fn:unordered
functionThe static semantics for unordered is computed using prime and quantifier, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences]. The type of each argument is determined, and then prime(.) and quantifier(.) are applied to the sequence type (Type1, Type2).
fn:min
, fn:max
, fn:avg
, and fn:sum
functionsIntroduction
The dynamic evaluation rules for aggregate functions convert any item of type xdt:untypedAtomic
in the input sequence to xs:double
, then attempt to promote all values in the input sequence to values that are comparable. The static typing rules reflect the dynamic rules.
The fn:sum
function has two forms. The first form takes two arguments: The first argument is the input sequence and the second argument is the value that should be returned if the input sequence is empty. In case there is no second argument, the value returned for an empty sequence is the xs:integer
value 0.
Notation
The type function convert_untypedAtomic takes a prime type and converts all occurrences of the type xdt:untypedAtomic
to a target type. It is defined recursively as follows.
convert_untypedAtomic(xdt:untypedAtomic , Type) |
= | Type |
convert_untypedAtomic(FormalItemType, Type) | = | FormalItemType (FormalItemType is not xdt:untypedAtomic ) |
convert_untypedAtomic(empty , Type) |
= | empty |
convert_untypedAtomic(none , Type) |
= | none |
convert_untypedAtomic(Type1 | Type2, Type) | = | convert_untypedAtomic(Type1, Type) | convert_untypedAtomic(Type2, Type) |
Notation
The function aggregate_quantifier converts the input type quantifier zero-or-more or zero-or-one to the result type quantifier zero-or-one, and converts the input type quantifier one or one-or-more, to the result type quantifier one.
aggregate_quantifier(? ) |
= | ? |
aggregate_quantifier(* ) |
= | ? |
aggregate_quantifier(1 ) |
= | 1 |
aggregate_quantifier(+ ) |
= | 1 |
Now we can define the static typing rules for the aggregate functions. First, the input type is converted to a prime type. Second, the type function convert_untypedAtomic is applied to the prime type, yielding a new prime type, in which occurrences of xdt:untypedAtomic
are converted to xs:double
. Third, the judgment can be
promoted to is applied to the new prime type and target type. The result type is combined with the aggregate quantifier of the input type.
For a given aggregate function, instead of writing a separate judgment for each target type, we write one rule using a target type Type0.
For fn:min
and fn:max
, the target type Type0 is either xs:string
, xs:integer
, xs:decimal
, xs:float
, xs:double
, xs:date
, xs:time
, xs:dateTime
, xdt:yearMonthDuration
, or xdt:dayTimeDuration
.
|
||||||
|
||||||
statEnv |- (FN-URI ,"min ")(Type) : Type0 · aggregate_quantifier(quantifier(Type)) |
|
||||||
|
||||||
statEnv |- (FN-URI ,"max ")(Type) : Type0 · aggregate_quantifier(quantifier(Type)) |
For fn:avg
, the target type Type is either xs:decimal
, xs:float
, xs:double
, xdt:yearMonthDuration
, or xdt:dayTimeDuration
.
|
||||||
|
||||||
statEnv |- (FN-URI ,"avg ")(Type) : Type0 · aggregate_quantifier(quantifier(Type)) |
For fn:sum
, the target type Type is either xs:integer
, xs:decimal
, xs:float
, xs:double
, xdt:yearMonthDuration
, or xdt:dayTimeDuration
. The second argument in fn:sum
is the value that should be returned if the input sequence is empty. The result type is the union of the target type and the type of the
second argument. Note that the rule checks that the type for the zero value is consistent with the type of the input sequence.
|
||||||||
|
||||||||
statEnv |- (FN-URI ,"sum ")(Type1,Type2) : Type0 · aggregate_quantifier(quantifier(Type1)) |
fn:remove
functionThe static type for the fn:remove
function is computed using prime and quantifier, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences]. Since one item may be removed from the sequence, the resulting type is made optional.
fn:reverse
functionThe static type for the fn:reverse
function is computed using prime and quantifier, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences].
fn:subsequence
functionIntroduction
The fn:subsequence
function has special typing rules when its second argument is the numeric literal value 1 or the built-in variable $
fs:last
. These rules provide better typing for path expressions such as Expr[1] and Expr[fn:last
()].
The type inference rules for fn:subsequence
depends on the syntactic form of their input expression. As a result, the corresponding type inference rules must be written directly over the input expression, unlike the other functions in this section.
If the type of the input expression has exactly one or one-or-more items, then the type inferred for fn:subsequence
is the prime type of the input type.
|
|||
|
|||
|
If the type of the input expression has zero or more items, fn:subsequence
is applied on a numeric literal, $
fs:position
, or $
fs:last
, then the static type is zero-or-one of the prime type of the input type. Those static typing rules are intended to support more precise typing for the cases where fn:subsequence
is the result of normalizing an XPath
predicate of the form Expr[NumericLiteral] of Expr[last()], see [4.2.1 Steps].
|
|||
|
|||
|
The same rule applies when the last item in the input sequence is selected.
|
|||
|
|||
|
The same rule applies when an item is selected based on its position in the input sequence.
|
|||
|
|||
|
The last rule applies to all other applications of the fn:subsequence
function.
op:union
, op:intersect
, and op:except
operatorsThe static semantics for op:union
is computed using prime and quantifier, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences]. The type of each argument is determined, and then prime(.) and quantifier(.) are applied to the sequence type (Type1, Type2).
The static semantics of op:intersect
is analogous to that for op:union
. Because an intersection may be empty, the result type is optional.
The static semantics of op:except
follows. The type of the second argument is ignored as it does not contribute to the result type. As with op:intersect
, the result of op:except
may be the empty sequence.
fn:insert-before
functionThe static type for the fn:insert-before
function is computed using prime and quantifier, which are defined in [8.4 Judgments for FLWOR and other expressions on sequences].
fn:zero-or-one
, fn:one-or-more
, and fn:exactly-one
functionsThe functions fn:zero-or-one
, fn:one-or-more
, and fn:exactly-one
check that the cardinality of a sequence is in the expected range. They are useful to override the static type inferred for a given query. For example, in the following query, the user may know that all ISBN numbers are unique and therefore that the function always return at most one book element. However, the static typing feature cannot infer a precise enough type and will return a static type error
at compile time.
declare function book_with_isbn($isbn as xs:string) as schema-element(book)? { //book[@isbn=$isbn] }
In that query, the fn:zero-or-one
function can be used to tell the type system that the cardinality is known to be zero or one.
declare function book_with_isbn($isbn as xs:string) as schema-element(book)? { fn:zero-or-one(//book[@isbn=$isbn]) }
The static typing rules for those functions always infer a type with the cardinality indicated by that function.
This section defines auxiliary judgments used in defining the formal semantics. Many auxiliary judgments are used in both static and dynamic inference rules. Those auxiliary judgments that are used in only the static or dynamic semantics are labeled as such.
Introduction
This section defined several auxiliary judgments to access components of the [XPath/XQuery] type system. The first two judgments (derives from and substitutes for) are used to access the type and element name hierarchies in an XML Schema. The other judgments (name lookup, type lookup, extended by, adjusts to and expands to) are used to lookup the meaning of element or attribute types from the schema. These judgments are used in many expressions, notably in the specification of type matching (See [8.3 Judgments for type matching]), validation (See [E.1 Judgments for the validate expression]), and the static semantics of step expressions (See [8.2 Judgments for step expressions and filtering]).
Notation
The judgment
holds when TypeName1 derives from TypeName2. This judgment formalizes the definition of the derives-from
function in Section 2.5.4 SequenceType MatchingXQ.
Example
For example, assuming the extended XML Schema given in section [2.4.5 Example of a complete Schema], then the following judgments hold.
USAddress derives from xs:anyType NYCAddress derives from USAddress NYCAddress derives from xs:anyType xsd:positiveInteger derives from xsd:integer xsd:integer derives from xs:anySimpleType fs:anon3 derives from xsd:positiveInteger fs:anon3 derives from xsd:integer fs:anon3 derives from xs:anySimpleType fs:anon3 derives from xs:anyType
Note
Derivation is a partial order. It is reflexive and transitive by the definition below.
Semantics
This judgment is specified by the following rules.
Some rules have hypotheses that simply list a type, element, or attribute declaration.
Every type name derives from itself.
Every type name derives from the type it is declared to derive from by restriction or extension.
|
|||
|
|||
statEnv |- TypeName derives from BaseTypeName |
|
|||
|
|||
statEnv |- TypeName derives from BaseTypeName |
The above rules all require that the type names be defined in the static context, but [XPath/XQuery] permits references to "unknown" type names, i.e., type names that are not defined in the static context. An unknown type name might be encountered, if a module in which the given type name occurs does not import the schema in which the given type name is defined. In this case, an implementation is allowed (but is not required) to provide an implementation-dependent mechanism for determining whether the unknown type name is the same as or derived by restriction from the expected type name. The following rule formalizes this implementation dependent mechanism.
|
||
|
||
statEnv |- TypeName1 derives from TypeName2 |
The derivation relation is transitive.
The substitutes judgment is used to know whether an element name is in the substitution group of another element name.
Notation
The judgment
holds when ElementName1 substitutes for ElementName2.
Example
For example, assuming the extended XML Schema given in section [2.4.5 Example of a complete Schema], then the following judgments hold.
usaddress substitutes for address nyaddress substitutes for usaddress nyaddress substitutes for address
Note
Substitution is a partial order. It is reflexive and transitive by the definition below. It is asymmetric because no cycles are allowed in substitution groups.
Semantics
The substitutes judgment for element names is specified by the following rules.
Every element name substitutes for itself.
Every element name substitutes for the element it is declared to substitute for.
|
|||
|
|||
statEnv |- ElementName substitutes for BaseElementName |
Substitution is transitive.
The name lookup judgment is used in the definition of the matches judgment, which takes a value and a type and determines whether the value matches, or is an instance of, the given type. Both name lookup and matches are used in the dynamic semantics.
The name lookup judgment takes an element(attribute) name (derived from a node value) and an element(attribute) type and if the element(attribute) name matches the corresponding name in the element(attribute) type, the judgment yields the type's corresponding type reference and for elements, its nillable property.
Notation
The judgment
holds when the given element name matches the given element type and requires that the element be nillable as indicated and have the given type reference.
Example
For example, assuming the extended XML Schema given in section [2.4.5 Example of a complete Schema], then the following judgments hold.
comment name lookup element comment yields of type xsd:string size name lookup element size nillable of type xs:integer yields nillable of type xsd:string apt name lookup element apt yields of type fs:anon3 nycaddress name lookup element address yields of type NYCAddress
Note that when the element name is in a substitution group, the name lookup returns the type name corresponding to the original element name (here the type NYCAddress
for the element nycaddress
, instead of Address
for the element address
).
Semantics
This judgment is specified by the following rules.
If the element type is a reference to a global element, then name lookup yields the type reference in the element declaration for the given element name. The given element name must be in the substitution group of the global element.
|
||||
|
||||
statEnv |- ElementName1 name lookup element ElementName2 yields OptNillable TypeReference |
If the given element name matches the element name in the element type, and the element type contains a type reference, then name lookup yields that type reference.
|
statEnv |- ElementName name lookup element ElementName OptNillable TypeReference yields OptNillable TypeReference |
If the element type has no element name but contains a type reference, then name lookup yields the type reference.
|
statEnv |- ElementName name lookup element TypeReference yields TypeReference |
If the element type has no element name and no type reference, then name lookup yields xs:anyType
.
|
statEnv |- ElementName name lookup element yields of type xs:anyType |
Notation
The judgment
holds when matching an attribute with the given attribute name against the given attribute type matches the type reference.
Example
For example, assuming the extended XML Schema given in section [2.4.5 Example of a complete Schema], then the following judgments hold.
orderDate name lookup attribute orderDate of type xsd:date yields of type xsd:date? orderDate name lookup attribute of type xsd:date yields of type xsd:date?
Semantics
This judgment is specified by the following rules.
If the attribute type is a reference to a global attribute, then name lookup yields the type reference in the attribute declaration for the given attribute name.
|
||
|
||
statEnv |- AttributeName name lookup attribute AttributeName yields TypeReference |
If the given attribute name matches the attribute name in the attribute type, and the attribute type contains a type reference, then name lookup yields that type reference.
|
statEnv |- AttributeName name lookup attribute AttributeName TypeReference yields TypeReference |
If the attribute type has no attribute name but contains a type reference, then name lookup yields the type reference.
|
statEnv |- AttributeName name lookup attribute TypeReference yields TypeReference |
If the attribute type has no attribute name and no type reference, then name lookup yields xs:anySimpleType
.
|
statEnv |- AttributeName name lookup attribute yields of type xs:anySimpleType |
The type lookup judgments are used to obtain the appropriate type reference for an attribute or element.
Notation
The judgment
holds when the element type is optionally nillable and has the given type reference.
Semantics
The element type lookup judgments are specified by the following rules.
A reference to a global element yields the type reference in the global element declaration with the given element name.
|
|||
|
|||
statEnv |- element ElementName type lookup OptNillable TypeReference |
In the case of a local element type, type lookup yields the corresponding type reference.
If the element type has no element name but contains a type reference, then type lookup yields that type reference.
|
statEnv |- element OptNillable TypeReference type lookup TypeReference |
If the element type has no element name and no type reference, then lookup yields xs:anyType
.
|
statEnv |- element type lookup of type xs:anyType |
Notation
The judgment
holds when the attribute type has the given type reference.
Semantics
This judgment is specified by the following rules.
A reference to a global attribute yields the type reference in the global attribute declaration with the given attribute name.
|
||
|
||
statEnv |- attribute AttributeName type lookup TypeReference |
If the attribute name is not defined, i.e., it is not declared in the in-scope schema definitions, then the attribute's default type is xdt:untypedAtomic
.
|
||
|
||
statEnv |- attribute AttributeName type lookup of type xdt:untypedAtomic |
In the case of a local attribute type, type lookup yields the corresponding type reference.
|
statEnv |- attribute AttributeName TypeReference type lookup TypeReference |
If the attribute type has no attribute name but contains a type reference, then type lookup yields the type reference.
|
statEnv |- attribute TypeReference type lookup TypeReference |
If the attribute type has no attribute name and no type reference, then type lookup yields xs:anySimpleType
.
|
statEnv |- attribute type lookup of type xs:anySimpleType |
Notation
The judgment
holds when the result of extending Type1 by Type2 is Type. This judgment is used in the definition of type expansion [8.1.9 Type expansion], which expands a type to include the union of all types derived from the given type,
Semantics
This judgment is specified by the following rules.
statEnv |- Type1 = AttributeAll1 , ElementContentType1 statEnv |- Type2 = AttributeAll2 , ElementContentType2 |
|
statEnv |- Type1 extended by Type2 is (AttributeAll1 & AttributeAll2) , ElementContentType1 , ElementContentType2 |
Notation
The judgment
holds when the result of creating a mixed content from Type1 is Type2.
Semantics
This judgment is specified by the following rule, which interleaves the element content with a sequence of text nodes and adds a union of xdt:anyAtomicType
values. The xdt:anyAtomicType
sequence is required because it is possible to derive an element containing only atomic values from an element that is mixed.
statEnv |- Type = AttributeAll , ElementContentType |
|
statEnv |- Type mixes to AttributeAll , ( ElementContentType & text* | xdt:anyAtomicType *) |
In the [XPath/XQuery] type system, a complex-type declaration does not include the implicit attributes and nodes that may be included in the type. Type adjustment takes a complex type and adjusts it to include implicit attributes and nodes. In particular, type adjustment:
adds the four (optional) built-in attributes xsi:type, xsi:nil, xsi:schemaLocation, or xsi:noNamespaceSchemaLocation,
interleaves the type with a sequence of comments and processing-instructions, and
if the complex type is mixed, interleaves the type with a sequence of text nodes and xdt:anyAtomicType
.
Notation
The judgment
holds when the second type is the same as the first after the first has been adjusted as described above.
Semantics
This judgment is specified by the following rules.
If the type is flagged as mixed, then mix the type and extend it by the built-in attributes.
|
||||
|
||||
statEnv |- mixed Type1 adjusts to Type4 |
Otherwise, just extend the type by the built-in attributes.
|
|||
|
|||
statEnv |- Type1 adjusts to Type3 |
Schema defines four built-in attributes that can appear on any element in the document without being explicitly declared in the schema. Those four attributes need to be added inside content models when doing matching. The four built-in attributes of Schema are declared as follows.
define attribute xsi:type of type xs:QName define attribute xsi:nil of type xs:boolean define attribute xsi:schemaLocation of type fs:anon define type fs:anon1 { xs:anyURI* } define attribute xsi:noNamespaceSchemaLocation of type xs:anyURI
For convenience, a type that is an all group of the four built-in XML Schema attributes is defined.
BuiltInAttributes = attribute xsi:type ? & attribute xsi:nil ? & attribute xsi:schemaLocation ? & attribute xsi:noNamespaceSchemaLocation ?
The expands to judgment is one of the most important static judgments. It is used in the static semantics of the child axis [8.2.2.1 Static semantics of axes], which is used in the definition of many other rules that extract element types from an arbitrary content type.
The judgment takes a type name and computes the union of all types derived from the given type. If the type is nillable, it also makes sure the content model allows the empty sequence. If the type is mixed, it also adjusts the type to include the mixed content model. The judgment depends on the extended with union interpretation of judgment to recursively compute all derived types.
Notation
The judgment
holds when expanding the (nillable) type reference results in the given type.
Semantics
This judgment is specified by the following rules.
If the type is nillable, then its expansion is optional.
statEnv |- TypeReference expands to Type |
|
statEnv |- nillable TypeReference expands to Type? |
The type definition for the type reference is contained in its expansion.
|
|||||
|
|||||
statEnv |- of type TypeName expands to Type3 |
In case the type is xdt:untyped
, the type does not need to be adjusted as is required for other XML Schema types. See the corresponding definition in [3.5.1 Predefined Schema Types].
|
||
|
||
statEnv |- of type xdt:untyped expands to Type1 |
Notation
The judgment
holds when the type Type2 is the expansion of the type name TypeName with definition Type1 to include all types derived by extension and restriction from the given type name. This rule is recursive, because each type name itself may have other type names that are derived from it. The recursive rules traverse the entire derivation tree, identifying every type name derived from the original type name.
Semantics
This judgment is specified by the following rules.
|
||||||||||||||
|
||||||||||||||
statEnv |- Type1 is Type0 extended with union interpretation of TypeName0 |
Examples
Note that this expansion does not enforce the unique particular attribution property specified by XML Schema in the resulting content models. Implementations may want to implement an equivalent alternative expansion that enforces that property. For example, expanding type T1
below yields the following type that is not one-deterministic:
define type T1 { element a } define type T2 extends T1 { element b } (element a | element a, element b) is (element a) extended with union interpretation of T1
An implementation might want to infer the equivalent content model that verifies the unique particular attribution property of XML Schema:
(element a, (() | element b)) is (element a) extended with union interpretation of T1
Introduction
Step expressions are one of the elementary operations in [XPath/XQuery]. Steps select nodes reachable from the root of an XML tree. Defining the semantics of step expressions requires a detailed analysis of all the possible cases of axis and node tests.
This section introduces auxiliary judgments used to define the semantics of step expressions. The principal judgment ([8.2.1 Principal Node Kind]) captures the notion of principal node kind in XPath. The Axis judgments ([8.2.2 Auxiliary judgments for axes]) define the static and dynamic semantics of all axes, and the Node Test judgments ([8.2.3 Auxiliary judgments for node tests]) define the static and dynamic semantics of all node tests. The filter judgment accesses the value of an attribute and is used in the definition of validation ([E Auxiliary Judgments for Validation]).
Notation
The following auxiliary grammar production describe principal node types (See [XML Path Language (XPath) 2.0]).
[72 (Formal)] | PrincipalNodeKind |
::= | "element" | "attribute" | "namespace" |
Notation
The judgment
holds when PrincipalNodeKind is the principal node kind for Axis.
Example
For example, the following judgments hold.
child:: principal element descendant:: principal element preceding:: principal element attribute:: principal attribute namespace:: principal namespace
Semantics
This judgment is specified by the following rules.
The principal node type for the attribute axis is attribute.
|
attribute:: principal attribute |
The principal node type for the namespace axis is namespace.
|
namespace:: principal namespace |
The principal node type for all other axis is element.
Axis != attribute:: Axis != namespace:: |
|
Axis principal element |
Notation
The following judgment
holds when applying the axis Axis on type Type1 yields the type Type2.
The following two judgments are used in the definition of axis. The judgment
only applies to a type that is a valid element content type and holds when Type1 has the content type Type2. The judgment separates the attribute types from the other node or atomic-valued types of the element content type and yields the non-attribute types.
The judgment
only applies to a type that is a valid element content type and holds when Type1 has attribute types Type2. The judgment yields the attribute types of the element content type.
Example
For example, the following judgments hold.
axis child:: of element of type xs:string : text axis child:: of element items of type Items : element item of type fs:anon1* axis child:: of element purchaseOrder : element shipTo of type USAddress, element billTo of type USAddress, element ipo:comment?, element items of type Items axis attribute:: of element of type xs:string : empty attribute partNum of type SKU, element item of type fs:anon1* has-node-content element item of type fs:anon1* attribute partNum of type SKU, element item of type fs:anon1* has-attribute-content attribute partNum of type SKU (attribute partNum of type SKU, element item of type fs:anon1*) | (attribute orderDate of type xs:date?, element shipTo of type USAddress, element billTo of type USAddress, element comment?, element items of type Items) has-node-content (element item of type fs:anon1*) | (element shipTo of type USAddress, element billTo of type USAddress, element comment?, element items of type Items) (attribute partNum of type SKU, element item of type fs:anon1*) | (attribute orderDate of type xs:date?, element shipTo of type USAddress, element billTo of type USAddress, element comment?, element items of type Items) has-attribute-content (attribute partNum of type SKU) | (attribute orderDate of type xs:date?)
Semantics
This judgment is specified by the following rules.
The following rules compute the type of the axis expression when applied to each item type in the content model.
|
|||
|
|||
statEnv |- axis Axis of Type1&Type2 : Type3&Type4 |
|
|||
|
|||
statEnv |- axis Axis of Type1,Type2 : Type3,Type4 |
|
|||
|
|||
statEnv |- axis Axis of Type1|Type2 : Type3|Type4 |
The following rules specifies how to compute the type of each axis applied to an item type.
self
axisSemantics
Applying the self axis to a node type results in the same node type.
child
axisSemantics
In the case of an element type, the static type of the child axis is obtained by type lookup and expansion of the resulting type. Note that the expands to judgment yields the type that corresponds to a given type name. Because the meaning of a type name includes the definitions of all type names derived by extension and restriction from the given type name, expands to yields the union of all the type definitions of all type names derived from the input type name. Each type in the union contains the complete definition of the type name, i.e., it includes built-in attributes and, if necessary, processing-instruction, comment, and text types.
After type expansion, the judgment has-node-content is applied to each type in the union. The resulting type is the union of all non-attribute types in the expanded type.
|
||||||
|
||||||
statEnv |- axis child:: of ElementType : Type1' | ... | Typen' |
If the type is a sequence of attributes, then the content type is empty
.
If the type is attributes followed by a simple type, the content type is zero-or-one text. The resulting type is optional since an expression returning the empty sequence results in no text node being constructed.
|
||||
|
||||
statEnv |- Type has-node-content text? |
In the case of an element type with complex content type, the content type is simply the non-attribute part of the complex content type.
|
||||
|
||||
statEnv |- Type has-node-content Type2 |
In the case of an attribute type, the static type of the child axis is empty.
|
statEnv |- axis child:: of AttributeType : empty |
In the case of a text node type, the static type of the child axis is empty.
In the case of a comment node type, the static type of the child axis is empty.
In the case of a processing-instruction node type, the static type of the child axis is empty.
In case of a document node type, the static type of the child axis is the type of the document node content, interleaved with a sequence of comments and processing-instructions.
attribute
axisSemantics
The static type for the attribute axis is computed in a similar way as the static type for the child axis. As above, the expands to judgment may yield a union type. After type expansion, the judgment has-attribute-content is applied to each type in the union.
|
||||||
|
||||||
statEnv |- axis attribute:: of ElementType : Type1' | ... | Typen' |
When applied to an element type, has-attribute-content yields the type of the element's content that are attributes.
|
||||
|
||||
statEnv |- Type has-attribute-content Type1 |
In case of an attribute type, the static type of the attribute axis is empty.
|
statEnv |- axis attribute:: of AttributeType : empty |
In case of a text node type, the static type of the attribute axis is empty.
In case of a comment node type, the static type of the attribute axis is empty.
In case of a processing-instruction node type, the static type of the attribute axis is empty.
In case of a document node type, the static type of the attribute axis is the empty.
parent
axisSemantics
The type for the parent of an element type, a text node type, a PI node type, or a comment node type is either an element, a document, or empty.
The type for the parent of an attribute node is an element or empty.
|
statEnv |- axis parent:: of AttributeType : element? |
The type for the parent of a document node type is always empty.
|
statEnv |- axis parent:: of DocumentType : empty |
namespace
axisSemantics
The type for the namespace axis is always empty.
descendant
axisSemantics
The types for the descendant axis is obtained as the closure of the type of the child axis. This is expressed by the following inference rule.
|
||||||
|
||||||
statEnv |- axis descendant:: of Type : (prime(Type1) | ... | prime(Typen))* |
Note
Note that the last premise in the above rule terminates the recursion. The rule computes the n-th type Typen such that applying the child axis one more time does not add any new item type to the union. This condition is guaranteed to hold at some point, because the number of item types is bounded by all of the item types defined in the in-scope schema definitions.
descendant-or-self
axisSemantics
The type for the descendant-or-self axis is the union of the type for the self axis and for the descendant axis.
ancestor
axisSemantics
The type for the ancestor axis is computed similarly as for the descendant axis.
Note that this rule will always result in the type (element | document)*
type, but this formulation is preferred for consistency, and in case the static typing for the parent axis gets improved in a future version.
Notation
The following judgment
holds when applying the axis Axis on Value1 yields Value2:
Example
For example, the following judgments hold.
axis child:: of element sizes { text { "1 2 3" } } => text { "1 2 3" } axis attribute:: of element weight of type xs:integer { attribute xsi:type of type xs:QName { "xs:integer" of type xs:QName }, 42 of type xs:integer } => attribute xsi:type of type xs:QName { "xs:integer" of type xs:QName }
Semantics
This judgment is specified by the following rules.
The first set of rules are used to process the axis judgment on each individual item in the input sequence.
|
|||
|
|||
dynEnv |- axis Axis of Value1,Value2 => Value3,Value4 |
The following rules specifies how the value filter judgment is applied on each Axis.
The self axis just returns the context node.
The child, parent, attribute and namespace axis are specified as follows.
|
dynEnv |- axis child:: of element ElementName { AttributeValue,ElementValue } => ElementValue |
|
dynEnv |- axis attribute:: of ElementName { AttributeValue,ElementValue } => AttributeValue |
Editorial note | |
The use of the dm: should be removed. This can be removed when adding the notion of store in the dynamic rules. |
The descendant, descendant-or-self, ancestor, and ancestor-or-self axis are implemented through recursive application of the children and parent filters.
|
|||
|
|||
dynEnv |- axis descendant:: of NodeValue => Value1, Value2 |
|
|||
|
|||
dynEnv |- axis descendant-or-self:: of NodeValue => Value1, Value2 |
|
|||
|
|||
dynEnv |- axis ancestor:: of NodeValue => Value1, Value2 |
|
|||
|
|||
dynEnv |- axis ancestor-or-self:: of NodeValue => Value1, Value2 |
In all the other cases, the axis application results in an empty sequence.
A node test may be a name test or a kind test. In the static and dynamic semantics, we begin with name tests, followed by kind tests.
Notation
The following judgment
holds when applying the node test NodeTest on the type Type1 in the context of the given principal node kind, yields the type Type2.
Example
For example, assuming the extended XML Schema given in section [2.4.5 Example of a complete Schema], then the following judgments hold.
test shipTo with element of element shipTo of type USAddress, element billTo of type USAddress, element ipo:comment?, element items of type Items : element shipTo of type USAddress
Semantics
This judgment is specified by the following rules.
The first set of rules is similar to that for axes, and are used to process the content each individual item type in the input content model.
statEnv |- test NodeTest with PrincipalNodeKind of Type1 : Type2 |
|
statEnv |- test NodeTest with PrincipalNodeKind of Type1 Occurrence : Type2 Occurrence |
|
|||
|
|||
statEnv |- test NodeTest with PrincipalNodeKind of Type1 & Type2 : Type3 & Type4 |
|
|||
|
|||
statEnv |- test NodeTest with PrincipalNodeKind of Type1 , Type2 : Type3 , Type4 |
|
|||
|
|||
statEnv |- test NodeTest with PrincipalNodeKind of Type1|Type2 : Type3|Type4 |
The following rules specify how the test judgment apply to node tests in the context of a principal node kind. We start with name tests followed by kind tests.
Name tests on elements and attributes always compute the most specific type possible. For example, if $v
is bound to an element with a computed name, the type of $v
is element
. The static type computed for the expression $v/self::foo
is element foo of type xs:anyType
, which makes use of foo
in the name test to compute a more specific type. Also note that each case of name matching restricts the principal node kind
appropriately.
|
|||
|
|||
statEnv |- test QName2 with element of element QName1 OptTypeSpecifier : element QName1 OptTypeSpecifier |
|
|||
|
|||
statEnv |- test QName2 with element of element *: LocalPart1 OptTypeSpecifier : element
QName2 OptTypeSpecifier |
|
|||
|
|||
statEnv |- test QName2 with element of element Prefix1:* OptTypeSpecifier : element
Prefix1: LocalPart2 OptTypeSpecifier |
|
statEnv |- test QName2 with element of element OptTypeSpecifier : element QName2 OptTypeSpecifier |
|
||||
|
||||
statEnv |- test *: LocalPart2 with element of element QName1 OptTypeSpecifier : element
QName1 OptTypeSpecifier |
LocalPart1 = LocalPart2 |
|
statEnv |- test *: LocalPart2 with element of element *: LocalPart1 OptTypeSpecifier : element *: LocalPart2 OptTypeSpecifier |
|
statEnv |- test *: LocalPart2 with element of element Prefix1:* OptTypeSpecifier : element Prefix1: LocalPart2 OptTypeSpecifier |
|
statEnv |- test *: LocalPart2 with element of element OptTypeSpecifier : element *: LocalPart2 OptTypeSpecifier |
|
|||
|
|||
statEnv |- test Prefix2:* with element of element QName1 OptTypeSpecifier : element QName1 OptTypeSpecifier |
|
statEnv |- test Prefix2:* with element of element *: LocalPart1 OptTypeSpecifier : element Prefix2: LocalPart1 OptTypeSpecifier |
statEnv.namespace(Prefix1) = statEnv.namespace(Prefix2) |
|
statEnv |- test Prefix2:* with element of element Prefix1:* OptTypeSpecifier :
element Prefix1:* OptTypeSpecifier |
|
statEnv |- test Prefix2:* with element of element OptTypeSpecifier : element Prefix2:* OptTypeSpecifier |
|
statEnv |- test * with element of element QName OptTypeSpecifier : element QName OptTypeSpecifier |
Similar typing rules apply to the attribute name tests:
|
|||
|
|||
statEnv |- test QName2 with attribute of attribute QName1 OptTypeReference : attribute QName1 OptTypeReference |
|
|||
|
|||
statEnv |- test QName2 with attribute of attribute *: LocalPart1 OptTypeReference : attribute
QName2 OptTypeReference |
|
|||
|
|||
statEnv |- test QName2 with attribute of attribute Prefix1:* OptTypeReference : attribute
Prefix1: LocalPart2OptTypeReference |
|
statEnv |- test QName2 with attribute of attribute OptTypeReference : attribute QName2 OptTypeReference |
|
|||
|
|||
statEnv |- test *: LocalPart2 with attribute of attribute QName1 OptTypeReference : attribute
QName1 OptTypeReference |
LocalPart1 = LocalPart2 |
|
statEnv |- test *: LocalPart2 with attribute of attribute *: LocalPart1 OptTypeReference : attribute *: LocalPart2 OptTypeReference |
|
statEnv |- test *: LocalPart2 with attribute of attribute Prefix1:* OptTypeReference :
attribute Prefix1:LocalPart2OptTypeReference |
|
statEnv |- test *: LocalPart2 with attribute of attribute OptTypeReference : attribute *: LocalPart2 OptTypeReference |
fn:namespace-uri-from-QName ( QName1) = statEnv.namespace(Prefix2) |
|
statEnv |- test Prefix2:* with attribute of attribute QName1 OptTypeReference : attribute
QName1 OptTypeReference |
|
statEnv |- test Prefix2:* with attribute of attribute *: LocalPart1 OptTypeReference : attribute Prefix2: LocalPart1 OptTypeReference |
statEnv.namespace(Prefix1) = statEnv.namespace(Prefix2) |
|
statEnv |- test Prefix2:* with attribute of attribute Prefix1:* OptTypeReference : attribute Prefix1:* OptTypeReference |
|
statEnv |- test Prefix2:* with attribute of attribute OptTypeReference : attribute Prefix2:* OptTypeReference |
|
statEnv |- test * with attribute of attribute QName OptTypeReference : attribute QName OptTypeReference |
Lastly, if none of the above rules holds, then the type of the input expression is empty.
|
||||||||
|
||||||||
statEnv |- test NameTest with element of ElementNameOrWildcard2 TypeSpecifier2 : empty |
All the rules for typing the document, element, and attribute kind tests are similar. First, the document, element, or attribute test is normalized to the equivalent document, element, or attribute type by applying the []sequencetype normalization rule to the kind test.
After normalization of the kind test as an XQuery type, that type is compared to the expression's inferred type. If the latter is a subtype of the former other, then the kind test yields the smaller type.
Document kind test
Semantics
If the type of the expression is a subtype of the document kind test, then we are guaranteed that during evaluation, the expression's value will always match the document kind test, and therefore the type of the entire expression is the type of the input expression.
|
|||
|
|||
statEnv |- test DocumentTest with element of Type1 : Type1 |
Conversely, if the type of the document kind test is a subtype of the expression, then during evaluation, the expression's value may or may not match the document kind test, and therefore the type of the entire expression is zero-or-one of the type of the document kind test.
|
|||
|
|||
statEnv |- test DocumentTest with element of Type1 : DocumentType? |
If the types of the expression and document kind test are unrelated, then we apply the kind test rule recursively on the element types, which may yield a non-empty type.
|
||||
|
||||
statEnv |- test document-node (ElementTest) with element of document { Type1 } : document { Type2 } |
If there is no non-empty type, then the kind test yields the empty type.
|
||||
|
||||
statEnv |- test document-node (ElementTest) with element of document { Type1 } : empty |
Element kind test
Semantics
The rules for the element kind test are similar to those for the document kind test.
If the type of the expression is a subtype of the element kind test, then we are guaranteed that during evaluation, the expression's element value will always match the element kind test, and therefore the type of the entire expression is the type of the input expression.
|
|||
|
|||
statEnv |- test ElementTest with element of Type1 : Type1 |
Conversely, if the type of the element kind test is a subtype of the expression, then during evaluation, the expression's element value may or may not match the element kind test, and therefore the type of the entire expression is zero-or-one of the type of the element kind test.
|
|||
|
|||
statEnv |- test ElementTest with element of Type1 : ElementType? |
If the types of the expression and element kind test are unrelated (i.e., neither type is a subtype of the other), then we must compare the structure of the type of the element test with the type of the element expression, as an element type or test may contain wildcards.
In the first case, the element kind test contains an element name and a type name and the input expression's type contains only a type name. If the input expression's content type is a subtype of the element kind test's content type, then the type of the entire expression is zero-or-one of an element with the given name and the input expression's content type.
|
||||
|
||||
statEnv |- test ElementTest with element of element TypeSpecifier2 : element ElementName1 TypeSpecifier2? |
In the second case, the structure of the input types is reversed: The input expression's type contains an element name and a type name and the element kind test's type contains only a type name. If the element kind test's content type is a subtype of the input expression's content type, then the type of the entire expression is zero-or-one of an element with the given name and the element kind test's content type.
|
||||
|
||||
statEnv |- test ElementTest with element of element ElementName2 TypeSpecifier2 : element ElementName2 TypeSpecifier1? |
Lastly, if none of the above rules holds, then the type of the input expression is empty.
|
||||||||
|
||||||||
statEnv |- test ElementTest with element of ElementNameOrWildcard2 TypeSpecifier2 : empty |
Attribute kind test
Semantics
The rules for the attribute kind test are isomorphic to those for element kind test.
If the type of the expression is a subtype of the attribute kind test, then we are guaranteed that during evaluation, the expression's attribute value will always match the attribute kind test, and therefore the type of the entire expression is the type of the input expression.
|
|||
|
|||
statEnv |- test AttributeTest with attribute of Type1 : Type1 |
Conversely, if the type of the attribute kind test is a subtype of the expression, then during evaluation, the expression's attribute value may or may not match the attribute kind test, and therefore the type of the entire expression is zero-or-one of the type of the attribute kind test.
|
|||
|
|||
statEnv |- test AttributeTest with attribute of Type1 : AttributeType? |
If the types of the expression and attribute kind test are unrelated (i.e., neither type is a subtype of the other), then we must compare the structure of the type of the attribute test with the type of the attribute expression, as an attribute type or test may contain wildcards.
In the first case, the attribute kind test contains an attribute name and a type name and the input expression's type contains only a type name. If the input expression's content type is a subtype of the attribute kind test's content type, then the type of the entire expression is zero-or-one of an attribute with the given name and the input expression's content type.
|
||||
|
||||
statEnv |- test AttributeTest with attribute of attribute TypeReference2 : attribute AttributeName1 TypeReference2? |
In the second case, the structure of the input types is reversed: The input expression's type contains an attribute name and a type name and the attribute kind test's type contains only a type name. If the attribute kind test's content type is a subtype of the input expression's content type, then the type of the entire expression is zero-or-one of an attribute with the given name and the attribute kind test's content type.
|
||||
|
||||
statEnv |- test AttributeTest with attribute of attribute AttributeName2 TypeReference2 : attribute AttributeName2 TypeReference1? |
Lastly, if none of the above rules holds, then the type of the input expression is empty.
|
||||||||
|
||||||||
statEnv |- test AttributeTest with attribute of AttributeName2 TypeReference2 : empty |
Processing instruction, comment, and text kind tests.
Semantics
|
statEnv |- test processing-instruction() with PrincipalNodeKind of processing-instruction : processing-instruction |
A processing-instruction node test with a string literal or NCName matches a processing instruction whose target has the given name. Since target matching cannot be checked statically, the static type of the node test is zero-or-one processing instruction.
|
statEnv |- test processing-instruction( StringLiteral | NCName) with PrincipalNodeKind of processing-instruction : processing-instruction? |
If none of the above rules apply, then the node test returns the empty sequence and the following rule applies:
Notation
The following judgment
holds when applying the node test NodeTest on Value1 in the context of the PrincipalNodeKind yields Value2:
Example
For example, the following judgments hold.
test node() with element of text { "1 2 3" } => text { "1 2 3" } test size with element of text { "1 2 3" } => () test foo:* with element of (element foo:a of type xs:int { 1 }, element foo:a of type xs:int { 2 }, element bar:b of type xs:int { 3 }, element bar:c of type xs:int { 4 }, element foo:d of type xs:int { 5 }) => (element foo:a of type xs:int { 1 }, element foo:a of type xs:int { 2 }, (), (), element foo:d of type xs:int { 5 })
Note
The last example illustrates how a test judgment operates on a sequence of nodes, applying the test on each node in the sequence individually, while preserving the structure of the sequence.
Semantics
This judgment is specified by the following rules.
The first set of rules are similar to those for axes, and are used to process the test judgment on each individual item in the input sequence.
|
|||
|
|||
dynEnv |- test NodeTest with PrincipalNodeKind of Value1,Value2 => Value3,Value4 |
The following rules specify how the value filter judgment is applied on a name test in the context of a principal node kind.
Semantics
|
|||||
|
|||||
dynEnv |- test Prefix:LocalPart with PrincipalNodeKind of NodeValue => NodeValue |
|
||
|
||
dynEnv |- test * with PrincipalNodeKind of NodeValue => NodeValue |
All the rules for evaluating the document, element, and attribute kind tests are similar. First, the document, element, or attribute test is normalized to the equivalent document, element, or attribute type by applying the []sequencetype normalization rule. As explained in [3.5.3 SequenceType Syntax], SequenceTypes are normalized to XQuery types whenever a dynamic or static rule requires the corresponding type. The reason for this deviation from the processing model is that the result of SequenceType normalization is not part of the [XPath/XQuery] core syntax.
After normalization of the SequenceType to an XQuery type, the document, element, or attribute value is simply matched against the XQuery type. If the value matches the type, then the judgment yields the value, otherwise the judgment yields the empty sequence.
Document kind test
Semantics
|
|||
|
|||
dynEnv |- test DocumentTest with element of DocumentValue => DocumentValue |
|
|||
|
|||
dynEnv |- test DocumentTest with element of DocumentValue => () |
Element kind test
Semantics
|
|||
|
|||
dynEnv |- test ElementTest with element of ElementValue => ElementValue |
|
|||
|
|||
dynEnv |- test ElementTest with element of ElementValue => () |
Attribute kind test
Semantics
|
|||
|
|||
dynEnv |- test AttributeTest with attribute of AttributeValue => AttributeValue |
|
|||
|
|||
dynEnv |- test AttributeTest with attribute of AttributeValue => () |
Processing instruction, comment, and text kind tests.
Semantics
|
||
|
||
dynEnv |- test processing-instruction() with PrincipalNodeKind of NodeValue => NodeValue |
|
||||
|
||||
dynEnv |- test processing-instruction( StringLiteral ) with PrincipalNodeKind of NodeValue => NodeValue |
|
||
|
||
dynEnv |- test processing-instruction() with PrincipalNodeKind of NodeValue => () |
|
||
|
||
dynEnv |- test comment() with PrincipalNodeKind of NodeValue => NodeValue |
|
||
|
||
dynEnv |- test comment() with PrincipalNodeKind of NodeValue => () |
|
||
|
||
dynEnv |- test text() with PrincipalNodeKind of NodeValue => NodeValue |
|
||
|
||
dynEnv |- test text() with PrincipalNodeKind of NodeValue => () |
The node()
node test is true for all nodes. Therefore, the following rule does not have any precondition (remember that an empty upper part in the rule indicates that the rule is always true).
If none of the above rules applies then the node test returns the empty sequence, and the following dynamic rule is applied:
Introduction
XQuery supports type declarations on variable bindings, and several operations on types (typeswitch
, instance of
, etc). This section describes judgments used for the specification of the semantics of those operations.
The "match" judgment specifies formally type matching. It takes as input a value and a type and either succeeds or fails. It is used in matching parameters against function signatures, type declarations, and matching values against cases in "typeswitch". An informal description of type matching is given in Section 2.5.4 SequenceType MatchingXQ.
The "subtyping" judgment takes two types and succeeds if all values matching the first type also match the second. It is used to define the static semantics of operations using type matching.
Notation
The judgment
holds when the given value matches the given type.
Example
For example, assuming the extended XML Schema given in section [2.4.5 Example of a complete Schema], then the following judgments hold.
element comment of type xsd:string { "This is not important" } matches element comment of type xsd:string (element apt of type fs:anon3 { 2510 }, element apt of type fs:anon3 { 2511 }) matches element apt+ () matches element usaddress? element usaddress of type USAddress { element name of type xsd:string { "The Archive" }, element street of type xsd:string { "Christopher Street" }, element city of type xsd:string { "New York" }, element state of type xsd:string { "NY" }, element zip of type xsd:decimal { 10210 } } matches element usaddress?
Semantics
We start by giving the inference rules for matching an item value with an item type.
An atomic value matches an atomic type if its type annotationXQ derives from the atomic type. The value itself is ignored -- this is checked as part of validation.
statEnv |- AtomicTypeName1 derives from AtomicTypeName2 |
|
statEnv |- AtomicValue of type AtomicTypeName1 matches AtomicTypeName2 |
A text node matches text.
A comment node matches comment.
A processing-instruction node matches processing-instruction.
A document node matches a document type if the node's content matches the document type's corresponding content type.
The rules for matching an element value with an element type are more complicated. When an element value is not nilled, the element matches an element type if the element name and the element type resolve to some type name, and the element value's type annotationXQ is derived from the resolved type name. Note that there is no need to check structural constraints on the value since those have been checked during XML Schema validation and the value is assumed to be consistent with its type annotationXQ.
|
||||
|
||||
statEnv |- element ElementName of type TypeName { Value } matches ElementType |
Note
Type matching uses the name lookup judgment defined in [8.1.3 Element and attribute name lookup (Dynamic)].
In the case the element has been nilled, that is there exists and xsi:nil attribute set to true in the element value, the following rule checks that the type is nillable.
|
||||
|
||||
statEnv |- element ElementName of type TypeName { Value } matches ElementType |
The rule for attributes is similar, but does not require the check for the xsi:nil attribute.
|
|||
|
|||
statEnv |- attribute AttributeName of type TypeName { Value } matches AttributeType |
A type can also be a sequence of items, in that case the matching rules also need to check whether the constraints described by the type as a regular expression hold. This is specified by the following rules.
The empty sequence matches the empty sequence type.
If two values match two types, then their sequence matches the corresponding sequence type.
|
|||
|
|||
statEnv |- Value1,Value2 matches Type1,Type2 |
If a value matches a type, then it also matches a choice type where that type is one of the choices.
If two values match two types, then their interleaving matches the corresponding all group.
|
||||
|
||||
statEnv |- Value matches Type1 & Type2 |
An optional type matches a value of that type or the empty sequence.
The following rules are used to match a value against a sequence of zero (or one) or more types.
statEnv |- Value1 matches Type statEnv |- Value2 matches Type* |
|
statEnv |- Value1, Value2 matches Type* |
statEnv |- Value1 matches Type statEnv |- Value2 matches Type* |
|
statEnv |- Value1, Value2 matches Type+ |
Note
The above definition of type matching, although complete and precise, does not give a simple means to compute type matching. Notably, some of the above rules can be non-deterministic (e.g., the rule for matching of choice or repetition).
The structural component of the [XPath/XQuery] type system can be modeled by regular expressions. Regular expressions can be implemented by means of finite state automata. Computing type matching then is equivalent to check if a given sequence of items is recognized by its corresponding finite state automata. Finite state automata and their relationships to regular expressions have been extensively studied and documented in computer-science literature. The interested reader can consult the relevant literature, for instance [Languages], or [TATA].
Introduction
This section defines the semantics of subtyping in [XPath/XQuery]. Subtyping is used during the static type analysis, in typeswitch expressions, treat and assert expressions, and to check the correctness of function applications.
Note that intuitive relationships between types. For instance, that (Type,()) is equivalent to Type can be deduced using the subtyping judgment (and algorithm) described here.
Notation
The judgment
holds if the first type is a subtype of the second.
Semantics
This judgment is true if and only if, for every value Value, if Value matches Type1 holds, then Value matches Type2 also holds.
Note
It is easy to see that the subtype relation <: is a partial order, i.e. it is reflexive:
statEnv |- Type <: Typeand it is transitive: if,
statEnv |- Type1 <: Type2and,
statEnv |- Type2 <: Type3then,
statEnv |- Type1 <: Type3Finally, two types are equal if each is a subtype of the other, that is:
statEnv |- Type1 <: Type2and,
statEnv |- Type2 <: Type1then,
statEnv |- Type1 = Type2Note
The above definition although complete and precise, does not give a simple means to compute subtyping. Notably the definition above refers to values which are not available at static type checking time.
The structural component of the [XPath/XQuery] type system can be modeled by regular expressions. Regular expressions can be implemented by means of finite state automata. Computing subtyping between two types can then be done by computing if inclusion holds between their corresponding finite states automata.
Finite state automata and how to compute operations on those automata, such as inclusion, emptiness or intersection have been extensively studied and documented in the literature. The interested reader can consult the relevant literature on tree grammars, for instance [Languages], or [TATA].
Introduction
Some [XPath/XQuery] operations work on sequences of items. For instance, [For/FLWOR] expressions iterate over a sequence of items and the fn:unordered
function can return all items in a sequence in any order, etc.
Static typing for those operations need to infer a type acceptable for all the items in the sequence. This sometimes require to approximate the type known for each item individually.
Example
Assume the variable $shipTo
is bound to the shipTo element
<shipTo country="US"> <name>Alice Smith</name> <street>123 Maple Street</street> <city>Mill Valley</city> <state>CA</state> <zip>90952</zip> </shipTo>
and has type
element shipTo of type USAddress
The following query orders all children of the shipTo element by alphabetical order of their content.
for $x in $shipTo/* order by $x/text() return $x
resulting in the sequence
(<street>123 Maple Street</street>, <zip>90952</zip>, <name>Alice Smith</name>, <state>CA</state>, <city>Mill Valley</city>)
This operation iterates over the elements in the input sequence returned by the expression $shipTo/*
, whose type is the content of a type USAddress.
(element name of type xsd:string, element street of type xsd:string, element city of type xsd:string, element state of type xsd:string, element zip of type xsd:decimal)
During static typing, one must give a type to the variable $x
which corresponds to the type of each element in the sequence. Since each item as a of a different type, one must find an item type which is valid for all cases in the sequence. This can be done by using a choice for the variable $x
, as follows
(element name of type xsd:string | element street of type xsd:string | element city of type xsd:string | element state of type xsd:string | element zip of type xsd:decimal)
This type indicates that the type of the variable can be of any of the item types in the input sequence.
The static inference also needs to approximate the number of occurrence of items in the sequence. In this example, there is at least one item and more than one, so the closest occurrence indicator is +
for one or more items.
The static inference for this example finally results in the following type.
(element name of type xsd:string | element street of type xsd:string | element city of type xsd:string | element state of type xsd:string | element zip of type xsd:decimal)+
This section defines a prime type, which is a choice of item types. It defines two functions on types that compute the prime type of an arbitrary type, and approximate the occurrence of items in an arbitrary type. Those judgments are used the static semantics of many expressions, including "for", "some", and "every" expressions, many functions, including "fn:unordered" and "fn:distinct" functions.
Notation
A choice of item types is called a prime type, as described by the following grammar production.
[47 (Formal)] | PrimeType |
::= | FormalItemType |
Notation
The type function prime(Type) extracts all item types from the type Type, and combines them into a choice.
The function quantifier(Type) approximates the possible number of items in Type with the occurrence indicators supported by the [XPath/XQuery] type system (?, +, *
).
For interim results, the auxiliary occurrence indicator 1
denotes exactly one occurrence.
Semantics
The prime function is defined by induction as follows.
prime(FormalItemType) | = | FormalItemType |
prime(empty ) |
= | none |
prime(none ) |
= | none |
prime(Type1 , Type2) | = | prime(Type1) | prime(Type2) |
prime(Type1 & Type2) | = | prime(Type1) | prime(Type2) |
prime(Type1 | Type2) | = | prime(Type1) | prime(Type2) |
prime(Type?) | = | prime(Type) |
prime(Type*) | = | prime(Type) |
prime(Type+) | = | prime(Type) |
Semantics
The quantifier function is defined by induction as follows.
quantifier(FormalItemType) | = | 1 |
quantifier(empty ) |
= | ? |
quantifier(none ) |
= | 1 |
quantifier(Type1 , Type2) | = | quantifier(Type1) , quantifier(Type2) |
quantifier(Type1 & Type2) | = | quantifier(Type1) , quantifier(Type2) |
quantifier(Type1 | Type2) | = | quantifier(Type1) | quantifier(Type2) |
quantifier(Type?) | = | quantifier(Type) · ? |
quantifier(Type*) | = | quantifier(Type) · * |
quantifier(Type+) | = | quantifier(Type) · + |
This definition uses the sum (Occurrence1 , Occurrence2), the choice (Occurrence1 | Occurrence2), and the product (Occurrence1 · Occurrence2) of two occurrence indicators Occurrence1, Occurrence2, which are defined by the following tables.
|
|
|
Examples
For example, here are the result of applying prime and quantifier on a few simple types.
prime(element a+) = element a prime(element a | empty) = element a prime(element a?,element b?) = element a | element b prime(element a | element b+, element c*) = element a | element b | element c quantifier(element a+) = + quantifier(element a | empty) = ? quantifier(element a?,element b?) = * quantifier(element a | element b+, element d*) = +
Note that the last occurrence indicator should be '+', since the regular expression is such that there must be at least one element in the sequence (this element being an 'a' element or a 'b' element).
Note
Note that prime(Type) · quantifier(Type) is always a super type of the original type Type I.e., prime(Type) · quantifier(Type) <: Type always holds. Therefore, it is appropriate to used it as an approximation for the type of an expression. This property is required for the soundness of the static type analysis.
Semantics
Finally, a type Type and an occurrence indicator can be combined back together to yield a new type with the · operation, as follows.
Type · 1 | = | Type |
Type · ? | = | Type? |
Type · + | = | Type+ |
Type · * | = | Type* |
Introduction
Function calls can perform type promotion between atomic types. This section introduces judgments which describe type promotion for the purpose of the dynamic and static semantics. These promotion rules include promoting xdt:untypedAtomic
to any other type.
Notation
The judgment
holds if type Type1 can be promoted to type Type2.
Example
For example, the following judgments hold:
xs:integer can be promoted to xs:integer xs:decimal can be promoted to xs:float xs:integer can be promoted to xs:float xs:float can be promoted to xs:double xdt:untypedAtomic can be promoted to xs:double
Semantics
This judgment is specified by the following rules.
xs:decimal
can be promoted to xs:float
:
|
||
|
xs:float
can be promoted to xs:double
:
|
||
|
xdt:untypedAtomic
can be promoted to any type:
A type can be promoted to itself or to any type of which it is a subtype:
Type promotion is transitive:
statEnv |- Type1 can be promoted to Type2 statEnv |- Type2 can be promoted to Type3 | ||
|
||
|
Finally, type promotion distributes over occurrence and union constructors.
statEnv |- prime(Type1) can be promoted to prime(Type2) quantifier(Type1) <= quantifier(Type2) | ||
|
||
|
statEnv |- prime(Type1) can be promoted to prime(Type1') prime(Type2) can be promoted to prime(Type2') | ||
|
||
|
where the "<=" operator for occurrence indicators denotes set inclusion of the subsets of the allowed occurrences.
Notation
The judgment
holds if value Value1 can be promoted to the value Value2 against the type Type2.
Example
For example, the following judgments hold
1 of type xs:integer against xs:integer is promoted to 1 of type xs:integer 1 of type xs:integer against xs:decimal is promoted to 1 of type xs:integer 1 of type xs:integer against xs:float is promoted to 1.0e0 of type xs:float 1.0e0 of type xs:float against xs:double is promoted to 1.0e0 of type xs:double
Note that type promotion changes the value, and only occurs if the input value does not matches the target type.
Semantics
This judgment is specified by the following rules.
If the value matches the target type, then it is promoted to itself
If the value does not match the target type, but matches a type which can be promoted to the target type, then the value is cast to the target type.
Notation
A validation mode may occur explicitly in a validate expression [4.13 Validate Expressions]. The following with mode judgment resolves an element name within a given validation mode to the type that the element name denotes. The judgment is used in the semantics of the validate expression and in sequence type.
The judgment
holds when the possibly optional element name resolves to the given type in the given validation mode.
Semantics
We start with the rules for the global validation context.
If no element name is present, the global validation context resolves to the union of all element types that are globally declared.
|
|||||||
|
|||||||
statEnv |- with mode ValidationMode resolves to (ElementType1 | ... | ElementTypen) |
If the element name is globally declared in the schema, it resolves to the element type of the corresponding global element declaration, independently of the validation mode.
|
|||
|
|||
statEnv |- ElementName with mode ValidationMode resolves to ElementType |
If an element name is not globally defined and the validation mode is lax, then the element name resolves to the element type with the given element name with any content type.
|
|||
|
|||
statEnv |- ElementName with mode lax resolves to element ElementName of type xs:anyType |
This section contains the grammar of [XPath/XQuery] after it has been normalized, sometimes referred to as the "core" syntax.
The following grammar uses the same Basic EBNF notation as [XML], except that grammar symbols always have initial capital letters. The EBNF contains the lexemes embedded in the productions.
[105 (Core)] | IntegerLiteral |
::= | Digits |
[106 (Core)] | DecimalLiteral |
::= | ("." Digits) | (Digits "." [0-9]*) |
[107 (Core)] | DoubleLiteral |
::= | (("." Digits) | (Digits ("." [0-9]*)?)) [eE] [+-]? Digits |
[108 (Core)] | StringLiteral |
::= | ('"' (EscapeQuot | [^"])* '"') | ("'" (EscapeApos | [^'])* "'") |
[109 (Core)] | EscapeQuot |
::= | '""' |
[110 (Core)] | EscapeApos |
::= | "''" |
[111 (Core)] | ElementContentChar |
::= | Char - [{}<&] |
[112 (Core)] | QuotAttrContentChar |
::= | Char - ["{}<&] |
[113 (Core)] | AposAttrContentChar |
::= | Char - ['{}<&] |
[114 (Core)] | PITarget |
::= | [http://www.w3.org/TR/REC-xml#NT-PITarget]XML |
[115 (Core)] | QName |
::= | [http://www.w3.org/TR/REC-xml-names/#NT-QName]Names |
[116 (Core)] | NCName |
::= | [http://www.w3.org/TR/REC-xml-names/#NT-NCName]Names |
[117 (Core)] | S |
::= | [http://www.w3.org/TR/REC-xml#NT-S]XML |
[118 (Core)] | Char |
::= | [http://www.w3.org/TR/REC-xml#NT-Char]XML |
[1 (Core)] | Module |
::= | VersionDecl? (LibraryModule | MainModule) |
[2 (Core)] | VersionDecl |
::= | "xquery" "version" StringLiteral ("encoding" StringLiteral)? Separator |
[3 (Core)] | MainModule |
::= | Prolog QueryBody |
[4 (Core)] | LibraryModule |
::= | ModuleDecl Prolog |
[5 (Core)] | ModuleDecl |
::= | "module" "namespace" NCName "=" URILiteral Separator |
[6 (Core)] | Prolog |
::= | ((DefaultNamespaceDecl | Setter | NamespaceDecl | Import) Separator)* ((VarDecl | FunctionDecl | OptionDecl) Separator)* |
[7 (Core)] | Setter |
::= | DefaultCollationDecl | BaseURIDecl | ConstructionDecl | OrderingModeDecl | EmptyOrderDecl | CopyNamespacesDecl |
[8 (Core)] | Import |
::= | SchemaImport | ModuleImport |
[9 (Core)] | Separator |
::= | ";" |
[10 (Core)] | NamespaceDecl |
::= | "declare" "namespace" NCName "=" URILiteral |
[11 (Core)] | DefaultNamespaceDecl |
::= | "declare" "default" ("element" | "function") "namespace" URILiteral |
[12 (Core)] | OptionDecl |
::= | "declare" "option" QName StringLiteral |
[13 (Core)] | OrderingModeDecl |
::= | "declare" "ordering" ("ordered" | "unordered") |
[14 (Core)] | EmptyOrderDecl |
::= | "declare" "default" "order" "empty" ("greatest" | "least") |
[15 (Core)] | CopyNamespacesDecl |
::= | "declare" "copy-namespaces" PreserveMode "," InheritMode |
[16 (Core)] | PreserveMode |
::= | "preserve" | "no-preserve" |
[17 (Core)] | InheritMode |
::= | "inherit" | "no-inherit" |
[18 (Core)] | DefaultCollationDecl |
::= | "declare" "default" "collation" URILiteral |
[19 (Core)] | BaseURIDecl |
::= | "declare" "base-uri" URILiteral |
[20 (Core)] | SchemaImport |
::= | "import" "schema" SchemaPrefix? URILiteral ("at" URILiteral ("," URILiteral)*)? |
[21 (Core)] | SchemaPrefix |
::= | ("namespace" NCName "=") | ("default" "element" "namespace") |
[22 (Core)] | ModuleImport |
::= | "import" "module" ("namespace" NCName "=")? URILiteral ("at" URILiteral ("," URILiteral)*)? |
[23 (Core)] | VarDecl |
::= | "declare" "variable" "$" QName TypeDeclaration? ((":=" ExprSingle) | "external") |
[24 (Core)] | ConstructionDecl |
::= | "declare" "construction" ("strip" | "preserve") |
[25 (Core)] | FunctionDecl |
::= | "declare" "function" QName "(" ParamList? ")" ("as" SequenceType)? (EnclosedExpr | "external") |
[26 (Core)] | ParamList |
::= | Param ("," Param)* |
[27 (Core)] | Param |
::= | "$" QName TypeDeclaration? |
[28 (Core)] | EnclosedExpr |
::= | "{" Expr "}" |
[29 (Core)] | QueryBody |
::= | Expr |
[30 (Core)] | Expr |
::= | ExprSingle ("," ExprSingle)* |
[31 (Core)] | ExprSingle |
::= | FLWORExpr |
[32 (Core)] | FLWORExpr |
::= | (ForClause | LetClause) "return" ExprSingle |
[33 (Core)] | ForClause |
::= | "for" "$" VarName TypeDeclaration? PositionalVar? "in" ExprSingle |
[34 (Core)] | PositionalVar |
::= | "at" "$" VarName |
[35 (Core)] | LetClause |
::= | "let" "$" VarName TypeDeclaration? ":=" ExprSingle |
[36 (Core)] | OrderByClause |
::= | (("order" "by") | ("stable" "order" "by")) OrderSpecList |
[37 (Core)] | OrderSpecList |
::= | OrderSpec ("," OrderSpec)* |
[38 (Core)] | OrderSpec |
::= | ExprSingle OrderModifier |
[39 (Core)] | OrderModifier |
::= | ("ascending" | "descending")? ("empty" ("greatest" | "least"))? ("collation" URILiteral)? |
[40 (Core)] | QuantifiedExpr |
::= | ("some" | "every") "$" VarName TypeDeclaration? "in" ExprSingle ("," "$" VarName TypeDeclaration? "in" ExprSingle)* "satisfies" ExprSingle |
[41 (Core)] | TypeswitchExpr |
::= | "typeswitch" "(" Expr ")" CaseClause+ "default" ("$" VarName)? "return" ExprSingle |
[42 (Core)] | CaseClause |
::= | "case" ("$" VarName "as")? SequenceType "return" ExprSingle |
[43 (Core)] | IfExpr |
::= | "if" "(" Expr ")" "then" ExprSingle "else" ExprSingle |
[44 (Core)] | OrExpr |
::= | AndExpr ( "or" AndExpr )* |
[45 (Core)] | AndExpr |
::= | CastableExpr ( "and" CastableExpr )* |
[46 (Core)] | CastableExpr |
::= | CastExpr ( "castable" "as" SingleType )? |
[47 (Core)] | CastExpr |
::= | ValueExpr ( "cast" "as" SingleType )? |
[48 (Core)] | ValueExpr |
::= | ValidateExpr | StepExpr | ExtensionExpr |
[49 (Core)] | ValidateExpr |
::= | "validate" ValidationMode? "{" Expr "}" |
[50 (Core)] | ValidationMode |
::= | "lax" | "strict" |
[51 (Core)] | ExtensionExpr |
::= | Pragma+ "{" Expr? "}" |
[52 (Core)] | Pragma |
::= | "(#" S? QName PragmaContents "#)" |
[53 (Core)] | PragmaContents |
::= | (Char* - (Char* '#)' Char*)) |
[54 (Core)] | StepExpr |
::= | PrimaryExpr | AxisStep |
[55 (Core)] | AxisStep |
::= | ReverseStep | ForwardStep |
[56 (Core)] | ForwardStep |
::= | ForwardAxis NodeTest |
[57 (Core)] | ForwardAxis |
::= | ("child" "::") |
[58 (Core)] | ReverseStep |
::= | ReverseAxis NodeTest |
[59 (Core)] | ReverseAxis |
::= | ("parent" "::") |
[60 (Core)] | NodeTest |
::= | KindTest | NameTest |
[61 (Core)] | NameTest |
::= | QName | Wildcard |
[62 (Core)] | Wildcard |
::= | "*" |
[63 (Core)] | PrimaryExpr |
::= | Literal | VarRef | ParenthesizedExpr | FunctionCall | Constructor |
[64 (Core)] | Literal |
::= | NumericLiteral | StringLiteral |
[65 (Core)] | NumericLiteral |
::= | IntegerLiteral | DecimalLiteral | DoubleLiteral |
[66 (Core)] | VarRef |
::= | "$" VarName |
[67 (Core)] | VarName |
::= | QName |
[68 (Core)] | ParenthesizedExpr |
::= | "(" Expr? ")" |
[69 (Core)] | OrderedExpr |
::= | "ordered" "{" Expr "}" |
[70 (Core)] | UnorderedExpr |
::= | "unordered" "{" Expr "}" |
[71 (Core)] | FunctionCall |
::= | QName "(" (ExprSingle ("," ExprSingle)*)? ")" |
[72 (Core)] | Constructor |
::= | ComputedConstructor |
[73 (Core)] | ComputedConstructor |
::= | CompDocConstructor |
[74 (Core)] | CompDocConstructor |
::= | "document" "{" Expr "}" |
[75 (Core)] | CompElemConstructor |
::= | "element" (QName | ("{" Expr "}")) "{" ContentExpr "}" |
[76 (Core)] | ContentExpr |
::= | Expr |
[77 (Core)] | CompAttrConstructor |
::= | "attribute" (QName | ("{" Expr "}")) "{" Expr "}" |
[78 (Core)] | CompTextConstructor |
::= | "text" "{" Expr "}" |
[79 (Core)] | CompCommentConstructor |
::= | "comment" "{" Expr "}" |
[80 (Core)] | CompPIConstructor |
::= | "processing-instruction" (NCName | ("{" Expr "}")) "{" Expr? "}" |
[81 (Core)] | SingleType |
::= | AtomicType "?"? |
[82 (Core)] | TypeDeclaration |
::= | "as" SequenceType |
[83 (Core)] | SequenceType |
::= | ("empty-sequence" "(" ")") |
[84 (Core)] | OccurrenceIndicator |
::= | "?" | "*" | "+" |
[85 (Core)] | ItemType |
::= | KindTest | ("item" "(" ")") | AtomicType |
[86 (Core)] | AtomicType |
::= | QName |
[87 (Core)] | KindTest |
::= | DocumentTest |
[88 (Core)] | AnyKindTest |
::= | "node" "(" ")" |
[89 (Core)] | DocumentTest |
::= | "document-node" "(" (ElementTest | SchemaElementTest)? ")" |
[90 (Core)] | TextTest |
::= | "text" "(" ")" |
[91 (Core)] | CommentTest |
::= | "comment" "(" ")" |
[92 (Core)] | PITest |
::= | "processing-instruction" "(" (NCName | StringLiteral)? ")" |
[93 (Core)] | AttributeTest |
::= | "attribute" "(" (AttribNameOrWildcard ("," TypeName)?)? ")" |
[94 (Core)] | AttribNameOrWildcard |
::= | AttributeName | "*" |
[95 (Core)] | SchemaAttributeTest |
::= | "schema-attribute" "(" AttributeDeclaration ")" |
[96 (Core)] | AttributeDeclaration |
::= | AttributeName |
[97 (Core)] | ElementTest |
::= | "element" "(" (ElementNameOrWildcard ("," TypeName "?"?)?)? ")" |
[98 (Core)] | ElementNameOrWildcard |
::= | ElementName | "*" |
[99 (Core)] | SchemaElementTest |
::= | "schema-element" "(" ElementDeclaration ")" |
[100 (Core)] | ElementDeclaration |
::= | ElementName |
[101 (Core)] | AttributeName |
::= | QName |
[102 (Core)] | ElementName |
::= | QName |
[103 (Core)] | TypeName |
::= | QName |
[104 (Core)] | URILiteral |
::= | StringLiteral |
Here is the list of functions from the [Functions and Operators] document that are used in the [XPath/XQuery] Formal Semantics:
This section gives the semantics specific to overloaded internal functions (with prefix fs:) that are used to define overloaded XQuery operators (with prefix op:), such as comparison expressions or arithmetic expressions. Static typing for those functions are defined over unions of (possibly optional) atomic types. The semantics is obtained in three steps. First, a rule is applied to deal with the union of those (possibly optional) atomic types. A second set of rules treat the cases where one of the operands of those functions is the empty type (resp. empty sequence) or optional. Finally, a final rule deals with type promotion and access to an operators mapping table which maps the overloaded internal functions to the appropriate operator functions defined in [Functions and Operators] and give the corresponding type.
Notation
The following auxiliary grammar production describe optional atomic types.
[81 (Formal)] | OptAtomicType |
::= | AtomicTypeName | (AtomicTypeName "?") | "empty" |
The following static typing rules apply generically to all the fs: special functions. They do not apply to any other function calls, which are treated in [4.1.5 Function Calls].
First, if the static type of one of the expressions passed as argument is a union of atomic types, the function call is type checked once separately for each atomic type in that union. The static type of the entire function call expression is then the union of the types computed in each case.
|
|||||||
|
|||||||
|
Note
Note that this approach can be used since the type declared for a function parameter is never itself be a union.
The following rules deal with optional arguments. In the case of binary operators, if either one of the types of the operands is empty, the resulting type is empty.
If either one of the types of the operands is optional, the type obtained by propagating the optional occurrence indicator.
|
||||
|
||||
statEnv |- expanded-QName(Expr1,Expr2) : AtomicType3? |
|
||||
|
||||
statEnv |- expanded-QName(Expr1,Expr2) : AtomicType3? |
|
||||
|
||||
statEnv |- expanded-QName(Expr1,Expr2) : AtomicType3? |
In the case of unary operators, if the type of the operand is empty, the resulting type is empty.
Finally, the resulting type is obtained by performing type promotion and accessing the operators mapping table (using the operator type for judgment defined below).
|
|||
|
|||
|
Each fs:
overloaded operator maps to the corresponding equivalent overloaded op:
operator, as defined in [Functions and Operators], and deals with the case where one of the operands is the empty sequence.
The dynamic semantics of the fs:
operator is similar to using the following user-defined function.
declare function fs:opname($x1 as xdt:anyAtomicType?, $x2 as xdt:anyAtomicType?) as xdt:anyAtomicType? { |
if (fn:empty($x1) or fn:empty($x2)) then () else [fs:opname($x1,$x2)]OverloadedOp |
}; |
Where [fs:opname()]OverloadedOp maps to the corresponding op: operator in [Functions and Operators], as defined in the table below.
Notation
The operators mapping table is given below. The table is used to define the following auxiliary mapping rules and judgments.
The mapping rule for binary and unary operators
and
where the operator depends on the type of each value returned by Expr1 and Expr2.
The judgments for binary and unary operators
and
hold when the operator table indicates the output type AtomicType3 for the input types AtomicType1 and AtomicType2.
Note that in the following table, all numeric functions are applied to operands with the same type. Values are promoted to compatible types using the function call semantics given in [4.1.5 Function Calls].
Gregorian refers to the types xs:gYearMonth
, xs:gYear
, xs:gMonthDay
, xs:gDay
, and xs:gMonth
. For binary operators that accept two Gregorian-type operands, both operands must have the same type (for example, if one operand is of type xs:gDay
, the other operand must be of type xs:gDay
.)
Internal Function | AtomicType1 | AtomicType2 | Denotes | AtomicType3 |
---|---|---|---|---|
fs:plus (A, B) |
xs:integer |
xs:integer |
op:numeric-add(A, B) | xs:integer |
fs:plus (A, B) |
xs:decimal |
xs:decimal |
op:numeric-add(A, B) | xs:decimal |
fs:plus (A, B) |
xs:float |
xs:float |
op:numeric-add(A, B) | xs:float |
fs:plus (A, B) |
xs:double |
xs:double |
op:numeric-add(A, B) | xs:double |
fs:plus (A, B) |
xs:date |
xdt:yearMonthDuration |
op:add-yearMonthDuration-to-date(A, B) | xs:date |
fs:plus (A, B) |
xdt:yearMonthDuration |
xs:date |
op:add-yearMonthDuration-to-date(B, A) | xs:date |
fs:plus (A, B) |
xs:date |
xdt:dayTimeDuration |
op:add-dayTimeDuration-to-date(A, B) | xs:date |
fs:plus (A, B) |
xdt:dayTimeDuration |
xs:date |
op:add-dayTimeDuration-to-date(B, A) | xs:date |
fs:plus (A, B) |
xs:time |
xdt:dayTimeDuration |
op:add-dayTimeDuration-to-time(A, B) | xs:time |
fs:plus (A, B) |
xdt:dayTimeDuration |
xs:time |
op:add-dayTimeDuration-to-time(B, A) | xs:time |
fs:plus (A, B) |
xs:dateTime |
xdt:yearMonthDuration |
op:add-yearMonthDuration-to-dateTime(A, B) | xs:dateTime |
fs:plus (A, B) |
xdt:yearMonthDuration |
xs:dateTime |
op:add-yearMonthDuration-to-dateTime(B, A) | xs:dateTime |
fs:plus (A, B) |
xs:dateTime |
xdt:dayTimeDuration |
op:add-dayTimeDuration-to-dateTime(A, B) | xs:dateTime |
fs:plus (A, B) |
xdt:dayTimeDuration |
xs:dateTime |
op:add-dayTimeDuration-to-dateTime(B, A) | xs:dateTime |
fs:plus (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
op:add-yearMonthDurations(A, B) | xdt:yearMonthDuration |
fs:plus (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
op:add-dayTimeDurations(A, B) | xdt:dayTimeDuration |
fs:minus (A, B) |
xs:integer |
xs:integer |
op:numeric-subtract(A, B) | xs:integer |
fs:minus (A, B) |
xs:decimal |
xs:decimal |
op:numeric-subtract(A, B) | xs:decimal |
fs:minus (A, B) |
xs:float |
xs:float |
op:numeric-subtract(A, B) | xs:float |
fs:minus (A, B) |
xs:double |
xs:double |
op:numeric-subtract(A, B) | xs:double |
fs:minus (A, B) |
xs:date |
xs:date |
fn:subtract-dates(A, B) | xdt:dayTimeDuration |
fs:minus (A, B) |
xs:date |
xdt:yearMonthDuration |
op:subtract-yearMonthDuration-from-date(A, B) | xs:date |
fs:minus (A, B) |
xs:date |
xdt:dayTimeDuration |
op:subtract-dayTimeDuration-from-date(A, B) | xs:date |
fs:minus (A, B) |
xs:time |
xs:time |
fn:subtract-times(A, B) | xdt:dayTimeDuration |
fs:minus (A, B) |
xs:time |
xdt:dayTimeDuration |
op:subtract-dayTimeDuration-from-time(A, B) | xs:time |
fs:minus (A, B) |
xs:dateTime |
xs:dateTime |
fn:get-dayTimeDuration-from-dateTimes(A, B) | xdt:dayTimeDuration |
fs:minus (A, B) |
xs:dateTime |
xdt:yearMonthDuration |
op:subtract-yearMonthDuration-from-dateTime(A, B) | xs:dateTime |
fs:minus (A, B) |
xs:dateTime |
xdt:dayTimeDuration |
op:subtract-dayTimeDuration-from-dateTime(A, B) | xs:dateTime |
fs:minus (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
op:subtract-yearMonthDurations(A, B) | xdt:yearMonthDuration |
fs:minus (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
op:subtract-dayTimeDurations(A, B) | xdt:dayTimeDuration |
fs:times (A, B) |
xs:integer |
xs:integer |
op:numeric-multiply(A, B) | xs:integer |
fs:times (A, B) |
xs:decimal |
xs:decimal |
op:numeric-multiply(A, B) | xs:decimal |
fs:times (A, B) |
xs:float |
xs:float |
op:numeric-multiply(A, B) | xs:float |
fs:times (A, B) |
xs:double |
xs:double |
op:numeric-multiply(A, B) | xs:double |
fs:times (A, B) |
xdt:yearMonthDuration |
xs:double |
op:multiply-yearMonthDuration(A, B) | xdt:yearMonthDuration |
fs:times (A, B) |
xs:double |
xdt:yearMonthDuration |
op:multiply-yearMonthDuration(B, A) | xdt:yearMonthDuration |
fs:times (A, B) |
xdt:dayTimeDuration |
xs:double |
op:multiply-dayTimeDuration(A, B) | xdt:dayTimeDuration |
fs:times (A, B) |
xs:double |
xdt:dayTimeDuration |
op:multiply-dayTimeDuration(B, A) | xdt:dayTimeDuration |
fs:idiv (A, B) |
xs:integer |
xs:integer |
op:integer-div(A, B) | xs:integer |
fs:div (A, B) |
xs:integer |
xs:integer |
op:numeric-divide(A, B) | xs:double |
fs:div (A, B) |
xs:decimal |
xs:decimal |
op:numeric-divide(A, B) | xs:decimal |
fs:div (A, B) |
xs:float |
xs:float |
op:numeric-divide(A, B) | xs:float |
fs:div (A, B) |
xs:double |
xs:double |
op:numeric-divide(A, B) | xs:double |
fs:div (A, B) |
xdt:yearMonthDuration |
xs:double |
op:divide-yearMonthDuration(A, B) | xdt:yearMonthDuration |
fs:div (A, B) |
xdt:dayTimeDuration |
xs:double |
op:divide-dayTimeDuration(A, B) | xdt:dayTimeDuration |
fs:div (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
op:divide-yearMonthDuration-by-yearMonthDuration(A, B) | xs:decimal |
fs:div (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
op:divide-dayTimeDuration-by-dayTimeDuration(A, B) | xs:decimal |
fs:mod (A, B) |
xs:integer |
xs:integer |
op:numeric-mod(A, B) | xs:integer |
fs:mod (A, B) |
xs:decimal |
xs:decimal |
op:numeric-mod(A, B) | xs:decimal |
fs:mod (A, B) |
xs:float |
xs:float |
op:numeric-mod(A, B) | xs:float |
fs:mod (A, B) |
xs:double |
xs:double |
op:numeric-mod(A, B) | xs:double |
fs:eq (A, B) |
xs:integer |
xs:integer |
op:numeric-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:decimal |
xs:decimal |
op:numeric-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:float |
xs:float |
op:numeric-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:double |
xs:double |
op:numeric-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:boolean |
xs:boolean |
op:boolean-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:string |
xs:string |
op:numeric-equal(fn:compare(A, B), 1) | xs:boolean |
fs:eq (A, B) |
xs:date |
xs:date |
op:date-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:time |
xs:time |
op:time-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:dateTime |
xs:dateTime |
op:datetime-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
op:yearMonthDuration-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
op:dayTimeDuration-equal(A, B) | xs:boolean |
fs:eq (A, B) |
Gregorian | Gregorian | op:gYear-equal(A, B) etc. | xs:boolean |
fs:eq (A, B) |
xs:hexBinary |
xs:hexBinary |
op:hex-binary-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:base64Binary |
xs:base64Binary |
op:base64-binary-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:anyURI |
xs:anyURI |
op:anyURI-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:QName |
xs:QName |
op:QName-equal(A, B) | xs:boolean |
fs:eq (A, B) |
xs:NOTATION |
xs:NOTATION |
op:NOTATION-equal(A, B) | xs:boolean |
fs:ne (A, B) |
xs:integer |
xs:integer |
fn:not (op:numeric-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:decimal |
xs:decimal |
fn:not (op:numeric-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:float |
xs:float |
fn:not (op:numeric-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:double |
xs:double |
fn:not (op:numeric-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:boolean |
xs:boolean |
fn:not (op:boolean-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:string |
xs:string |
fn:not (op:numeric-equal(fn:compare(A, B), 1)) |
xs:boolean |
fs:ne (A, B) |
xs:date |
xs:date |
fn:not (op:date-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:time |
xs:time |
fn:not (op:time-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:dateTime |
xs:dateTime |
fn:not (op:datetime-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
fn:not (op:yearMonthDuration-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
fn:not (op:dayTimeDuration-equal(A, B) |
xs:boolean |
fs:ne (A, B) |
Gregorian | Gregorian | fn:not (op:gYear-equal(A, B)) etc. |
xs:boolean |
fs:ne (A, B) |
xs:hexBinary |
xs:hexBinary |
fn:not (op:hex-binary-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:base64Binary |
xs:base64Binary |
fn:not (op:base64-binary-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:anyURI |
xs:anyURI |
fn:not (op:anyURI-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:QName |
xs:QName |
fn:not (op:QName-equal(A, B)) |
xs:boolean |
fs:ne (A, B) |
xs:NOTATION |
xs:NOTATION |
fn:not (op:NOTATION-equal(A, B)) |
xs:boolean |
fs:gt (A, B) |
integer | integer | op:numeric-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
decimal | decimal | op:numeric-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
float | float | op:numeric-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
double | double | op:numeric-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
xs:boolean |
xs:boolean |
op:boolean-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
xs:string |
xs:string |
op:numeric-greater-than(fn:compare (A, B), 0) |
xs:boolean |
fs:gt (A, B) |
xs:date |
xs:date |
op:date-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
xs:time |
xs:time |
op:time-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
xs:dateTime |
xs:dateTime |
op:datetime-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
op:yearMonthDuration-greater-than(A, B) | xs:boolean |
fs:gt (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
op:dayTimeDuration-greater-than(A, B) | xs:boolean |
fs:lt (A, B) |
xs:integer |
xs:integer |
op:numeric-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xs:decimal |
xs:decimal |
op:numeric-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xs:float |
xs:float |
op:numeric-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xs:double |
xs:double |
op:numeric-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xs:boolean |
xs:boolean |
op:boolean-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xs:string |
xs:string |
op:numeric-less-than(fn:compare (A, B), 0) |
xs:boolean |
fs:lt (A, B) |
xs:date |
xs:date |
op:date-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xs:time |
xs:time |
op:time-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xs:dateTime |
xs:dateTime |
op:datetime-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
op:yearMonthDuration-less-than(A, B) | xs:boolean |
fs:lt (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
op:dayTimeDuration-less-than(A, B) | xs:boolean |
fs:ge (A, B) |
xs:integer |
xs:integer |
op:numeric-greater-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:ge (A, B) |
xs:decimal |
xs:decimal |
op:numeric-greater-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:ge (A, B) |
xs:float |
xs:float |
op:numeric-greater-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:ge (A, B) |
xs:double |
xs:double |
op:numeric-greater-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:ge (A, B) |
xs:boolean |
xs:boolean |
op:numeric-greater-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:ge (A, B) |
xs:string |
xs:string |
op:numeric-greater-than(fn:compare (A, B), -1) |
xs:boolean |
fs:ge (A, B) |
xs:date |
xs:date |
op:date-less-than(B, A) | xs:boolean |
fs:ge (A, B) |
xs:time |
xs:time |
op:time-less-than(B, A) | xs:boolean |
fs:ge (A, B) |
xs:dateTime |
xs:dateTime |
op:datetime-less-than(B, A) | xs:boolean |
fs:ge (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
op:yearMonthDuration-less-than(B, A) | xs:boolean |
fs:ge (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
op:dayTimeDuration-less-than(B, A) | xs:boolean |
fs:le (A, B) |
xs:integer |
xs:integer |
op:numeric-less-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:le (A, B) |
xs:decimal |
xs:decimal |
op:numeric-less-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:le (A, B) |
xs:float |
xs:float |
op:numeric-less-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:le (A, B) |
xs:double |
xs:double |
op:numeric-less-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:le (A, B) |
xs:boolean |
xs:boolean |
op:numeric-less-than(A, B) or op:numeric-equal(A,B) | xs:boolean |
fs:le (A, B) |
xs:string |
xs:string |
op:numeric-less-than(fn:compare (A, B), 1) |
xs:boolean |
fs:le (A, B) |
xs:date |
xs:date |
op:date-greater-than(B, A) | xs:boolean |
fs:le (A, B) |
xs:time |
xs:time |
op:time-greater-than(B, A) | xs:boolean |
fs:le (A, B) |
xs:dateTime |
xs:dateTime |
op:datetime-greater-than(B, A) | xs:boolean |
fs:le (A, B) |
xdt:yearMonthDuration |
xdt:yearMonthDuration |
op:yearMonthDuration-greater-than(B, A) | xs:boolean |
fs:le (A, B) |
xdt:dayTimeDuration |
xdt:dayTimeDuration |
op:dayTimeDuration-greater-than(B, A) | xs:boolean |
fs:is-same-node (A, B) |
node() | node() | op:is-same-node |
xs:boolean |
fs:node-before (A, B) |
node() | node() | op:node-before |
xs:boolean |
fs:node-after (A, B) |
node() | node() | op:node-after |
xs:boolean |
Internal Function | AtomicType1 | Denotes | AtomicType3 |
---|---|---|---|
fs:unary-plus (A) |
xs:integer |
op:numeric-unary-plus(A) | xs:integer |
fs:unary-plus (A) |
xs:decimal |
op:numeric-unary-plus(A) | xs:decimal |
fs:unary-plus (A) |
xs:float |
op:numeric-unary-plus(A) | xs:float |
fs:unary-plus (A) |
xs:double |
op:numeric-unary-plus(A) | xs:double |
fs:unary-minus (A) |
xs:integer |
op:numeric-unary-minus(A) | xs:integer |
fs:unary-minus (A) |
xs:decimal |
op:numeric-unary-minus(A) | xs:decimal |
fs:unary-minus (A) |
xs:float |
op:numeric-unary-minus(A) | xs:float |
fs:unary-minus (A) |
xs:double |
op:numeric-unary-minus(A) | xs:double |
This section describes how XML Schema declarations, as specified by XML Schema are imported into the [XPath/XQuery] type system.
At compile time, the [XPath/XQuery] environment imports XML Schema declarations and loads them as declarations in the [XPath/XQuery] type system. The semantics of that loading process is defined by normalization rules that map XML Schema descriptions into the [XPath/XQuery] type system.
Here is summarized the XML Schema features which are covered by the formal semantics, and handled by the import mapping described in this section. For each feature, the following indications are used.
Handled indicates features that are relevant for [XPath/XQuery], are modeled in the [XPath/XQuery] type system, and are supported by the mapping.
Not in v1.0 indicates features that are relevant to [XPath/XQuery], but are not yet modeled in the [XPath/XQuery] type system or are not handled by the mapping in XQuery V1.0. In case the [XPath/XQuery] type system provides appropriate support for those features, but the mapping is incomplete, the additional annotation mapping only is used.
Not handled indicates features that are relevant for [XPath/XQuery], but are not modeled in the [XPath/XQuery] type system, and are not handled by the mapping. Such features are typically only related to validation, for which the formal semantics defines a partial model.
Ignored Indicates features that are not relevant for [XPath/XQuery], are not modeled in the [XPath/XQuery] type system, and are not relevant for the mapping. Such features might have to do with documentation of the schema, or might affect which Schemas are legal, but do not affect which documents match which Schemas.
Here is the exhaustive list of XML Schema features and their status in this document.
Feature: | Supported |
Primitive Simple types | Handled |
Simple type derivation by restriction | Handled |
Derivation by list and union | Handled |
Facets on simple types | Not handled |
ID and IDREF constraints | Ignored |
Attribute Declarations | |
default,fixed,use | Not in v1.0 |
Element Declarations | |
default, fixed (value constraint) | Not in v1.0 |
nillable | Handled |
substitution group affiliation | Handled |
substitution group exclusions | Ignored |
disallowed substitutions | Ignored |
abstract | Not in v1.0 |
Complex Type Definitions | |
derivation by restriction | Handled |
derivation by extension | Handled |
final | Ignored |
abstract | Not in v1.0 |
AttributeUses | |
required | Not in v1.0, mapping only |
default, fixed (value constraint) | Not in v1.0 |
Attribute Group Definitions | Not in v1.0, mapping only |
Model Group Definitions | Not in v1.0, mapping only |
Model Groups | Handled |
Particles | Handled |
Wildcards | |
process contents strict, skip, lax | Ignored |
namespace wild cards. | Ignored |
Identity-constraint Definitions | Ignored |
Notation Declarations | Ignored |
Annotations | Ignored |
Note that the schema import feature specified here assumes it is given a legal schema as input. As a result, it is not necessary to check for 'block' or 'abstract' attributes.
The presentation of the schema mapping is done according to the following organization.
Schema component
First each schema component is summarized using the same notation used in the XML Representation Summary sections in XML Schema. For instance, here is the XML Representation Summary for complex types.
<complexType |
[ ignored ] abstract = boolean : false |
[ ignored ] block = (#all | List of (extension | restriction)) |
[ ignored ] final = (#all | List of (extension | restriction)) |
[ ignored ] id = ID |
mixed = boolean : false |
name = NCName |
[ ignored ] {any schemaAttributes with non-schema namespace ...} > |
Content: (annotation?, (simpleContent | complexContent | ((group | all | choice | sequence)?, ((schemaAttribute | schemaAttributeGroup)*, anySchemaAttribute?)))) |
</complexType> |
Attributes indicated as [ ignored ] are not mapped into the [XPath/XQuery] type system.
Attributes indicated as [ not handled ] are not currently handled by the mapping.
Note that in order to simplify the mapping, it is assumed that the default values for all attributes in the XML Representation of Schema are filled in. For instance in the above complex type, if the mixed
attribute is not present, it will be treated as being present and having the value "false"
.
Schema mapping
XML Schema import is specified by means of mapping rules. All mapping rules have the structure below.
[SchemaComponent]Subscript |
== |
TypeComponent |
The SchemaComponent above the horizontal rule denotes an XML Schema component before translation and the TypeComponent beneath the horizontal rule denotes an equivalent type component in the [XPath/XQuery] type system.
Notation
Whenever necessary for the mapping rules, specific grammar productions which describe fragments of XML Schema may be introduced. For instance, here are grammar productions used to describes fragments of the XML Representation Summary for the complexType Element Information Item.
[62 (Formal)] | ComplexTypeContent |
::= | "annotation"? ("simpleContent" | "complexContent" | (ChildrenContent AttributeContent)) |
[65 (Formal)] | AttributeContent |
::= | ("attribute" | "attributeGroup")* "anyAttribute"? |
[63 (Formal)] | ChildrenContent |
::= | ("group" | "all" | "choice" | "sequence")? |
As in the rest of this document, some mapping rules may use fragments of the XML Representation corresponding to the syntactic categories defined by those grammar productions. For instance, the following complex type fragment uses the syntactic categories: TypeName, ComplexTypeContent, and AttributeContent, ChildrenContent, and MixedAttribute.
<complexType |
name = TypeName |
MixedAttribute > |
ChildrenContent AttributeContent |
</complexType> |
Notation
The normalization rule
[Schema]Schema |
== |
Definitions |
maps a complete schema into a set of Definitions in the [XPath/XQuery] type system.
The normalization rule
[SchemaComponent]definition(targetNCName) |
== |
Definition |
maps a top level schema component into a Definition in the [XPath/XQuery] type system, given the target namespace targetURI.
The normalization rule
[SchemaComponent]content(targetNCName) |
== |
TypeComponent |
maps a schema component not directly under the schema element, into a TypeComponent in the [XPath/XQuery] type system, given the target namespace targetURI.
The XML Schema attributes: use, default, fixed, minOccurs, maxOccurs, mixed, nillable, and substitutionGroup, require specific mapping rules.
The "use", "default", and "fixed" attributes are used to describe the occurrence and default behavior of a given attribute.
Notation
The following auxiliary grammar productions are used to describe the "use", "default", and "fixed" attributes.
[67 (Formal)] | UseAttribute |
::= | "use" "=" ("optional" | "prohibited" | "required") |
[68 (Formal)] | DefaultAttribute |
::= | "default" "=" String |
[69 (Formal)] | FixedAttribute |
::= | "fixed" "=" String |
The normalization rule
[UseAttribute DefaultAttribute? FixedAttribute? ]use |
== |
Occurrence |
maps a combination of a use attribute UseAttribute, along with an optional default or fixed attribute in Schema into the occurrence indicator Occurrence in the [XPath/XQuery] type system.
Schema mapping
Use attributes are mapped to the type system in the following way. In case there is a default or fixed attribute, the attribute is always present in the PSVI and the use attribute is ignored.
UseAttribute DefaultAttributeuse |
== |
1 |
UseAttribute FixedAttributeuse |
== |
1 |
use = "optional"use |
== |
? |
use = "required"use |
== |
1 |
Editorial note | |
Issue: how derivation of attribute declaration and the "prohibited" use attributes are mapped in the [XPath/XQuery] type system is still an open issue. |
Notation
The following auxiliary grammar productions are used to describe occurrence attributes and the length facets.
[61 (Formal)] | OccursAttributes |
::= | maxOccurs | minOccurs | maxLength | minLength | length |
[59 (Formal)] | maxOccurs |
::= | "maxOccurs" "=" ("nonNegativeInteger" | "unbounded") |
[60 (Formal)] | minOccurs |
::= | "minOccurs" "=" "nonNegativeInteger" |
[56 (Formal)] | maxLength |
::= | "maxLength" "=" "nonNegativeInteger" |
[57 (Formal)] | minLength |
::= | "minLength" "=" "nonNegativeInteger" |
[58 (Formal)] | length |
::= | "length" "=" "nonNegativeInteger" |
The normalization rule
[OccursAttributes]occurs |
== |
Occurrence |
maps the occurrence attributes and facets OccursAttributes in Schema into the occurrence indicator Occurrence in the [XPath/XQuery] type system.
Schema mapping
Occurrence attributes are mapped to the type system in the following way.
[minOccurs="0" maxOccurs="1"]occurs |
== |
? |
[minOccurs="1" maxOccurs="1"]occurs |
== |
[minOccurs="0" maxOccurs="n"]occurs |
== |
* |
[minOccurs="1" maxOccurs="n"]occurs |
== |
+ |
where n > 1.
[minOccurs="n" maxOccurs="m"]occurs |
== |
+ |
where m >= n > 1
[minLength="0" maxLength="1"]occurs |
== |
? |
[minLength="1" maxLength="1"]occurs |
== |
[minLength="0" maxLength="n"]occurs |
== |
* |
[minLength="1" maxLength="n"]occurs |
== |
+ |
where n > 1.
[minLength="n" maxLength="m"]occurs |
== |
+ |
where m >= n > 1
[length="1"]occurs |
== |
[length="n"]occurs |
== |
+ |
where n > 1
Notation
The following auxiliary grammar productions are used to describe the "mixed" attribute.
[53 (Formal)] | MixedAttribute |
::= | "mixed" "=" Boolean |
The normalization rule
maps the mixed attribute MixedAttribute in Schema into a Mixed notation in the [XPath/XQuery] type system.
Schema mapping
If the mixed attribute is true it is mapped to a mixed notation in the [XPath/XQuery] type system.
[ mixed = "true" ]mixed |
== |
mixed |
If the mixed attribute is false it is mapped to empty in the [XPath/XQuery] type system.
[ mixed = "false" ]mixed |
== |
Notation
The following auxiliary grammar productions are used to describe the "nillable" attribute.
[54 (Formal)] | NillableAttribute |
::= | "nillable" "=" Boolean |
The normalization rule
maps the nillable attribute NillableAttribute in Schema into a Nillable notation in the [XPath/XQuery] type system.
Schema mapping
If the nillable attribute is true it is mapped to a nillable notation in the [XPath/XQuery] type system.
[ nillable = "true" ]nillable |
== |
nillable |
If the nillable attribute is false it is mapped to empty in the [XPath/XQuery] type system.
[ nillable = "false" ]nillable |
== |
Notation
The substitution group declaration indicates the element that a given element can be substituted for. The following auxiliary grammar productions are used to describe the "substitutionGroup" attribute.
[55 (Formal)] | substitutionGroupAttribute |
::= | "substitutionGroup" "=" QName |
The normalization rule
[substitutionGroupAttribute]substitution |
== |
Substitution |
maps the substitutionGroup attribute substitutionGroupAttribute in Schema into a Substitution notation in the [XPath/XQuery] type system.
Schema mapping
If the substitutionGroup attribute is present, it is mapped to a substitutionGroup notation in the [XPath/XQuery] type system.
[ substitutionGroup = QName ]substitution |
== |
substitutes for QName |
Otherwise, it is mapped to empty.
Notation
As explained in [2.4 The [XPath/XQuery] Type System], the [XPath/XQuery] type uses system-generated type names for anonymous types. For the purpose of this document those type names are generated at XML Schema import time.
Schema component
A schema is represented in XML by the following structure.
<schema |
[ not handled ] attributeFormDefault = (qualified | unqualified) : unqualified |
[ ignored ] blockDefault = (#all | List of (extension | restriction | substitution)) : ' ' |
[ not handled ] elementFormDefault = (qualified | unqualified) : unqualified |
[ ignored ] finalDefault = (#all | List of (extension | restriction)) : ' ' |
[ ignored ] id = ID |
targetNamespace = anyURI |
[ ignored ] version = token |
[ ignored ] xml:lang = language |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: ((include | import | redefine | annotation)*, (((simpleType | complexType | group | attributeGroup) | element | attribute | notation), annotation*)*) |
</schema> |
Notation
The following auxiliary grammar productions are used.
[51 (Formal)] | SPragma |
::= | ("include" | "import" | "redefine" | "annotation")* |
[52 (Formal)] | Content |
::= | (("simpleType" | "complexType" | "element" | "attribute" | "attributeGroup" | "group" | "notation") "annotation"*)* |
The auxiliary normalization rule
[Pragma]pragma(targetNCName) |
== |
Definitions |
maps the a schema pragma into a set of definitions in the [XPath/XQuery] type system.
Schema mapping
Schemas are imported by the "schema" declaration in the preamble of a query. To import a schema, the document referred to by the given URI is opened and the schema declarations contained in the document are translated into the corresponding in-line type definitions. The mechanism for finding a schema document, possibly using the optional schema location hint, is not specified formally.
[schema StringLiteral (at StringLiteral)?]Schema |
== |
[open-schema-document(StringLiteral (at StringLiteral)?)]Schema |
[
|
||||
== | ||||
[Pragma]pragma(targetNCName) [Content]definition(targetNCName) |
Schema component
A schema include is represented in XML by the following structure.
<include |
[ ignored ] id = ID |
schemaLocation = anyURI |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?) |
</include> |
Schema mapping
A schema include is not specified here, and is assumed to be handled by the XML Schema processor.
Schema component
A schema redefinition is represented in XML by the following structure.
<redefine |
[ ignored ] id = ID |
schemaLocation = anyURI |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation | (simpleType | complexType | group | attributeGroup))* |
</redefine> |
Schema mapping
A schema redefine is not specified here, and is assumed to be handled by the XML Schema processor.
Schema component
A schema import is represented in XML by the following structure.
<import |
[ ignored ] id = ID |
namespace = anyURI |
schemaLocation = anyURI |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?) |
</import> |
Schema mapping
A schema import is not specified here, and is assumed to be handled by the XML Schema processor.
Schema component
The following structure describes attribute declarations in XML Schema.
<attribute |
[ not handled ] default = string |
[ not handled ] fixed = string |
[ not handled ] form = (qualified | unqualified) |
[ ignored ] id = ID |
name = NCName |
ref = QName |
type = QName |
use = (optional | prohibited | required) : optional |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (simpleType?)) |
</attribute> |
Schema import distinguishes between global attribute declarations and local attribute declarations.
Schema mapping
Global attribute declarations are mapped like local attribute declarations, but are prefixed by a "define" keyword in the [XPath/XQuery] type system.
[AttributeDecl]definition(targetNCName) |
== |
define [AttributeDecl]content(targetNCName) |
Schema mapping
Local attributes whose type is given by a reference to a global type name are mapped in the type system as follows.
[
|
||||
== | ||||
( attribute targetNCName:NCName { of type QName } )[UseAttribute]use |
References to a global attribute are mapped in the type system as follows.
[
|
|||
== | |||
( attribute QName )[UseAttribute]use |
A local attribute with a local content is mapped to the [XPath/XQuery] type system as follows. Let fs:anonk be a newly generated anonymous name.
[
|
|||||
== | |||||
|
Schema component
The following structure describes attribute declarations in XML Schema.
<element |
[ ignored ] abstract = boolean : false |
[ ignored ] block = (#all | List of (extension | restriction)) |
[ not handled ] default = string |
[ ignored ] final = (#all | List of (extension | restriction)) |
[ not handled ] fixed = string |
[ not handled ] form = (qualified | unqualified) |
[ ignored ] id = ID |
maxOccurs = (nonNegativeInteger | unbounded) : 1 |
minOccurs = nonNegativeInteger : 1 |
name = NCName |
nillable = boolean : false |
ref = QName |
substitutionGroup = QName |
type = QName |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, ((simpleType | complexType)?, (unique | key | keyref)*)) |
</element> |
Schema import distinguishes between global element declarations and local element declarations.
Schema mapping
Global element declarations are mapped like local element declarations, but are prefixed by a "define" keyword in the [XPath/XQuery] type system.
[
|
|||||
== | |||||
define element targetNCName:NCName [substitutionGroupAttribute]substitution [NillableAttribute]nillable of type QName |
[
|
||||||
== | ||||||
define element targetNCName:NCName [substitutionGroupAttribute]substitution [NillableAttribute]nillable [ElementContentType]content(targetNCName) |
Schema mapping
Local element declarations, but mapped into corresponding notations in the [XPath/XQuery] type system. Note that substitution group cannot be declared on local elements.
[
|
|||||
== | |||||
( element targetNCName:NCName [NillableAttribute]nillable of type QName ) [OccursAttributes]occurs |
[
|
|||
== | |||
( element QName ) [OccursAttributes]occurs |
Let fs:anonk be a newly generated anonymous name.
[
|
||||||
== | ||||||
|
Schema component
A complex type definition is represented in XML by the following structure.
<complexType |
[ ignored ] abstract = boolean : false |
[ ignored ] block = (#all | List of (extension | restriction)) |
[ ignored ] final = (#all | List of (extension | restriction)) |
[ ignored ] id = ID |
mixed = boolean : false |
name = NCName |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (simpleContent | complexContent | ((group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?)))) |
</complexType> |
Notation
The following auxiliary grammar productions are used to describe the content of a complex type definition.
[62 (Formal)] | ComplexTypeContent |
::= | "annotation"? ("simpleContent" | "complexContent" | (ChildrenContent AttributeContent)) |
[65 (Formal)] | AttributeContent |
::= | ("attribute" | "attributeGroup")* "anyAttribute"? |
[63 (Formal)] | ChildrenContent |
::= | ("group" | "all" | "choice" | "sequence")? |
Schema import distinguishes between global complex types (which are mapped to sort declarations) and local complex types (which are mapped to type definitions).
Schema mapping
In the case of global complex types, the mapping rule which applies is denoted by []definition(targetNCName).
[
|
|||||
== | |||||
define type targetNCName:NCName [MixedAttribute ComplexTypeContent]mixed_content(targetNCName) |
Note that the mixed
is passed along in the normalization rules, in order to map it later on to the appropriate indication in the [XPath/XQuery] type system.
Schema mapping
In the case of a local complex types, there must not be a name attribute and the mapping rule which applies is denoted by []content(targetNCName).
[
|
||||
== | ||||
[MixedAttribute ComplexTypeContent]mixed_content(targetNCName) |
Note that the mixed
is passed along in the normalization rules, in order to map it later on to the appropriate indication in the [XPath/XQuery] type system.
Schema component
A complex type can be of simple content. A simple content is represented in XML by the following structure.
<simpleContent |
[ ignored ] id = ID |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (restriction | extension)) |
</simpleContent> |
Derivation by restriction inside a simple content is represented in XML by the following structure.
<restriction |
base = QName |
[ ignored ] id = ID |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (simpleType?, (minExclusive | minInclusive | maxExclusive | maxInclusive | totalDigits | fractionDigits | length | minLength | maxLength | enumeration | whiteSpace | pattern)*)?, ((attribute | attributeGroup)*, anyAttribute?)) |
</restriction> |
Derivation by extension inside a simple content is represented in XML by the following structure.
<extension |
base = QName |
[ ignored ] id = ID |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, ((attribute | attributeGroup)*, anyAttribute?)) |
</extension> |
Notation
The normalization rule
[MixedAttribute ComplexTypeContent]mixed_content(targetNCName) |
== |
TypeDerivation |
maps a pair of mixed attribute and complex type content to a type derivation.
Schema mapping
A complex types with simple content must not have a mixed
attribute set to "true".
If the simple content is derived by restriction, it is mapped into a simple type restriction in the [XPath/XQuery] type system. Only the name of the base atomic type and attributes are mapped, while the actual simple type restriction is ignored. (Remember that facets are not captured in the [XPath/XQuery] type system.)
[
|
|||||||||
== | |||||||||
restricts QName { [AttributeContent]content(targetNCName) QName } |
If the simple type is derived by extension, it is mapped into an extended type specifier into the [XPath/XQuery] type system.
[
|
|||||||||
== | |||||||||
extends QName { [AttributeContent]content(targetNCName) } |
Schema component
A complex type can be of complex content. A complex content is represented in XML by the following structure.
<complexContent |
[ ignored ] id = ID |
mixed = boolean : false |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (restriction | extension)) |
</complexContent> |
Derivation by restriction inside a complex content is represented in XML by the following structure.
<restriction |
base = QName |
[ ignored ] id = ID |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?)) |
</restriction> |
Derivation by extension inside a complex content is represented in XML by the following structure.
<extension |
base = QName |
[ ignored ] id = ID |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, ((group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?))) |
</extension> |
Schema mapping
If the complex content is derived by restriction, it is mapped into a type restriction in the [XPath/XQuery] type system, and the
[
|
|||||||||
== | |||||||||
restricts QName [MixedAttribute]mixed { [AttributeContent]content(targetNCName) [ChildrenContent]content(targetNCName) } |
If the complex content is derived by extension, it is mapped into an extended type specifier into the [XPath/XQuery] type system.
[
|
|||||||||
== | |||||||||
extends QName [MixedAttribute]mixed { [AttributeContent]content(targetNCName) [ChildrenContent]content(targetNCName) } |
Mapping for attribute uses is given in [C.1.4 Special attributes].
Schema component
Model group definitions are represented in XML by the following structure.
<attributeGroup |
[ ignored ] id = ID |
name = NCame |
ref = QName |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, ((attribute | attributeGroup)*, anyAttribute?)) |
</attributeGroup> |
Schema mapping
Attribute group definitions are not currently handled by the mapping. See Issue 501 (FS-Issue-0158).
Schema component
Model group definitions are represented in XML by the following structure.
<group |
name = NCame > |
Content: (annotation?, (all | choice | sequence)) |
</group> |
Schema mapping
Model group definitions are not currently handled by the mapping. See Issue 501 (FS-Issue-0158).
Model groups are either "all", "sequence" or "choice". One can also refer to a model group definition.
Schema component
All groups are represented in XML by the following structure.
<all |
[ ignored ] id = ID |
maxOccurs = 1 : 1 |
minOccurs = (0 | 1) : 1 |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, element*) |
</all> |
Schema mapping
All groups are mapped into the "&" operation in the [XPath/XQuery] type system.
[
|
||||
== | ||||
([Element1]content(targetNCName) & ... & [Elementn]content(targetNCName)) [OccursAttributes]occurs |
Schema component
Choice groups are represented in XML by the following structure.
<choice |
[ ignored ] id = ID |
maxOccurs = (nonNegativeInteger | unbounded) : 1 |
minOccurs = nonNegativeInteger : 1 |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (element | group | choice | sequence | any)*) |
</choice> |
Notation
The following auxiliary grammar productions are used to describe group components.
[64 (Formal)] | GroupComponent |
::= | "element" | "group" | "choice" | "sequence" | "any" |
Schema mapping
Choice groups are mapped into the "|" operation in the [XPath/XQuery] type system.
[
|
||||
== | ||||
([GroupComponent1]content(targetNCName) | ... | [GroupComponentn]content(targetNCName)) [OccursAttributes]occurs |
Schema component
Sequence groups are represented in XML by the following structure.
<sequence |
[ ignored ] id = ID |
maxOccurs = (nonNegativeInteger | unbounded) : 1 |
minOccurs = nonNegativeInteger : 1 |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (element | group | choice | sequence | any)*) |
</sequence> |
Schema mapping
Sequence groups are mapped into the "," operation in the [XPath/XQuery] type system.
[
|
||||
== | ||||
([GroupComponent1]content(targetNCName) , ... , [GroupComponentn]content(targetNCName)) [OccursAttributes]occurs |
Particles contribute to the definition of content models.
A particle can be either an element reference, a group reference or a wildcard.
Schema component
Element reference particles are represented in XML by the following structure.
<element |
ref = QName |
maxOccurs = (nonNegativeInteger | unbounded) : 1 |
minOccurs = nonNegativeInteger : 1 |
[ ignored ] {any attributes with non-schema namespace ...} > |
Schema mapping
Element references are mapped into element references in the [XPath/XQuery] type system.
[
|
|||
== | |||
element QName [OccursAttributes]occurs |
Schema component
Group reference particles are represented in XML by the following structure.
<group |
ref = QName |
maxOccurs = (nonNegativeInteger | unbounded) : 1 |
minOccurs = nonNegativeInteger : 1 |
[ ignored ] {any attributes with non-schema namespace ...} > |
Schema mapping
Model group references are not currently handled by the mapping.
Schema component
Attribute wildcards are represented in XML by the following structure.
<anyAttribute |
[ ignored ] id = ID |
[ not handled ] namespace = ((##any | ##other) | List of (anyURI | (##targetNamespace | ##local)) ) : ##any |
processContents = (lax | skip | strict) : strict |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?) |
</anyAttribute> |
Schema mapping
An attribute wildcard with a "skip" process content is mapped as an attribute wildcard in the [XPath/XQuery] type system.
[
|
||||
== | ||||
(attribute (*, xdt:untypedAtomic ))* |
[
|
||||
== | ||||
attribute * |
[
|
||||
== | ||||
attribute * |
Editorial note | |
Namespace wildcards are not handled by the mapping. |
Schema component
Element wildcards are represented in XML by the following structure.
<any |
[ ignored ] id = ID |
maxOccurs = (nonNegativeInteger | unbounded) : 1 |
minOccurs = nonNegativeInteger : 1 |
[ not handled ] namespace = ((##any | ##other) | List of (anyURI | (##targetNamespace | ##local)) ) : ##any |
processContents = (lax | skip | strict) : strict |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?) |
</any> |
Schema mapping
An element wildcard with a "skip" process content is mapped as an element wildcard in the [XPath/XQuery] type system.
[
|
|||||
== | |||||
( element (*, xdt:untyped ) )[OccursAttributes]occurs |
[
|
|||||
== | |||||
( element (*, xs:anyType ) )[OccursAttributes]occurs |
Editorial note | |
Element wildcards with a "lax" or "strict" process content are not handled by the mapping. |
Editorial note | |
Namespace wildcards are not handled by the mapping. |
All identity-constraints definitions are ignored when mapping into the [XPath/XQuery] type system.
All notation declarations are ignored when mapping into the [XPath/XQuery] type system.
Schema component
A simple type is represented in XML by the following structure.
<simpleType |
[ ignored ] final = (#all | (list | union | restriction)) |
[ ignored ] id = ID |
name = NCName |
[ ignored ] {any attributes with non-schema namespace ...} > |
name = NCName |
</simpleType> |
Derivation by restriction inside a simple type is represented in XML by the following structure.
<restriction |
base = QName |
[ ignored ] id = ID |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (simpleType?, (minExclusive | minInclusive | maxExclusive | maxInclusive | totalDigits | fractionDigits | length | minLength | maxLength | enumeration | whiteSpace | pattern)*)?) |
</restriction> |
Derivation by list inside a simple type is represented in XML by the following structure.
<list |
[ ignored ] id = ID |
itemType = QName |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (simpleType?)) |
</list> |
Derivation by union inside a simple type is represented in XML by the following structure.
<union |
[ ignored ] id = ID |
memberTypes = List of QName |
[ ignored ] {any attributes with non-schema namespace ...} > |
Content: (annotation?, (simpleType*)) |
</union> |
Schema import distinguishes between global simple types (which are mapped to sort declarations) and local simple types (which are mapped to type definitions).
Schema mapping
In the case of global simple types, the mapping rule which applies is denoted by []definition(targetNCName).
[
|
||||
== | ||||
define type targetNCName:NCName [SimpleTypeContent]simple_content(targetNCName) |
Schema mapping
In the case of global simple types, the mapping rule which applies is denoted by []content(targetNCName).
[
|
|||
== | |||
[SimpleTypeContent]simple_content(targetNCName) |
Notation
The normalization rule []simple_content(targetNCName) maps a simple type content to a type specifier and an optional occurrence indicator.
Schema mapping
If the simple type is derived by restriction, it is mapped into a simple type restriction in the [XPath/XQuery] type system. The name of the base atomic type and attributes are mapped. Only the minLength, maxLength, and length facets in the simple type restriction are handled. All other properties of the simple-type restriction are ignored.
[
|
||||
== | ||||
restricts QName { QName } [simpleContentRestriction]occurs |
If the simple type is derived by list, and its content type does not constrain the length of the list, it is mapped into a zero-or-more repetition type into the [XPath/XQuery] type system.
[
|
|||
== | |||
{ Type * } |
If the simple type is derived by list, and its content type does constrain the length of the list, then it is mapped into a zero-or-more repetition type into the [XPath/XQuery] type system.
[
|
|||
== | |||
{ Type · Occurrence } |
[
|
||
== | ||
{ QName* } |
If the simple type is derived by union, it is mapped into a union type into the [XPath/XQuery] type system.
[
|
|||
== | |||
{ ([SimpleType]content(targetNCName) | ... | [SimpleTypen]content(targetNCName)) } |
[
|
||
== | ||
{ QName1 | ... | QNamen } |
XQuery supports XML Schema validation using the validate expression. This section gives a non-normative formal semantics of XML Schema validation, solely for the purpose of specifying its usage in XQuery.
Specifying XML Schema validation requires a fairly large number of auxiliary judgments. There are two main judgments used to describe the semantics of validation.
The "erase" judgment takes a value and removes all type information from it. This operation is necessary since, in XQuery, validation can occur both on well-formed or already validated documents.
The "annotate" operation takes an untyped value and a type and either fails or succeeds by returning a new -validated- value.
Before defining those three judgments, we first introduce auxiliary judgments used to describe specific parts of the XML Schema's semantics.
Notation
The judgment
holds when a type reference or a type derivation resolves to the given type name and type content.
Semantics
This judgment is specified by the following rules.
If the type is omitted, it is resolved as the empty sequence type.
statEnv |- Derivation? Mixed? { empty } resolves to TypeName { Type } |
|
statEnv |- Derivation? Mixed? { } resolves to TypeName { Type } |
In case of a type reference, then the type name is the name of that type, and the type is taken by resolving the type declaration of the global type.
|
||||
|
||||
statEnv |- of type TypeName resolves to TypeName { Type } |
In the above inference rule, note that BaseTypeName is the base type of the type referred to. So this is indeed the original type name, TypeName, which must be returned, and eventually used to annotated the corresponding element or attribute. However, the type needs to be obtained through a second application of the resolves to judgment.
If the type derivation is a restriction, then the type name is the name of the base type, and the type is taken from the type derivation.
statEnv |- Mixed? Type adjusts to AdjustedType |
|
statEnv |- restricts TypeName Mixed? { Type } resolves to TypeName { AdjustedType } |
If the type derivation is an extension, then the type name is the name of the base type, and the type is the base type extended by the type in the type derivation.
|
|||||
|
|||||
statEnv |- extends TypeName Mixed? { Type } resolves to TypeName { AdjustedType } |
Notation
The judgment
holds if some interleaving of Value1 and Value2 yields Value3. Interleaving is non-deterministic; it is used for processing all groups.
Semantics
This judgment is specified by the following rules.
Interleaving two empty sequences yields the empty sequence.
|
statEnv |- () interleave () yields () |
Otherwise, pick an item from the head of one of the sequences, and recursively interleave the remainder.
Introduction
Finally, we introduce an auxiliary judgment which extracts the value of a given attribute if it exists. This judgment is not used in the semantics of step expressions, but in [8.3 Judgments for type matching], and is based on the other filter judgments.
Notation
The judgment
holds if there are no occurrences of the attribute QName in Value. The judgment
holds if there is one occurrence of the attribute QName in Value, and the value of that attribute is SimpleValue. The judgment
holds if either of the previous two judgments hold.
Semantics
The filter judgments are defined as follows.
Notation
To define erasure, an auxiliary judgment is needed. The judgment
holds when SimpleValue erases to the string String.
Semantics
This judgment is specified by the following rules.
The empty sequence erases to the empty string.
|
statEnv |- () simply erases to "" |
The concatenation of two non-empty sequences of values erases to the concatenation of their erasures with a separating space.
|
|||
|
|||
statEnv |- SimpleValue1,SimpleValue2 simply erases to fn:concat (String1," ",String2) |
An atomic value erases to its string representation as an instance of xdt:untypedAtomic
.
|
statEnv |- AtomicValue of type AtomicTypeName simply erases to dm:string-value (AtomicValue) of type xdt:untypedAtomic |
Notation
The erases to judgment is used in the definition of the dynamic semantics of validation. The normative dynamic semantics of validation is specified in Section 3.13 Validate ExpressionsXQ. The effect of the validate expression is equivalent to:
serialization of the data model, as described in [Data Model Serialization], followed by
validation of the serialized value into a Post-Schema Validated Infoset, as described in [Schema Part 1], followed by
construction of a new data model value, as described in [Data Model].
Erasure is the formal equivalent of serialization followed by construction a new data model value in which all element nodes are labeled with xdt:untyped
and all attribute nodes with xdt:untypedAtomic
.
The judgment
holds when the erasure of Value1 is Value2.
Semantics
This judgment is specified by the following rules.
The empty sequence erases to itself.
The erasure of the concatenation of two values is the concatenation of their erasure, so long as neither of the two original values is simple.
|
|||
|
|||
statEnv |- Value1,Value2 erases to Value1',Value2' |
The erasure of an element is an element that has the same name and the type xdt:untyped
and the erasure of the original content.
|
||
|
||
statEnv |- element ElementName of type TypeName { Value1 } erases to element ElementName of type xdt:untyped { Value2 } |
The erasure of an attribute is an attribute that has the same name and the type xdt:untypedAtomic
and the simple erasure of the original content labeled with xdt:untypedAtomic
.
|
||
|
||
statEnv |- attribute AttributeName of type TypeName { Value } erases to attribute AttributeName of type xdt:untypedAtomic { String of type xdt:untypedAtomic } |
The erasure of a document is a document with the erasure of the original content.
The erasure of a text or comment or processing-instruction node is itself.
|
statEnv |- processing-instruction QName { String } erases to processing-instruction QName { String } |
The erasure of a simple value is the corresponding text node.
|
||
|
||
statEnv |- SimpleValue erases to text { String } |
The annotate as judgment is used in the definition of the dynamic semantics of validation. The normative dynamic semantics of validation is specified in Section 3.13 Validate ExpressionsXQ. The effect of the validate expression is equivalent to:
serialization of the data model, as described in [Data Model Serialization], followed by
parsing of the serialized value into the Infoset
validation of the Infoset into a Post-Schema Validated Infoset, as described in [Schema Part 1], followed by
construction of a new data model value, as described in [Data Model].
Annotation is the formal equivalent of schema validation of an Infoset value value into the PSVI followed by construction of a new data model value. Because the Formal Semantics is defined on data model values, not the Infoset, annotation is applied to a data model values in which all element nodes are labeled with xdt:untyped
and all attribute nodes with xdt:untypedAtomic
-- that is, the result of erasure.
Notation
The judgment
holds if the result of casting the SimpleValue1 to SimpleType is SimpleValue2.
Semantics
This judgment is specified by the following rules.
Simply annotating a simple value to a union type yields the result of simply annotating the simple value to either the first or second type in the union. Note that simply annotating to the second type is attempted only if simply annotating to the first type fails.
|
||
|
||
statEnv |- simply annotate as SimpleType1|SimpleType2 (SimpleValue) => SimpleValue2 |
|
|||
|
|||
statEnv |- simply annotate as SimpleType1|SimpleType2 (SimpleValue) => SimpleValue2 |
The simple annotation rules for ?, +, * are similar.
|
statEnv |- simply annotate as SimpleType? ( () ) => () |
|
||
|
||
statEnv |- simply annotate as SimpleType? (SimpleValue1) => SimpleValue2 |
|
statEnv |- simply annotate as SimpleType* ( () ) => () |
|
|||
|
|||
statEnv |- simply annotate as SimpleType* (SimpleValue1,SimpleValue2) => SimpleValue1',SimpleValue2' |
|
|||
|
|||
statEnv |- simply annotate as SimpleType+ (SimpleValue1,SimpleValue2) => SimpleValue1',SimpleValue2' |
Simply annotating an atomic value to xs:string
yields its string representation.
|
statEnv |- simply annotate as xs:string (AtomicValue) => dm:string-value(AtomicValue) |
Simply annotating an atomic value to xs:decimal
yields the decimal that results from parsing its string representation.
|
statEnv |- simply annotate as xs:decimal (AtomicValue) => xs:decimal (dm:string-value (AtomicValue)) |
Similar rules are assumed for the rest of the 19 XML Schema primitive types.
Notation
The judgment
holds if it is possible to annotate value Value1 as if it had the nillable type Type and Value2 is the corresponding annotated value.
Semantics
This judgment is specified by the following rules.
If the type is not nillable, then the xsi:nil attribute must not appear in the value, and it must be possible to annotate value Value as if it had the type Type.
|
|||
|
|||
statEnv |- nil-annotate as Type ( Value1 ) => Value2 |
If the type is nillable, and the xsi:nil attribute does not appear or is false, then it must be possible to annotate value Value1 as if it had the type Type.
|
|||
|
|||
statEnv |- nil-annotate as nillable Type ( Value1 ) => Value2 |
If the type is nillable, and the xsi:nil attribute is true, then it must be possible to annotate value Value1 as if it had a type where the attributes in the type are kept and the element content of the type is ignored.
|
|||
|
|||
statEnv |- nil-annotate as nillable (AttributeAll, ElementContentType) ( Value1 ) => Value2 |
The annotate as judgment is used in the definition of the dynamic semantics of validation. The normative dynamic semantics of validation is specified in Section 3.13 Validate ExpressionsXQ. The effect of the validate expression is equivalent to:
serialization of the data model, as described in [Data Model Serialization], followed by
parsing of the serialized value into the Infoset
validation of the Infoset into a Post-Schema Validated Infoset, as described in [Schema Part 1], followed by
construction of a new data model value, as described in [Data Model].
Erasure is the formal equivalent of serialization followed by construction a new data model value in which all element nodes are labeled with xdt:untyped
and all attribute nodes with xdt:untypedAtomic
.
Notation
The judgment
holds if it is possible to annotate value Value1 as if it had type Type and Value2 is the corresponding annotated value.
Note
Assume an XML Infoset instance X1 is validated against an XML Schema S, yielding PSVI instance X2. Then if X1 corresponds to Value1 and S corresponds to Type and X2 corresponds to Value2, the following should hold: annotate as Type ( Value1 ) => Value2.
Semantics
This judgment is specified by the following rules.
Annotating the empty sequence as the empty type yields the empty sequence.
|
statEnv |- annotate as () (()) => () |
Annotating a concatenation of values as a concatenation of types yields the concatenation of the annotated values.
|
|||
|
|||
statEnv |- annotate as Type1,Type2 (Value1,Value2) => Value1',Value2' |
Annotating a value as a choice type yields the result of annotating the value as either the first or second type in the choice.
statEnv |- annotate as Type1 (Value1) => Value2 |
|
statEnv |- annotate as Type1|Type2 (Value1) => Value2 |
statEnv |- annotate as Type2 (Value1) => Value2 |
|
statEnv |- annotate as Type1|Type2 (Value1) => Value2 |
Annotating a value as an all group uses interleaving to decompose the original value and recompose the annotated value.
Editorial note | |
Jerome and Phil: Note that this may reorder the original sequence. Perhaps we should disallow such reordering. Specifying that formally is not as easy as we would like. |
|
|||||
|
|||||
statEnv |- annotate as Type1 & Type2 ( Value ) => Value' |
The annotation rules for ?, +, * are similar.
statEnv |- annotate as (Type | empty)(Value1) => Value2 |
|
statEnv |- annotate as Type? (Value1) => Value2 |
statEnv |- annotate as Type (Value1) => Value1' statEnv |- annotate as Type* (Value2) => Value2' |
|
statEnv |- annotate as Type+ (Value1,Value2) => (Value1',Value2') |
|
statEnv |- annotate as Type* ( () ) => () |
statEnv |- annotate as Type (Value1) => Value1' statEnv |- annotate as Type* (Value2) => Value2' |
|
statEnv |- annotate as Type* (Value1,Value2) => (Value1',Value2') |
To annotate an element with no xsi:type attribute, first look up the element type, next resolve the resulting type reference, then annotate the value against the resolved type, and finally return a new element with the name of the original element, the resolved type name, and the annotated value.
|
|||||
|
|||||
statEnv |- annotate as ElementType ( element ElementName of type xs:anyType { Value } ) => element ElementName of type TypeName { Value' } |
To annotate an element with an xsi:type attribute, define a type reference corresponding to the xsi:type. Look up the element type, yielding a type reference, and check that the xsi:type reference derives from this type reference. Resolve the xsi:type reference, then annotate the value against the resolved type, and finally return a new element with the name of the original element, the resolved type name, and the annotated value.
|
|||||||
|
|||||||
statEnv |- annotate as ElementType ( element ElementName of type xs:anyType { Value } ) => element ElementName of type TypeName { Value' } |
The rule for attributes is similar to the first rule for elements.
|
||||
|
||||
statEnv |- annotate as AttributeType ( attribute AttributeName of type xs:anySimpleType { Value } ) => attribute AttributeName of type TypeName { Value' } |
Annotating a document node yields a document with the annotation of its contents.
statEnv |- annotate as Type (Value) => Value' |
|
statEnv |- annotate as document { Type } ( document { Value } ) => document { Value' } |
Annotating a text node as text yields itself.
|
statEnv |- annotate as text (text { String }) => text { String } |
Annotating a text nodes as a simple type is identical to casting.
statEnv |- simply annotate as SimpleType ( String as xs:anySimpleType ) => SimpleValue' |
|
statEnv |- annotate as SimpleType ( text { String } ) => SimpleValue' |
Annotating a simple value as a simple type is identical to casting.
statEnv |- simply annotate as SimpleType ( SimpleValue ) => SimpleValue' |
|
statEnv |- annotate as SimpleType ( SimpleValue ) => SimpleValue' |
This log records the changes that have been made to this document since the Working Draft of September 3 June 2005 Last Call Working Draft.
Completely removed the formal specification of error propagation, and which kind of dynamic errors are raised.
Fixed static typing rules for fn:subsequence
Numerous fixes to static typing rules for function calls, including overloaded functions in Appendix B.2.
Fixed bugs in auxiliary functions dealing with type promotion and atomization in the semantics of function calls.
Fixed handling of namespace "unbinding" under the namespaces rules for XML 1.1.
Fixed dynamic evaluation rules for literals.
Fixed static typing rules for document constructors.
Fixed a bug in the rule implementing the 'union interpretation' for derivation by extension.
Fixed bugs in the rules for module import, now dealing with multiple modules with the same namespace properly.
Fixed terminology for some aspects of the type system, and added clarification pointers in a number of places.
Fixed numerous bugs and typos, as a result of processing last call comments.
A few minor fixes to the core grammar (e.g., Constructor production was missing).
Numerous improvements and clarifications in the preliminary section which introduces the formal semantics notations.
Complete refactoring of the formal semantics of function calls.
Always provide the normalization rule even for the trivial cases.
Default values in formal notations are only used in examples, not in inference rules anymore.
Removed the use of the confusing notation NonTerminal? in inference rules.
Fixes to the formal semantics of constructors.
Fixes to the semantics of global variables and function declarations.
Fixed numerous bugs and typos, as a result of processing last call comments.
Grammar productions now have a marker indicating when they correspond to the XQuery or the XPath grammar.