|
Implementations | ||||||||||||||||
Tests | BaseX 7.7 XQ30 |
EMC/xDB xDB_main_r2411365 XQ30 |
Saxon-EE 9.5.1.1 XP20 |
Saxon-EE 9.5.1.1 XQ10 |
Saxon-EE 9.5.1.1 XP30 |
Saxon-EE 9.5.1.1 XQ30 |
Saxon-EE 9.5.1.4 XQX30 (QT3 v1.1) |
XmlPrime 3.0.0.0 XP30 (QT3 vCVS) |
XmlPrime 3.0.0.0 XQ30 (QT3 vCVS) |
XmlPrime 3.0.0.0 XQX30 (QT3 vCVS) |
XmlPrime 3.0.0.0 XP20 (QT3 vCVS) |
XmlPrime 3.0.0.0 XQX10 (QT3 vCVS) |
XmlPrime 3.0.0.0 XQ10 (QT3 vCVS) |
Zorba 2.9 XQ10 (QT3 vCVS) |
Zorba 2.9 XQ30 (QT3 vCVS) |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
prod-Annotation* | 51/51 | 51/51 | 0/0 | 0/0 | 0/0 | 51/51 | 32/34 | 0/0 | 51/51 | 51/51 | 0/0 | 0/0 | 0/0 | 0/0 | 37/51 | 1/15 |
annotation-1[+]
X annotation-1: declare namespace eg = "http://example.com"; declare %eg:sequential function local:foo() { "bar" }; local:foo() |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-2[+]
X annotation-2: declare namespace eg = "http://example.com"; declare %eg:sequential variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-3[+]
X annotation-3: declare namespace eg = "http://example.com"; %eg:sequential function () { "bar" } () |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-4[+]
X annotation-4: declare namespace java = "http://example.com"; declare %java:variable("java.lang.Integer.MAX_VALUE") variable $max := 0; declare %java:method("java.lang.Math.sin") function local:sin($arg) { 0 }; local:sin($max) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-5[+]
X annotation-5: declare namespace eg = "http://example.com"; declare %eg:integer(1234) variable $foo := 0; declare %eg:integer(1234) function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-6[+]
X annotation-6: declare namespace eg = "http://example.com"; declare %eg:integer(12.34) variable $foo := 0; declare %eg:integer(12.34) function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-7[+]
X annotation-7: declare namespace eg = "http://example.com"; declare %eg:integer(12e34) variable $foo := 0; declare %eg:integer(12e34) function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-8[+]
X annotation-8: declare namespace eg = "http://example.com"; declare %eg:integer(1+2) function local:foo() { 0 }; local:foo() |
pass | pass | no result | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-9[+]
X annotation-9: declare namespace eg = "http://example.com"; declare %eg:many(12e34,"abc",1234) variable $foo := 0; declare %eg:many("xyz", 987, 12.3) function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-10[+]
X annotation-10: declare %Q{http://example.com}bar variable $foo := 0; declare %Q{http://example.com}bar function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-11[+]
X annotation-11: declare namespace eg = "http://example.com"; declare %eg:one %eg:two %eg:three variable $foo := 0; declare %eg:one %eg:two %eg:three function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-12[+]
X annotation-12: declare namespace eg = "http://example.com"; declare %eg:one%eg:two%eg:three(1)%eg:four variable $foo := 0; declare %eg:one%eg:two%eg:three(1)%eg:four function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-13[+]
X annotation-13: declare namespace eg = "http://example.com"; declare %eg:one %eg:two (: Lorem ipsum dolor sit amet. :) %eg:three(1) %Q{http://example.com}four variable $foo := 0; declare %eg:one %eg:two (: Lorem ipsum dolor sit amet. :) %eg:three(1) %Q{http://example.com}four function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-14[+]
X annotation-14: declare namespace eg = "http://example.com"; declare %eg:one(1, 2, 3) %eg:two("a", "b") %eg:three(1.234) variable $foo := 0; declare %eg:one(1, 2, 3) %eg:two("a", "b") %eg:three(1.234) function local:foo($arg) { $arg }; local:foo($foo) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-15[+]
X annotation-15: declare %xml:x function local:foo() { "bar" }; local:foo() |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-16[+]
X annotation-16: declare %Q{http://www.w3.org/XML/1998/namespace}x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-17[+]
X annotation-17: declare %xs:x function local:foo() { "bar" }; local:foo() |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-18[+]
X annotation-18: declare %Q{http://www.w3.org/2001/XMLSchema}x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-19[+]
X annotation-19: declare %xsi:x function local:foo() { "bar" }; local:foo() |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-20[+]
X annotation-20: declare %Q{http://www.w3.org/2001/XMLSchema-instance}x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-21[+]
X annotation-21: declare %fn:x function local:foo() { "bar" }; local:foo() |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-22[+]
X annotation-22: declare %Q{http://www.w3.org/2005/xpath-functions}x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-23[+]
X annotation-23: declare %x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-24[+]
X annotation-24: declare namespace math = "http://www.w3.org/2005/xpath-functions/math"; declare %math:x function local:foo() { "bar" }; local:foo() |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-25[+]
X annotation-25: declare %Q{http://www.w3.org/2005/xpath-functions/math}x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-26[+]
X annotation-26: declare namespace opts = "http://www.w3.org/2012/xquery"; declare %opts:x function local:foo() { "bar" }; local:foo() |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-27[+]
X annotation-27: declare %Q{http://www.w3.org/2012/xquery}x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-28[+]
X annotation-28: declare default function namespace "http://example.com"; declare %x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-29[+]
X annotation-29: declare %local:x variable $foo := "bar"; $foo |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-30[+]
X annotation-30: declare namespace eg = "http://example.com"; %eg:sequential("abc", 3) function () { "bar" } () |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-31[+]
X annotation-31: declare namespace eg = "http://example.com"; % Q{http://example.com}sequential("abc", 3) function () { "bar" } () |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-32[+]
X annotation-32: declare namespace eg = "http://example.com"; %eg:sequential("abc", 3) %eg:memo-function function () { "bar" } () |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-33[+]
X annotation-33: declare namespace eg = "http://example.com"; %eg:sequential(true()) function () { "bar" } () |
pass | pass | no result | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
pass | |
annotation-assertion-1[+]
X annotation-assertion-1: declare namespace eg = "http://example.com"; () instance of %eg:x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-2[+]
X annotation-assertion-2: declare namespace eg = "http://example.com"; () instance of %eg:x("foo") function(*) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-3[+]
X annotation-assertion-3: declare namespace eg = "http://example.com"; () instance of %eg:x(1234) function(*) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-4[+]
X annotation-assertion-4: declare namespace eg = "http://example.com"; () instance of %eg:x(12.34) function(*) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-5[+]
X annotation-assertion-5: declare namespace eg = "http://example.com"; () instance of %eg:x(12e34) function(*) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-6[+]
X annotation-assertion-6: declare namespace eg = "http://example.com"; () instance of %eg:x("abc", 12e34, 567) function(*) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-7[+]
X annotation-assertion-7: () instance of %Q{http://example.com}x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-8[+]
X annotation-assertion-8: () instance of %Q{http://example.com}x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-9[+]
X annotation-assertion-9: declare namespace eg = "http://example.com"; () instance of %eg:x %eg:y%eg:z %eg:w(1) function(*) |
pass | pass | n/a
Regex with high repeat count blows heap space |
n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-10[+]
X annotation-assertion-10: declare namespace eg = "http://example.com"; () instance of %eg:x function(xs:integer) as xs:string |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
fail | |
annotation-assertion-11[+]
X annotation-assertion-11: () instance of %xml:x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
wrongError
Expected error: XQST0045. Found error: XPST0003 |
|
annotation-assertion-12[+]
X annotation-assertion-12: () instance of %Q{http://www.w3.org/XML/1998/namespace}x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
wrongError
Expected error: XQST0045. Found error: XPST0003 |
|
annotation-assertion-13[+]
X annotation-assertion-13: () instance of %xs:x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
wrongError
Expected error: XQST0045. Found error: XPST0003 |
|
annotation-assertion-14[+]
X annotation-assertion-14: () instance of %Q{http://www.w3.org/2001/XMLSchema}x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
wrongError
Expected error: XQST0045. Found error: XPST0003 |
|
annotation-assertion-15[+]
X annotation-assertion-15: () instance of %xsi:x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
wrongError
Expected error: XQST0045. Found error: XPST0003 |
|
annotation-assertion-16[+]
X annotation-assertion-16: () instance of %fn:x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
wrongError
Expected error: XQST0045. Found error: XPST0003 |
|
annotation-assertion-17[+]
X annotation-assertion-17: declare namespace math = "http://www.w3.org/2005/xpath-functions/math"; () instance of %math:x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
wrongError
Expected error: XQST0045. Found error: XPST0003 |
|
annotation-assertion-18[+]
X annotation-assertion-18: declare namespace opts = "http://www.w3.org/2012/xquery"; () instance of %opts:x function(*) |
pass | pass | pass | n/a
notXP20 |
n/a
notXQ10 |
n/a
notXP30 |
pass | n/a | pass | pass | n/a | n/a | n/a | n/a
Dependency (type=spec, value=XQ30+, satisfied=true) was not met. Dependency (type=spec, value=XQ30+, satisfied=true) was not met. |
wrongError
Expected error: XQST0045. Found error: XPST0003 |