Results for tests requiring that dependency higherOrderFunctions + schemaImport is not satisfied
Implementations | ||||||
Tests | BaseX 8.5 beta XQ31 (QT3 vCVS) |
Saxon-EE 9.7.0.11 XP31 (QT3 v0.6) |
Saxon-EE 9.7.0.11 XQ31 (QT3 v0.6) |
XmlPrime 4.0.0.16079 XP31 (QT3 vCVS) |
XmlPrime 4.0.0.26293 XQ31 (QT3 vCVS) |
XmlPrime 4.0.0.27704 XQX31 (QT3 vCVS) |
---|---|---|---|---|---|---|
fn-load-xquery-module-050[+]
X fn-load-xquery-module-050: Created on: 2015-06-02 Spec Dependencies: feature = schemaImport spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-schema/module", $module := fn:load-xquery-module($module-ns) return $module("functions")(QName($module-ns, "hatsize"))(1)(8) |
no result | pass | pass | n/a | pass | pass |
fn-load-xquery-module-051[+]
X fn-load-xquery-module-051: Created on: 2015-06-02 Spec Dependencies: feature = schemaImport spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-schema/module", $module := fn:load-xquery-module($module-ns) return $module("functions")(QName($module-ns, "validate-ok"))(0)() |
no result | pass | pass | n/a | pass | pass |
fn-load-xquery-module-052[+]
X fn-load-xquery-module-052: Created on: 2015-06-02 Spec Dependencies: spec = XQ31+ feature = schemaImport spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: declare default element namespace "http://www.w3.org/XQueryTest/abf"; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-schema/module" let $module := fn:load-xquery-module($module-ns) let $c := (<a/>,<b/>,<f/>) return $module("functions")(QName($module-ns, "validate"))(1)($c) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-053[+]
X fn-load-xquery-module-053: Created on: 2015-06-02 Spec Dependencies: spec = XQ31+ feature = schemaImport spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: declare default element namespace "http://www.w3.org/XQueryTest/abf"; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-schema/module" let $module := fn:load-xquery-module($module-ns) let $c := (<a/>,<b/>,<c/>,<f/>) return $module("functions")(QName($module-ns, "validate"))(1)($c) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-054[+]
X fn-load-xquery-module-054: Created on: 2015-06-02 Spec Dependencies: spec = XQ31+ feature = schemaImport spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: import schema default element namespace "http://www.w3.org/XQueryTest/abf"; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-schema/module" let $module := fn:load-xquery-module($module-ns) let $c := (<a/>,<b/>,<f/>) return validate strict {$module("functions")(QName($module-ns, "abf"))(1)($c)} |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-055[+]
X fn-load-xquery-module-055: Created on: 2015-06-02 Spec Dependencies: spec = XQ31+ feature = schemaImport spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: import schema default element namespace "http://www.w3.org/XQueryTest/abf"; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-schema/module" let $module := fn:load-xquery-module($module-ns) let $c := (<a/>,<b/>,<c/>,<f/>) return validate strict {$module("functions")(QName($module-ns, "abf"))(1)($c)} |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-056[+]
X fn-load-xquery-module-056: Created on: 2015-06-02 Spec Dependencies: spec = XQ31+ feature = schemaImport spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: declare default element namespace "http://www.w3.org/XQueryTest/abf"; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-schema/module" let $module := fn:load-xquery-module($module-ns, map {"variables" : map {QName($module-ns, "c") : <outer><a/><b/><f/></outer>}}) return $module("functions")(QName($module-ns, "validate"))(0)() |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-057[+]
X fn-load-xquery-module-057: Created on: 2015-06-02 Spec Dependencies: spec = XQ31+ feature = schemaImport spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: declare default element namespace "http://www.w3.org/XQueryTest/abf"; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-schema/module" let $module := fn:load-xquery-module($module-ns, map {"variables" : map {QName($module-ns, "c") : <outer><a/><b/><d/><f/></outer>}}) return $module("functions")(QName($module-ns, "validate"))(0)() |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
CastAs-UnionType-7[+]
X CastAs-UnionType-7: Created on: 2012-05-25 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $f := s:myUnionType1#1 return $f(123.12) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-8[+]
X CastAs-UnionType-8: Created on: 2012-05-25 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $f := function-lookup(QName("http://www.w3.org/XQueryTest/unionListDefined", "myUnionType1"), 1) return $f(123.12) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-9[+]
X CastAs-UnionType-9: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $f := s:myUnionType1(?) return $f(123.12) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-13[+]
X CastAs-UnionType-13: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($f as function(*)) as item()* { <a xmlns:pre="http://example.com/ns">{namespace-uri-from-QName($f('pre:local'))}</a> }; local:f(function-lookup(xs:QName('s:sensitiveUnion'), 1)) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-14[+]
X CastAs-UnionType-14: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($f as function(*)) as item()* { <a xmlns:pre="http://example.com/ns">{namespace-uri-from-QName($f('pre:local'))}</a> }; local:f(s:sensitiveUnion#1) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-15[+]
X CastAs-UnionType-15: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($f as function(*)) as item()* { <a xmlns:pre="http://example.com/ns">{namespace-uri-from-QName($f('pre:local'))}</a> }; local:f(s:sensitiveUnion(?)) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-18[+]
X CastAs-UnionType-18: Created on: 2012-05-25 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $f as function(xs:anyAtomicType?) as s:sensitiveUnion? := s:sensitiveUnion#1 return $f('candlewick') |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-24[+]
X CastAs-UnionType-24: Created on: 2012-05-25 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $cast := s:lowercaseName#1 return $cast(xs:NCName('ABC123')) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-26[+]
X CastAs-UnionType-26: Created on: 2012-05-25 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $f as function(xs:anyAtomicType?) as s:sensitiveUnion? := s:lowercaseName#1 return $f('candlewick') |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-30[+]
X CastAs-UnionType-30: Created on: 2012-05-25 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $fn := s:unionOfLists#1 let $result := $fn("a b xs:integer") return count($result) eq 3 and ($result instance of Q{http://www.w3.org/XQueryTest/unionListDefined}sensitiveUnion*) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-31[+]
X CastAs-UnionType-31: Created on: 2012-05-25 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $fn := function-lookup(QName('http://www.w3.org/XQueryTest/unionListDefined', 'unionOfLists'), 1) let $result := $fn("a b xs:integer") return count($result) eq 3 and ($result instance of s:sensitiveUnion*) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-UnionType-32[+]
X CastAs-UnionType-32: Created on: 2012-05-25 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $fn as function(xs:string?) as xs:anyAtomicType* := function-lookup(QName('http://www.w3.org/XQueryTest/unionListDefined', 'unionOfLists'), 1) let $result := $fn(xs:untypedAtomic("a b xs:integer")) return count($result) eq 3 and ($result instance of s:sensitiveUnion*) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-ListType-9[+]
X CastAs-ListType-9: Created on: 2012-05-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: let $f := xs:IDREFS#1 return $f("a b c") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-ListType-10[+]
X CastAs-ListType-10: Created on: 2012-05-28 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: let $f := function-lookup(QName('http://www.w3.org/2001/XMLSchema', 'IDREFS'), 1) return $f("a b c") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-ListType-11[+]
X CastAs-ListType-11: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ feature = schemaImport Test: let $f := xs:IDREFS(?) return $f("a b c") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-ListType-18[+]
X CastAs-ListType-18: Created on: 2012-05-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: let $f := xs:ENTITIES#1 return $f(xs:anyURI("abcd")) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-ListType-19[+]
X CastAs-ListType-19: Created on: 2012-05-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: let $f := xs:ENTITIES#1 return $f(($f("abcd"), $f("defg"))) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-ListType-24[+]
X CastAs-ListType-24: Created on: 2012-05-28 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $f := function-lookup(QName('http://www.w3.org/XQueryTest/unionListDefined', 'myRestrictedList1'), 1) return $f("123 987 567 456") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-ListType-26[+]
X CastAs-ListType-26: Created on: 2012-05-28 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $f as function(xs:string) as xs:integer* := function-lookup(QName('http://www.w3.org/XQueryTest/unionListDefined', 'myRestrictedList1'), 1) return $f("123 987 567 456") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CastAs-ListType-27[+]
X CastAs-ListType-27: Created on: 2012-05-28 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ feature = schemaImport Test: let $f as function(xs:anyAtomicType) as xs:NMTOKEN* := xs:NMTOKENS#1 let $v as xs:NMTOKEN* := $f("a b c") return count($v) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
FunctionCall-028[+]
X FunctionCall-028: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionType) as xs:boolean {$in instance of xs:integer}(23) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-029[+]
X FunctionCall-029: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionType) as xs:boolean {$in instance of xs:integer}(xs:float(12)) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-030[+]
X FunctionCall-030: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionType) as xs:boolean {$in instance of xs:integer}(12.3) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-031[+]
X FunctionCall-031: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionType) as xs:boolean {$in instance of xs:integer}(xs:untypedAtomic('123')) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-032[+]
X FunctionCall-032: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionOfListType) as xs:boolean {$in instance of xs:integer}(23) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-033[+]
X FunctionCall-033: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:restrictedUnionType) as xs:boolean {$in instance of xs:integer}(23) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-034[+]
X FunctionCall-034: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:listType) as xs:boolean {$in instance of xs:integer}(23) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-035[+]
X FunctionCall-035: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as xs:integer) as lu:unionOfUnionType {$in + 23}(9) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-038[+]
X FunctionCall-038: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; declare function local:makeDate($in as xs:string, $year as xs:integer) as lu:unionOfUnionType { let $date := $year || '-' || $in return if ($date castable as xs:date) then xs:untypedAtomic($date) else current-date() }; let $make2012date := local:makeDate(?, 2012) return $make2012date('12-12') |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-039[+]
X FunctionCall-039: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function() as lu:restrictedUnionType {23}() |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-040[+]
X FunctionCall-040: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; let $f := function() as lu:namespaceSensitiveUnionType {node-name(<a/>)} return local-name-from-QName($f()) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-041[+]
X FunctionCall-041: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; let $f := function() as lu:namespaceSensitiveUnionType {xs:untypedAtomic('xsi:type')} return local-name-from-QName($f()) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-042[+]
X FunctionCall-042: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; declare function local:hof($f as function(xs:integer) as xs:integer) as xs:integer {$f(3) + 1}; let $f := function($a as lu:unionType) as xs:integer {$a + 2} return local:hof($f) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-043[+]
X FunctionCall-043: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; declare function local:hof($f as function(lu:unionType) as xs:integer) as xs:integer {$f(3) + 1}; let $f := function($a as lu:unionOfUnionType) as xs:integer {$a + 2} return local:hof($f) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
instanceof135[+]
X instanceof135: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:myUnionType1) as xs:boolean { true() }; local:f#1 instance of function(s:myUnionType1) as xs:boolean |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
instanceof136[+]
X instanceof136: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:myUnionType1) as xs:boolean { true() }; local:f#1 instance of function(s:unrestrictedDate) as xs:boolean |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
instanceof137[+]
X instanceof137: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:myUnionType1) as xs:boolean { true() }; local:f#1 instance of function(s:unrestrictedInteger) as xs:boolean |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
instanceof138[+]
X instanceof138: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:myUnionType1) as xs:boolean { true() }; local:f#1 instance of function(s:restrictedDate) as xs:boolean |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
instanceof139[+]
X instanceof139: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:approximateDate) as xs:boolean { true() }; local:f#1 instance of function(s:dateOrDateTime) as xs:boolean |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
instanceof140[+]
X instanceof140: Created on: 2013-01-24 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as xs:integer) as xs:boolean { true() }; local:f#1 instance of function(s:integer-union) as xs:boolean |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
instanceof141[+]
X instanceof141: Created on: 2013-01-24 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:decimal-or-string) as xs:boolean { true() }; local:f#1 instance of function(xs:integer) as xs:boolean |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
substitution-030[+]
X substitution-030: Created on: 2012-10-10 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/substitution"; declare function local:f($p as schema-element(s:H)) as xs:integer {3}; local:f#1 instance of function(schema-element(s:A)) as xs:integer |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
substitution-031[+]
X substitution-031: Created on: 2012-10-10 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/substitution"; declare function local:f($p as schema-element(s:D)) as xs:integer {3}; local:f#1 instance of function(schema-element(s:E)) as xs:integer |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
substitution-032[+]
X substitution-032: Created on: 2012-10-10 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/substitution"; declare function local:f($p as schema-element(s:H)) as xs:integer {3}; local:f#1 instance of function(schema-element(s:G)) as xs:integer |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
hof-009[+]
X hof-009: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: import schema namespace a = "http://www.w3.org/XQueryTest/userDefinedTypes"; let $f := a:hatsize#1 return ($f(8) instance of a:hatsize) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |