|
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) |
|
---|---|---|---|---|---|---|---|
prod-CastExpr.schema | 0/129 | 0/0 | 129/129 | 0/0 | 129/129 | 129/0 | 0/6 |
qname-cast-1[+]
X qname-cast-1: Created on: 2006-04-13 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: xs:QName("value1") cast as xs:QName |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
qname-cast-2[+]
X qname-cast-2: Created on: 2006-04-13 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; let $var := myType:QNameBased("value1") return $var cast as xs:QName |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
qname-cast-3[+]
X qname-cast-3: Created on: 2006-04-13 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; let $var := myType:QNameBased("value1") return $var cast as myType:QNameBased |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
qname-cast-4[+]
X qname-cast-4: Created on: 2006-04-13 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; let $var := xs:QName("value1") return $var cast as myType:QNameBased |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
notation-cast-2[+]
X notation-cast-2: Created on: 2006-04-13 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType = "http://www.w3.org/XQueryTest/userDefinedTypes"; myType:NOTATIONBased("myType:value1") cast as xs:NOTATION |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
notation-cast-3[+]
X notation-cast-3: Created on: 2006-04-13 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType = "http://www.w3.org/XQueryTest/userDefinedTypes"; myType:NOTATIONBased("myType:value1") cast as myType:NOTATIONBased |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds1[+]
X casthcds1: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:integer |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds2[+]
X casthcds2: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; ((/atomic:root/atomic:integer) cast as xs:float) eq xs:float(12678967543233) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds3[+]
X casthcds3: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:boolean |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds4[+]
X casthcds4: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:double |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds5[+]
X casthcds5: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:decimal |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds6[+]
X casthcds6: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:string |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds7[+]
X casthcds7: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:string) cast as xs:string |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds8[+]
X casthcds8: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; ((/atomic:root/atomic:float) cast as xs:float) eq xs:float(1267.43233E12) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds9[+]
X casthcds9: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; ((/atomic:root/atomic:float) cast as xs:string) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds10[+]
X casthcds10: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; xs:float(((/atomic:root/atomic:float) cast as xs:double)) eq xs:float(1267.43233E12) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds11[+]
X casthcds11: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:float) cast as xs:boolean |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds12[+]
X casthcds12: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:double) cast as xs:double |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds13[+]
X casthcds13: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; ((/atomic:root/atomic:double) cast as xs:string) eq xs:string("A String Function") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds14[+]
X casthcds14: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; ((/atomic:root/atomic:double) cast as xs:float) eq xs:float(1267.43233E12) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds15[+]
X casthcds15: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:double) cast as xs:boolean |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds16[+]
X casthcds16: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:decimal) cast as xs:string |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds17[+]
X casthcds17: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:decimal) cast as xs:float |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds18[+]
X casthcds18: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:decimal) cast as xs:double |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds19[+]
X casthcds19: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:decimal) cast as xs:decimal |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds20[+]
X casthcds20: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:decimal) cast as xs:integer |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds21[+]
X casthcds21: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:decimal) cast as xs:boolean |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds22[+]
X casthcds22: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:string |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds23[+]
X casthcds23: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; ((/atomic:root/atomic:integer) cast as xs:float) eq xs:float(12678967543233) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds24[+]
X casthcds24: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:double |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds25[+]
X casthcds25: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:decimal |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds26[+]
X casthcds26: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:integer |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds27[+]
X casthcds27: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:integer) cast as xs:boolean |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds28[+]
X casthcds28: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:dateTime) cast as xs:string |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds29[+]
X casthcds29: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:dateTime) cast as xs:dateTime |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds30[+]
X casthcds30: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:dateTime) cast as xs:time |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds31[+]
X casthcds31: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:dateTime) cast as xs:date |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds32[+]
X casthcds32: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:date) cast as xs:string |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds33[+]
X casthcds33: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:date) cast as xs:dateTime |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds34[+]
X casthcds34: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:date) cast as xs:date |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds35[+]
X casthcds35: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:time) cast as xs:string |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds36[+]
X casthcds36: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:time) cast as xs:time |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds37[+]
X casthcds37: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:boolean) cast as xs:string |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds38[+]
X casthcds38: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:boolean) cast as xs:float |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds39[+]
X casthcds39: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:boolean) cast as xs:double |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds40[+]
X casthcds40: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:boolean) cast as xs:decimal |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds41[+]
X casthcds41: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:boolean) cast as xs:integer |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
casthcds42[+]
X casthcds42: Created on: 2005-03-08 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace atomic="http://www.w3.org/XQueryTest"; (/atomic:root/atomic:boolean) cast as xs:boolean |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-1[+]
X user-defined-1: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; let $value := myType:sizeType(1) return ($value eq 1) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-2[+]
X user-defined-2: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; let $value := myType:sizeType(20) return $value |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-3[+]
X user-defined-3: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; let $value := myType:sizeType(1) + myType:sizeType(2) return $value |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-4[+]
X user-defined-4: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; let $value := myType:stringBased("valid value 4") return $value |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-5[+]
X user-defined-5: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; fn:concat(myType:stringBased("valid value 4"),myType:stringBased("valid value 1")) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-6[+]
X user-defined-6: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; (myType:sizeType(2) cast as xs:integer) eq 2 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-7[+]
X user-defined-7: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; myType:sizeType(2) castable as xs:integer |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-8[+]
X user-defined-8: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; (myType:sizeType(16) cast as myType:floatBased) eq 16 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-9[+]
X user-defined-9: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; myType:sizeType(16) castable as myType:floatBased |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
user-defined-10[+]
X user-defined-10: Created on: 2006-04-03 Spec Dependencies: spec = XQ10+ feature = schemaImport Test: import schema namespace myType="http://www.w3.org/XQueryTest/userDefinedTypes"; myType:sizeType(16) + myType:floatBased (16) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-1[+]
X CastAs-UnionType-1: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; 123 cast as s:myUnionType1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-2[+]
X CastAs-UnionType-2: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "123" cast as s:myUnionType1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-3[+]
X CastAs-UnionType-3: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; 123.12 cast as s:myUnionType1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-4[+]
X CastAs-UnionType-4: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "123.12" cast as s:myUnionType1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-5[+]
X CastAs-UnionType-5: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "IB123456789" cast as s:myUnionType2 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-5a[+]
X CastAs-UnionType-5a: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "AD123456789" cast as s:myUnionType2 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-6[+]
X CastAs-UnionType-6: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:myUnionType1(123.12) |
no result | n/a
test-set dependencies not satisfied |
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-10[+]
X CastAs-UnionType-10: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; namespace-uri-from-QName("xs:integer" cast as s:sensitiveUnion) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-11[+]
X CastAs-UnionType-11: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; namespace-uri-from-QName(s:sensitiveUnion('xs:integer')) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-12[+]
X CastAs-UnionType-12: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:sensitiveUnion('xs:integer') instance of s:sensitiveUnion |
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-16[+]
X CastAs-UnionType-16: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:lowercaseName('xs:integer') instance of s:sensitiveUnion |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-17[+]
X CastAs-UnionType-17: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:lowercaseName('xs:integer') instance of s:lowercaseName |
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-19[+]
X CastAs-UnionType-19: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; node-name(<a/>) castable as s:sensitiveUnion |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-20[+]
X CastAs-UnionType-20: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; local-name-from-QName(s:sensitiveUnion(node-name(<a/>))) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-21[+]
X CastAs-UnionType-21: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:sensitiveUnion(xs:ID("zorobastic")) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-22[+]
X CastAs-UnionType-22: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:lowercaseName('xs:QName') |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-23[+]
X CastAs-UnionType-23: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:lowercaseName(xs:NCName('ABC123')) |
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-25[+]
X CastAs-UnionType-25: Created on: 2012-05-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $e := <p:a xmlns:p="http://www.example.com/"/> return node-name($e) castable as s:sensitiveUnion |
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-27[+]
X CastAs-UnionType-27: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "a b c" cast as s:unionOfLists |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-28[+]
X CastAs-UnionType-28: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $result := ("a b xs:integer" cast as s:unionOfLists) 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-29[+]
X CastAs-UnionType-29: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $result := s:unionOfLists("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-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-UnionType-33[+]
X CastAs-UnionType-33: Created on: 2012-05-25 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $element := validate type xs:QName {<a xmlns:p="http://example.com">p:space</a>} return local-name-from-QName(s:sensitiveUnion($element)) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-34[+]
X CastAs-UnionType-34: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:restrictedUnion('2012-10-08') |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-35[+]
X CastAs-UnionType-35: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:restrictedUnion('1912-10-08') |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-36[+]
X CastAs-UnionType-36: Created on: 2014-05-04 Spec Dependencies: spec = XQ30+ feature = schemaImport spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:dateOrDateTime) as xs:string { $a cast as xs:string }; local:f(xs:date('2001-01-01')) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-37[+]
X CastAs-UnionType-37: Created on: 2014-05-04 Spec Dependencies: spec = XQ30+ feature = schemaImport spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:dateOrDateTime) as xs:dateTime { $a cast as xs:dateTime }; local:f(xs:date('2001-01-01')) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-UnionType-38[+]
X CastAs-UnionType-38: Created on: 2014-05-04 Spec Dependencies: spec = XQ30+ feature = schemaImport spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; declare function local:f($a as s:dateOrDateTime) as xs:date { $a cast as xs:date }; local:f(xs:date('2001-01-01')) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-1[+]
X CastAs-ListType-1: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:decimalListType1("2 2.3") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-2[+]
X CastAs-ListType-2: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:myRestrictedList1("123 987 567 456") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-3[+]
X CastAs-ListType-3: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:myRestrictedList1("123 987 567 456 877") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-4[+]
X CastAs-ListType-4: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "text1 text2 text3" cast as s:strListType1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-5[+]
X CastAs-ListType-5: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "1.1 2.1 text3" cast as s:decimalListType1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-6[+]
X CastAs-ListType-6: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "1.1 2.1 3.1" cast as s:intListType1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-7[+]
X CastAs-ListType-7: Created on: 2012-05-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: "a b c" cast as xs:IDREFS |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-8[+]
X CastAs-ListType-8: Created on: 2012-05-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: xs:IDREFS("") |
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-12[+]
X CastAs-ListType-12: Created on: 2012-05-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: "a b c" cast as xs:NMTOKENS |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-13[+]
X CastAs-ListType-13: Created on: 2012-05-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: xs:NMTOKENS("") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-14[+]
X CastAs-ListType-14: Created on: 2012-05-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: "a b c" cast as xs:ENTITIES |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-15[+]
X CastAs-ListType-15: Created on: 2012-05-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: xs:ENTITIES(" ") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-16[+]
X CastAs-ListType-16: Created on: 2012-05-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: xs:ENTITIES(" a b c 12 ") |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-17[+]
X CastAs-ListType-17: Created on: 2012-05-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XQ10+ feature = schemaImport Test: xs:ENTITIES(xs:anyURI("abcd")) |
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-20[+]
X CastAs-ListType-20: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: let $v as xs:NMTOKENS := xs:NMTOKENS("a b c") return count($v) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-21[+]
X CastAs-ListType-21: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; let $result := ("a b xs:integer" cast as s:listOfUnions) return count($result) eq 3 and $result[1] eq "a" and $result[1] instance of xs:NCName and $result[1] instance of s:sensitiveUnion |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-22[+]
X CastAs-ListType-22: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; ("123 987 567 456") cast as s:myRestrictedList1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-23[+]
X CastAs-ListType-23: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; ("123 987 567 456 877") cast as s:myRestrictedList1 |
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-25[+]
X CastAs-ListType-25: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; s:myRestrictedList1("123 987 567 456 877") |
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 | |
CastAs-ListType-28[+]
X CastAs-ListType-28: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: "a b c" castable as xs:NMTOKENS |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-29[+]
X CastAs-ListType-29: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: "a b 12" castable as xs:IDREFS |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-30[+]
X CastAs-ListType-30: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: " " castable as xs:NMTOKENS |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-31[+]
X CastAs-ListType-31: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; "123 987 567 456 229" castable as s:myRestrictedList1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
CastAs-ListType-32[+]
X CastAs-ListType-32: Created on: 2012-05-28 Spec Dependencies: spec = XQ30+ spec = XQ10+ feature = schemaImport Test: import schema namespace s="http://www.w3.org/XQueryTest/unionListDefined"; " 123 987 567 456 " castable as s:myRestrictedList1 |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |