Results for tests requiring that dependency schemaValidation 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) |
---|---|---|---|---|---|---|
analyzeString-020[+]
X analyzeString-020: Created on: 2009-10-18 Spec Dependencies: feature = schemaValidation spec = XP30+ XQ30+ Test: let $result := analyze-string("banana", "(b)(anana)") return ($result//@nr)[1] instance of attribute(nr, xs:positiveInteger) |
no result | pass | pass | pass | pass | pass |
analyzeString-021[+]
X analyzeString-021: Created on: 2009-10-18 Spec Dependencies: feature = schemaValidation spec = XP30+ XQ30+ Test: let $result := analyze-string("banana", "(b)(anana)") return $result instance of element(*, xs:untyped) |
no result | pass | pass | pass | pass | pass |
K2-SeqDeepEqualFunc-36[+]
X K2-SeqDeepEqualFunc-36: Created on: 2012-05-30 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: deep-equal(validate type xs:integer {<e>2012</e>}, validate type xs:gYear{<e>2012</e>}) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
K2-SeqDeepEqualFunc-37[+]
X K2-SeqDeepEqualFunc-37: Created on: 2012-05-30 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: deep-equal(validate type xs:integer {<e>2012</e>}, validate type xs:decimal{<e>2012</e>}) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fn-normalize-space-23[+]
X fn-normalize-space-23: Created on: 2011-06-25 Spec Dependencies: feature = schemaValidation Test: /*/normalize-space() |
no result | pass | pass | pass | pass | pass |
fn-normalize-space-24[+]
X fn-normalize-space-24: Created on: 2011-06-25 Spec Dependencies: feature = schemaValidation Test: /*/normalize-space(.) |
no result | pass | pass | pass | pass | pass |
fn-normalize-space-25[+]
X fn-normalize-space-25: Created on: 2011-06-25 Spec Dependencies: feature = schemaValidation Test: current-date()[normalize-space()] |
no result | pass | pass | pass | pass | pass |
fn-normalize-space-26[+]
X fn-normalize-space-26: Created on: 2011-06-25 Spec Dependencies: feature = schemaValidation Test: current-date()[normalize-space(.)] |
no result | pass | pass | pass | pass | pass |
fn-string-22[+]
X fn-string-22: Created on: 2011-06-28 Spec Dependencies: feature = schemaValidation Test: /*/string() |
no result | pass | pass | pass | pass | pass |
fn-string-length-22[+]
X fn-string-length-22: Created on: 2011-06-25 Spec Dependencies: feature = schemaValidation Test: /*/string-length() |
no result | pass | pass | pass | pass | pass |
fn-string-length-23[+]
X fn-string-length-23: Created on: 2011-06-25 Spec Dependencies: feature = schemaValidation Test: /*/string-length(.) |
no result | pass | pass | pass | pass | pass |
array-sort-020[+]
X array-sort-020: Created on: 2015-08-10 Spec Dependencies: spec = XQ31+ feature = schemaValidation spec = XP31+ XQ31+ Test: array:sort([[3],2,validate type xs:integer { <e>1</e> }]) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-2[+]
X op-numeric-add-2: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:integer + /*/atomic:integer |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-3[+]
X op-numeric-add-3: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:decimal + /*/atomic:integer |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-4[+]
X op-numeric-add-4: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:decimal + /*/atomic:float |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-5[+]
X op-numeric-add-5: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:float + /*/atomic:float |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-6[+]
X op-numeric-add-6: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:float + /*/atomic:double |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-7[+]
X op-numeric-add-7: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:decimal/@* + /*/atomic:double |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-8[+]
X op-numeric-add-8: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:double + /*/atomic:double |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-9[+]
X op-numeric-add-9: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:integer + xs:untypedAtomic('123') |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-10[+]
X op-numeric-add-10: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:decimal + xs:untypedAtomic('123') |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-11[+]
X op-numeric-add-11: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:float + xs:untypedAtomic('123') |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
op-numeric-add-12[+]
X op-numeric-add-12: Created on: 2016-05-09 Spec Dependencies: spec = XQ10+ feature = schemaValidation Test: declare namespace atomic="http://www.w3.org/XQueryTest"; /*/atomic:double + xs:untypedAtomic('123') |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-003[+]
X FunctionCall-003: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: xs:integer(validate type xs:decimal {<a>93.7</a>}) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-005[+]
X FunctionCall-005: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: declare function local:f($in as xs:anyAtomicType) as xs:boolean { $in instance of xs:decimal }; local:f(validate type xs:integer {<a>12</a>}) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-016[+]
X FunctionCall-016: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: declare function local:f($in as xs:QName) as xs:integer { string-length(local-name-from-QName($in)) }; let $e := <a xsi:type='my:integer' xmlns:my='http://my.example.com/'>123</a> return local:f($e/@xsi:type) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-018[+]
X FunctionCall-018: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: let $e := <a xsi:type='my:integer' xmlns:my='http://my.example.com/'>123</a> return local-name-from-QName($e/@xsi:type) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
Lookup-020[+]
X Lookup-020: Created on: 2014-11-27 Spec Dependencies: spec = XQ31+ feature = schemaValidation Test: let $x := (validate type xs:integer {<x>1</x>}, validate type xs:integer {<y>2</y>}) return (['a', 'b', 'c'], ['b', 'c', 'd'], ['e', 'f', 'b'])[.?($x) = 'b'] |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
Lookup-120[+]
X Lookup-120: Created on: 2014-11-27 Spec Dependencies: spec = XQ31+ feature = schemaValidation Test: let $x := (validate type xs:integer {<x>1</x>}, validate type xs:integer {<y>2</y>}) return (['a', 'b', 'c'], ['b', 'c', 'd'], ['e', 'f', 'b'])?($x) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
UnaryLookup-020[+]
X UnaryLookup-020: Created on: 2014-11-27 Spec Dependencies: spec = XQ31+ feature = schemaValidation Test: let $x := (validate type xs:integer {<x>1</x>}, validate type xs:integer {<y>2</y>}) return (['a', 'b', 'c'], ['b', 'c', 'd'], ['e', 'f', 'b'])[?($x) = 'b'] |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
XQDY0061[+]
X XQDY0061: Created on: 2008-05-16 Spec Dependencies: feature = schemaValidation spec = XQ10+ Test: validate lax { document {'hello'} } |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
XQTY0030[+]
X XQTY0030: Created on: 2008-05-16 Spec Dependencies: feature = schemaValidation spec = XQ10+ Test: validate strict { () } |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |